aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-08Refactor components to use a utility function to define jQuery plugins (#32285)alpadev14-167/+67
* refactor: use an utility function to define jQuery plugins * test: add spec for defineJQueryPlugin utility function * Update .bundlewatch.config.json Co-authored-by: XhmikosR <[email protected]>
2020-12-08carousel.md: fix `$carousel-transition-duration` reference (#32316)Radu Chiriac1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-12-07Remove `SelectorEngine.matches()`. (#32339)XhmikosR2-14/+2
It's basically unused.
2020-12-07Remove vertical-align from .form-select (#32318)Mark Otto1-1/+0
Aligns the component with the .form-control. Closes #32271. Co-authored-by: XhmikosR <[email protected]>
2020-12-07build-plugins: switch to "bundled" for babel helpers (#32312)XhmikosR1-2/+2
2020-12-07Add a callout for the sanitizer in popovers and tooltips (#32272)Patrick H. Lauke3-2/+11
* Add a callout for the sanitizer in popovers and tooltips * Add second reference to sanitizer in the options Co-authored-by: XhmikosR <[email protected]>
2020-12-07Distv5.0.0-beta1XhmikosR75-3093/+2165
2020-12-07Revert v5.getbootstrap.com changesXhmikosR6-11/+13
2020-12-07Prepare v5.0.0-beta1.XhmikosR30-40/+40
2020-12-06fix(dropdown): ensure [style] will override inline stylesGaël Poupard1-1/+1
2020-12-06fix(RTL)Gaël Poupard2-24/+24
2020-12-06Be explicit with `element.closest()`'s return valueXhmikosR1-1/+1
2020-12-06Fix conflict with Bootstrap CSSMartijn Cuppens2-28/+25
2020-12-06Tighten bundlewatch limitsXhmikosR1-2/+2
2020-12-06Change button copy to make the example clearerMartijn Cuppens1-1/+1
2020-12-06Override margins set by popperMartijn Cuppens1-4/+8
2020-12-06Move and update migration notesXhmikosR1-2/+3
2020-12-06Update popper.js to v2.5.4.XhmikosR5-10/+10
2020-12-06Update to popper.js v2.xJohann-S26-297/+145
2020-12-04Add toasts & positioning utilities migration docsMartijn Cuppens1-0/+8
2020-12-04Add interactive positioning widgetMartijn Cuppens2-13/+42
2020-12-04Add `.translate-middle-x` and `.translate-middle-y` utilitiesMartijn Cuppens2-1/+19
2020-12-04Add toast positioningMartijn Cuppens4-42/+54
2020-12-04cheatsheet.js: use `event` instead of `e` (#32335)XhmikosR1-2/+2
2020-12-04Fix `css-prefix-examples-rtl` script (#32326)XhmikosR1-1/+1
`cross-env-shell` should be used since we are using variables in the command
2020-12-04chore(dist): generate dist filesGaël Poupard70-773/+21616
2020-12-04fix gradientMark Otto1-1/+1
2020-12-04docs(cheatsheet): various fixesGaël Poupard4-120/+166
2020-12-04Revamp header, headings, aside spacingMark Otto4-42/+18
Gradients caused artifacts in Safari, layout was feeling a little loose
2020-12-04docs(examples): use RTLCSS for RTL examplesGaël Poupard16-59/+455
2020-12-04Move rtlcss to postcss.config.jsXhmikosR2-3/+4
2020-12-04Adapt to the recent main branch changesXhmikosR5-22/+28
2020-12-04docs(examples): new cheatsheet and RTL examplesGaël Poupard95-297/+5205
2020-12-04feat(RTL): implement RTLGaël Poupard37-200/+301
Using RTLCSS directives, renaming things to use logical names and following best practices.
2020-12-04chore(RTL): add RTLCSSGaël Poupard3-2/+66
2020-12-03Dist (#32323)XhmikosR41-1687/+2115
2020-12-02Remove Polyfill leftovers (#32310)XhmikosR4-114/+1
Leftovers from #32057
2020-12-02Update our browserslist config (#30986)XhmikosR1-2/+3
Use browserslist defaults which is `> 0.5%, last 2 versions, Firefox ESR, not dead`
2020-12-02Bump cross-env from 7.0.2 to 7.0.3 (#32308)dependabot[bot]2-4/+4
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.2 to 7.0.3. - [Release notes](https://github.com/kentcdodds/cross-env/releases) - [Changelog](https://github.com/kentcdodds/cross-env/blob/master/CHANGELOG.md) - [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.2...v7.0.3) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-02Unbreak lines. (#32304)XhmikosR9-70/+33
2020-12-02Bump linkinator from 2.4.0 to 2.5.1 (#32307)dependabot[bot]2-113/+28
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.4.0 to 2.5.1. - [Release notes](https://github.com/JustinBeckwith/linkinator/releases) - [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.4.0...v2.5.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-01Use $variable-prefixMartijn Cuppens1-1/+1
2020-12-01Fix empty CSS variableXhmikosR1-2/+2
2020-12-01Add to migration docsMark Otto1-6/+7
2020-12-01Update breadcrumb docs and dividersMark Otto2-5/+38
- Add CSS custom property with fallback to Sass variable - Update docs to mention the new CSS custom property - Rewrite some of the docs to use divider instead of separator, and add some context here and there
2020-12-01Remove background, padding, border from breadcrumb containerPatrick H. Lauke2-4/+10
2020-12-01README: fix path to search.js (#32257)XhmikosR1-1/+1
2020-12-01Regenerate package-lock.json (#32300)XhmikosR1-123/+56
2020-12-01Bump hugo-bin from 0.66.2 to 0.67.0 (#32299)dependabot[bot]2-4/+4
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.66.2 to 0.67.0. - [Release notes](https://github.com/fenneclab/hugo-bin/releases) - [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.66.2...v0.67.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>
2020-12-01Bump rollup from 2.33.3 to 2.34.0 (#32298)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.33.3 to 2.34.0. - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v2.33.3...v2.34.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <[email protected]>