aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-12-15Merge remote-tracking branch 'remotes/origin/main' into ↵rohit/main/modal-with-stickyXhmikosR24-347/+291
rohit/main/modal-with-sticky
2020-12-15Update modal.jsXhmikosR1-5/+3
2020-12-15Update modal.jsXhmikosR1-0/+2
2020-12-15Update package-lock.jsonXhmikosR1-16/+7
2020-12-15Docs: style clipboard button on `:focus`, not just `:hover` (#32461)Patrick H. Lauke1-1/+2
Co-authored-by: XhmikosR <[email protected]>
2020-12-15Update Release Drafter configuration (#32417)XhmikosR1-0/+14
* add "Breaking Changes" section * add "Performance Improvements" section * add "Utility API" section * add "CI" label in "Misc" category
2020-12-15Bump rollup from 2.34.2 to 2.35.1 (#32475)dependabot[bot]2-4/+4
Bumps [rollup](https://github.com/rollup/rollup) from 2.34.2 to 2.35.1. - [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.34.2...v2.35.1) 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-15docs(skip links): new powers for .visually-hidden-focusableGaël Poupard2-16/+3
2020-12-15Expand `visually-hidden-focusable` so it can be used on a container, so the ↵Patrick H. Lauke4-5/+12
container becomes visible when focus is inside it / on one of its child elements.
2020-12-15docs: Remove unneeded `.form-group` class (#32483)Kyle Tsang1-1/+1
2020-12-15Remove redundant `pointer-events: none` override for tooltip and popover ↵Florian Lacreuse2-4/+4
disabled buttons (#32478) Co-authored-by: Patrick H. Lauke <[email protected]> Co-authored-by: XhmikosR <[email protected]>
2020-12-15Update CodeQL Action (#32452)XhmikosR1-9/+0
2020-12-15docs: Add system-ui to native font stack documentation (#32455)Alan Orth2-0/+4
system-ui was added to the native font stack in #30561 but the docs were not updated.
2020-12-15Update karma-browserstack-launcher to v1.6.0 (#32409)XhmikosR2-122/+136
2020-12-15Flatten package-lock.json (#32477)XhmikosR1-122/+59
2020-12-14Tooltip/popover - change the default value for `fallbackPlacements` (#32437)Rohit Sharma4-21/+21
The default Popper `fallbackPlacements` value is `[oppositePlacement]`. - The default value was previously (in v4) `'flip'` that can be achieved by passing the single value in the array, like — `[oppositePlacement]`. Keeping `null` also sets the `fallbackPlacements` to `[oppositePlacement]` (Default value in Popper) - It's better to have **clockwise** (`['top', 'right', 'bottom', 'left']`) fallback options so that tooltip/popover can be placed to another side even if the opposite placement doesn't fit. Co-authored-by: XhmikosR <[email protected]>
2020-12-14Clean up lorem ipsum text in popover examples (#32479)Florian Lacreuse1-8/+8
2020-12-14WIP: Add methods to reuse codeRohit Sharma1-36/+25
2020-12-14Bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#32476)dependabot[bot]2-4/+4
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/rollup/plugins/releases) - [Commits](https://github.com/rollup/plugins/compare/commonjs-v11.0.0...commonjs-v11.0.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14Bump postcss-cli from 8.3.0 to 8.3.1 (#32471)dependabot[bot]2-4/+4
Bumps [postcss-cli](https://github.com/postcss/postcss-cli) from 8.3.0 to 8.3.1. - [Release notes](https://github.com/postcss/postcss-cli/releases) - [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/postcss-cli/compare/8.3.0...8.3.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-14Add two new variables for pagination border-radius values (#32423)Mark Otto2-2/+5
Co-authored-by: XhmikosR <[email protected]>
2020-12-14Few updates for v5.0.0-beta1 NuGet support (#32453)Jesse Mandel2-8/+2
PopperJS 2.0 isn't on Nuget so dropped as a dependency
2020-12-14Add missing `has-validation` in checkout examples (#32464)Florian Lacreuse2-2/+2
2020-12-14Tooltip - Add missing callback in async spec (#32465)Rohit Sharma1-1/+2
2020-12-14Update unit testsRohit Sharma1-12/+7
2020-12-14Create a private method to check if elem is shorterRohit Sharma1-2/+6
2020-12-14Update modal.spec.jsXhmikosR1-5/+4
2020-12-14modal: don't add margin & padding when sticky is not full widthMuhammadamin2-0/+38
2020-12-14fix(carousel): switch prev/next directions in RTLGaël Poupard1-4/+21
2020-12-14docs(cheatsheet): fix RTL sidenav arrowsGaël Poupard2-0/+5
2020-12-14examples: Update font utility classes to new v5 versions (#32449)Alan Orth3-12/+12
* site: Fix .font-italic to .fst-italic in blog example The font utility class was renamed from .font-italic to .fst-italic but a few references didn't get updated. * site: Fix .font-weight-* to .fw-* in RTL examples These font utility classes were renamed from .font-weight-* to .fw-* but a few references didn't get updated. Co-authored-by: XhmikosR <[email protected]>
2020-12-14Bump rtlcss from 2.6.2 to 3.0.0 (#32431)dependabot[bot]2-41/+99
Bumps [rtlcss](https://github.com/MohammadYounes/rtlcss) from 2.6.2 to 3.0.0. - [Release notes](https://github.com/MohammadYounes/rtlcss/releases) - [Changelog](https://github.com/MohammadYounes/rtlcss/blob/master/CHANGELOG.md) - [Commits](https://github.com/MohammadYounes/rtlcss/compare/2.6.2...3.0.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-14Straggler lorem ipsum text (#32463)Patrick H. Lauke1-3/+3
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