aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-12Update js.ymlXhmikosR-patch-2XhmikosR1-0/+7
2020-12-11Replace Lorem Ipsum placeholder text with more representative (or at least ↵Patrick H. Lauke20-421/+356
english language) text (#32246) Replaces shorter examples with more sensible/representative/inforrmative text. For longer passages, resorted to using SFW extracts from http://katyperryipsum.com/
2020-12-11carousel: switch to string constants (#32393)XhmikosR1-6/+4
2020-12-11Use box shadows instead of linear gradients to colorize tables (#32348)Martijn Cuppens2-2/+2
Co-authored-by: XhmikosR <[email protected]>
2020-12-11terser: use 2 passes instead of the default 1. (#32185)XhmikosR1-3/+3
Saves us a few bytes.
2020-12-11Use the ternary operator in a few more places (#32303)XhmikosR2-19/+7
2020-12-11Bump @babel/preset-env from 7.12.7 to 7.12.10 (#32430)dependabot[bot]2-14/+40
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.7 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-preset-env) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11Bump @babel/core from 7.12.9 to 7.12.10 (#32429)dependabot[bot]2-9/+53
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.12.9 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-core) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11Bump @babel/cli from 7.12.8 to 7.12.10 (#32428)dependabot[bot]2-4/+4
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.12.8 to 7.12.10. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.12.10/packages/babel-cli) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-10Tooltip - check if tip and its parent node exist in dispose method (#32420)Rohit Sharma2-1/+19
2020-12-10Remove `TRANSITION_END` from utils (#32394)XhmikosR8-24/+16
2020-12-10Reset Popper position in RTL (#32415)Gaël Poupard1-1/+1
The RTL cheatsheet's dropdowns aren't positioned correctly because of RTLCSS transforming `right: auto` to `left:auto` (which conflicts with Popper positioning).
2020-12-10CI: add a 30-min timeout for BrowserStack (#32238)XhmikosR1-0/+1
2020-12-10docs: SVG consistency changes (#32259)XhmikosR11-19/+11
* Move inlined SVG to a partial. Also, add `fill="currentColor"` in the SVGs. * docs: reorder attributes
2020-12-10docs: Add Korean translation (#32284)AlexKoala1-0/+5
Co-authored-by: XhmikosR <[email protected]>
2020-12-10Typo: show on xxl, if only xl should be hidden. (#32287)Thomas Güttler1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-12-10CONTRIBUTING: mention dist files (#32314)XhmikosR1-9/+9
* CONTRIBUTING: mention dist files * Update CONTRIBUTING.md Co-authored-by: Mark Otto <[email protected]>
2020-12-10Update devDependencies and regenerate package-lock.json (#32410)XhmikosR2-51/+51
2020-12-10carousel: switch to `if/else` (#32395)XhmikosR1-10/+6
There are only two conditions, so `if/else` is shorter and has the same effect.
2020-12-09Utility API, RFS option: Only generate responsive classes when needed (#32397)Martijn Cuppens1-1/+1
Co-authored-by: XhmikosR <[email protected]>
2020-12-09Remove duplicated 'follow Bootstrap on Twitter' link in Community section ↵Christian Oliff1-1/+0
(#32399) Co-authored-by: XhmikosR <[email protected]>
2020-12-09Add fallback behaviourMartijn Cuppens2-1/+8
2020-12-09cheatsheet: Drop redundant `(current)` text (#32401)Gaël Poupard2-4/+4
Useless since we're using `aria-current` (see #31891).
2020-12-09alert: rename variables for consistency (#32392)XhmikosR1-6/+6
2020-12-09SelectorEngine: drop variable used once (#32391)XhmikosR1-3/+2
2020-12-09Remove offset in Popover docskyletsang2-8/+2
Fix fallbackPlacements in Popover and Tooltip docs
2020-12-09docs: Update Popper 2 doc linkskyletsang3-6/+6
2020-12-09Fix missed occurrencies of "Popper.js" (#32398)Gaël Poupard1-2/+2
2020-12-08Regenerate package-lock.json (#32378)XhmikosR1-10/+11
2020-12-08Bump postcss from 8.1.14 to 8.2.0 (#32375)dependabot[bot]2-4/+4
Bumps [postcss](https://github.com/postcss/postcss) from 8.1.14 to 8.2.0. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss/compare/8.1.14...8.2.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-08Bump autoprefixer from 10.0.4 to 10.1.0 (#32374)dependabot[bot]2-7/+13
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.0.4 to 10.1.0. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.0.4...10.1.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-08Update devDependencies (#32355)XhmikosR2-235/+159
* eslint ^7.14.0 → ^7.15.0 * linkinator ^2.5.1 → ^2.8.0 * postcss ^8.1.10 → ^8.1.14 * rollup ^2.34.0 → ^2.34.2 * sass ^1.29.0 → ^1.30.0
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