]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Rohit Sharma [Wed, 13 Jan 2021 20:13:30 +0000 (01:43 +0530)]
Throw a `TypeError` instead of the generic `Error` (#32585)
* Change from Error to TypeError
* Convert the `NAME` to upper case to make the consistency in the error message
* Update the remaining tests to be stricter
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Rohit Sharma [Wed, 13 Jan 2021 19:59:47 +0000 (01:29 +0530)]
Fix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Wed, 13 Jan 2021 19:06:07 +0000 (11:06 -0800)]
Document some basic code conventions for us (#32778)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Wed, 13 Jan 2021 19:01:36 +0000 (20:01 +0100)]
Improve docs regarding RTL migration (#32771)
* docs(migrations): add a note regarding migration from v4 used for RTL layouts
* docs(RTL): LTR & RTL at the same time
* docs(utilities): how-to use the API to rename utilities
* docs(RTL): mention issue when nesting styles with .ltr / .rtl
Onycss [Wed, 13 Jan 2021 17:21:57 +0000 (19:21 +0200)]
Add word-break to .toast-body (#32670)
* Update _toasts.scss
* Update scss/_toasts.scss
Co-authored-by: Mark Otto <otto@github.com>
XhmikosR [Wed, 13 Jan 2021 17:21:31 +0000 (19:21 +0200)]
Improve zip-examples.js (#32469)
Only include the needed dist files: ~1.27 MB -> ~410 KB
ghost_32 [Wed, 13 Jan 2021 17:18:56 +0000 (22:48 +0530)]
Migration: mention the removal of `.rounded-sm/lg` utilities (#32758)
* Changes made in migration.md file of documentation
Added information about the removal of `.rounded-sm` and `.rounded-lg`.
And addition of `.rounded-0` to `.rounded-3`
* Moved the edited line
Added `rounded-0` to `rounded-3` under v5.0.0-alpha3
* Moved correctly
* Added link
Added link to issue #31687
* docs(migration): last typo thinggies
* Update migration.md
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 13 Jan 2021 17:16:51 +0000 (19:16 +0200)]
JS: update karma config (#32769)
* rename constants
* enforce the constants to be Boolean
* fix karma `logLevel`
Mark Otto [Wed, 13 Jan 2021 17:15:05 +0000 (09:15 -0800)]
Document size and multiple aren't supported on floating label selects (#32744)
* Document size and multiple aren't supported on floating label selects
Closes #32660
* Update floating-labels.md
Marcin Kasperski [Wed, 13 Jan 2021 17:05:25 +0000 (18:05 +0100)]
Update toasts.md (#32782)
* dropped mention of `backdrop-filter`
* changed mention of `.text-white` to `.btn-close-white` on close button
XhmikosR [Wed, 13 Jan 2021 11:20:49 +0000 (13:20 +0200)]
.gitignore: remove Ruby/Jekyll entries (#32770)
Our currently supported branches, v4-dev and main, use Hugo.
XhmikosR [Wed, 13 Jan 2021 08:52:41 +0000 (10:52 +0200)]
Stylelint: disallow some property values (#32756)
* `border: none`
* `outline: none`
Mark Otto [Tue, 12 Jan 2021 13:33:58 +0000 (05:33 -0800)]
Mention stretched-link constraints with table elements (#32761)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 12 Jan 2021 12:53:12 +0000 (14:53 +0200)]
Bump sass from 1.32.2 to 1.32.4 (#32766)
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.2 to 1.32.4.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.2...1.32.4)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 11 Jan 2021 11:05:05 +0000 (13:05 +0200)]
GitHub Actions cleanup (#32755)
* lowercase `runner.os`
* remove `CI` environment variable since it's already set by the runner
Patrick H. Lauke [Mon, 11 Jan 2021 01:24:03 +0000 (01:24 +0000)]
Darken dropdown item hover style (#32754)
Closes https://github.com/twbs/bootstrap/issues/23329
Patrick H. Lauke [Sun, 10 Jan 2021 16:13:08 +0000 (16:13 +0000)]
Consistently use outline:0 rather than outline:none (#32751)
just for code consistency, no actual effect on styling per se
Patrick H. Lauke [Sun, 10 Jan 2021 10:42:26 +0000 (10:42 +0000)]
Suppress focus outline for buttons when it shouldn't be visible in Chromium (#32689)
Follow-up to https://github.com/twbs/bootstrap/pull/32631
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Sun, 10 Jan 2021 06:03:49 +0000 (08:03 +0200)]
package.json: move `version_short` variable under the `config` object (#32737)
This is so that it works on npm 7.x too.
Brian Thompson [Sat, 9 Jan 2021 21:06:41 +0000 (15:06 -0600)]
Fix typo (#32740)
* Fix typo
* Rewrite description to avoid awkward phrasing
Co-authored-by: Mark Otto <otto@github.com>
XhmikosR [Sat, 9 Jan 2021 20:57:00 +0000 (22:57 +0200)]
Update devDependencies (#32738)
* autoprefixer ^10.2.0 → ^10.2.1
* postcss ^8.2.2 → ^8.2.4
Théophile Helleboid - chtitux [Fri, 8 Jan 2021 18:53:04 +0000 (22:53 +0400)]
Move "active" class from `.nav-item` to `.nav-link` (#32730)
Gaël Poupard [Mon, 14 Dec 2020 13:48:08 +0000 (14:48 +0100)]
docs(sidebar): active link
XhmikosR [Fri, 4 Dec 2020 09:53:14 +0000 (11:53 +0200)]
Move migration sidebar entry to sidebar.yml
dependabot[bot] [Thu, 7 Jan 2021 14:52:31 +0000 (16:52 +0200)]
Bump autoprefixer from 10.1.0 to 10.2.0 (#32711)
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.1.0 to 10.2.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.1.0...10.2.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Thu, 7 Jan 2021 10:12:53 +0000 (12:12 +0200)]
Bump copyright year to 2021 (#32713)
Mark Otto [Thu, 7 Jan 2021 08:16:21 +0000 (00:16 -0800)]
Clarify the `$enable-shadows` option in our docs (#32685)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 7 Jan 2021 08:11:16 +0000 (10:11 +0200)]
Bump rollup from 2.36.0 to 2.36.1 (#32712)
Bumps [rollup](https://github.com/rollup/rollup) from 2.36.0 to 2.36.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.36.0...v2.36.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 7 Jan 2021 08:08:07 +0000 (10:08 +0200)]
Bump sass from 1.32.0 to 1.32.2 (#32709)
Bumps [sass](https://github.com/sass/dart-sass) from 1.32.0 to 1.32.2.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.32.0...1.32.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 7 Jan 2021 08:03:00 +0000 (10:03 +0200)]
Bump nodemon from 2.0.6 to 2.0.7 (#32710)
Bumps [nodemon](https://github.com/remy/nodemon) from 2.0.6 to 2.0.7.
- [Release notes](https://github.com/remy/nodemon/releases)
- [Commits](https://github.com/remy/nodemon/compare/v2.0.6...v2.0.7)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rohit Sharma [Thu, 7 Jan 2021 07:34:08 +0000 (13:04 +0530)]
Scrollspy - Remove unnecessary event argument (#32603)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Florian Lacreuse [Thu, 7 Jan 2021 07:24:57 +0000 (08:24 +0100)]
Fix navbar docs - active nav-link (#32589)
* Fix navbar docs - active nav-link
* Update navbar.md
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Wed, 6 Jan 2021 06:14:54 +0000 (07:14 +0100)]
fix(ratio): missing variable prefix (#32501)
This is the only unprefixed custom property, and its name is very common so I think we'd better prefix it too.
Patrick H. Lauke [Wed, 6 Jan 2021 00:59:44 +0000 (00:59 +0000)]
Tweak wording for no-touch carousel (#32688)
based on changes made in the backport https://github.com/twbs/bootstrap/pull/32639
Jonathan [Tue, 5 Jan 2021 21:56:44 +0000 (22:56 +0100)]
Hyphen to dash for ranges (#32488)
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
* Hyphen to dash for ranges
Patrick H. Lauke [Tue, 5 Jan 2021 20:20:35 +0000 (20:20 +0000)]
Remove old/unnecessary reboot bug fix (#32631)
From initial testing, this bug doesn't seem to manifest itself anywhere in Bootstrap (since we don't just set transparent background anywhere on buttons, and when we do set explicit button styles in the more specific stylings, we already do create a custom `:focus` style anyway)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Théophile Helleboid - chtitux [Tue, 5 Jan 2021 20:15:59 +0000 (00:15 +0400)]
carousel example: Move "active" class on .nav-link element (#32647) (#32647)
The "active" CSS class must be on "nav-link" element, see `_navbar.scss`:
```css
.nav-link.active {
color: $navbar-dark-active-color;
}
```
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Mark Otto [Tue, 5 Jan 2021 20:11:56 +0000 (12:11 -0800)]
Fixes #32557: Add functions and variables to the utilities API docs imports (#32684)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Patrick H. Lauke [Tue, 5 Jan 2021 20:04:06 +0000 (20:04 +0000)]
Remove incorrect mention of dropdowns for dynamic tab behavior (#32634)
While technically it still works, we're already saying authors shouldn't do it later on, and we removed any examples of this. This was a straggler.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 5 Jan 2021 19:56:31 +0000 (21:56 +0200)]
CI: update to actions/setup-node@v2 (#32635)
XhmikosR [Tue, 5 Jan 2021 19:55:57 +0000 (21:55 +0200)]
Regenerate package-lock.json (#32680)
Patrick H. Lauke [Tue, 5 Jan 2021 19:53:50 +0000 (19:53 +0000)]
Tweak the wording for collapse to indicate button is preferred/more semantic (#32632)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 5 Jan 2021 19:52:48 +0000 (21:52 +0200)]
Update dependabot.yml
XhmikosR [Tue, 5 Jan 2021 19:30:29 +0000 (21:30 +0200)]
dependabot: Add Actions updates (#32681)
dependabot[bot] [Tue, 5 Jan 2021 14:08:04 +0000 (16:08 +0200)]
Bump rollup from 2.35.1 to 2.36.0 (#32683)
Bumps [rollup](https://github.com/rollup/rollup) from 2.35.1 to 2.36.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.35.1...v2.36.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Jan 2021 13:51:47 +0000 (15:51 +0200)]
Bump find-unused-sass-variables from 3.0.0 to 3.1.0 (#32682)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v3.0.0...v3.1.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 5 Jan 2021 13:24:56 +0000 (15:24 +0200)]
Bump eslint-config-xo from 0.33.1 to 0.34.0 (#32679)
Bumps [eslint-config-xo](https://github.com/xojs/eslint-config-xo) from 0.33.1 to 0.34.0.
- [Release notes](https://github.com/xojs/eslint-config-xo/releases)
- [Commits](https://github.com/xojs/eslint-config-xo/compare/v0.33.1...v0.34.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 5 Jan 2021 12:59:33 +0000 (14:59 +0200)]
Bump sass from 1.30.0 to 1.32.0 (#32677)
Bumps [sass](https://github.com/sass/dart-sass) from 1.30.0 to 1.32.0.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.30.0...1.32.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Jan 2021 12:54:21 +0000 (14:54 +0200)]
Bump postcss from 8.2.1 to 8.2.2 (#32676)
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.1 to 8.2.2.
- [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.2.1...8.2.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Jan 2021 12:49:06 +0000 (14:49 +0200)]
Bump eslint-plugin-unicorn from 25.0.0 to 25.0.1 (#32675)
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.0 to 25.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.0...v25.0.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Jan 2021 10:48:54 +0000 (12:48 +0200)]
Bump hugo-bin from 0.67.1 to 0.68.0 (#32674)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.67.1 to 0.68.0.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.67.1...v0.68.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 5 Jan 2021 10:36:44 +0000 (12:36 +0200)]
Bump eslint from 7.16.0 to 7.17.0 (#32673)
Bumps [eslint](https://github.com/eslint/eslint) from 7.16.0 to 7.17.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.16.0...v7.17.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Patrick H. Lauke [Tue, 29 Dec 2020 13:40:42 +0000 (13:40 +0000)]
Add an actual `data-bs-touch="false"` example in the carousel docs (#32638)
* Add an actual `data-touch="false"` example in the carousel docs
this can also make it easier to actually check/debug any issues we may have with this data attribute
* Correct attribute table explanation and remove slide class from example
dependabot[bot] [Tue, 29 Dec 2020 10:52:32 +0000 (12:52 +0200)]
Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0 (#32644)
* Bump eslint-plugin-unicorn from 24.0.0 to 25.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 24.0.0 to 25.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v24.0.0...v25.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
* Fix renamed eslint-plugin-unicorn options
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 29 Dec 2020 10:35:20 +0000 (12:35 +0200)]
Bump linkinator from 2.8.2 to 2.11.2 (#32645)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.8.2 to 2.11.2.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.8.2...v2.11.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Tue, 29 Dec 2020 10:31:04 +0000 (12:31 +0200)]
Bump rollup-plugin-istanbul from 2.0.1 to 3.0.0 (#32646)
Bumps [rollup-plugin-istanbul](https://github.com/artberri/rollup-plugin-istanbul) from 2.0.1 to 3.0.0.
- [Release notes](https://github.com/artberri/rollup-plugin-istanbul/releases)
- [Changelog](https://github.com/artberri/rollup-plugin-istanbul/blob/main/CHANGELOG.md)
- [Commits](https://github.com/artberri/rollup-plugin-istanbul/compare/v2.0.1...v3.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Mon, 28 Dec 2020 06:27:03 +0000 (22:27 -0800)]
Tweak .form-select padding (#32419)
* Tweak .form-select padding
* Simplify the padding entirely
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 22 Dec 2020 13:45:01 +0000 (15:45 +0200)]
Lock karma-browserstack-launcher and regenerate package-lock.json (#32593)
dependabot[bot] [Tue, 22 Dec 2020 10:34:38 +0000 (12:34 +0200)]
Bump linkinator from 2.8.0 to 2.8.2 (#32592)
Bumps [linkinator](https://github.com/JustinBeckwith/linkinator) from 2.8.0 to 2.8.2.
- [Release notes](https://github.com/JustinBeckwith/linkinator/releases)
- [Commits](https://github.com/JustinBeckwith/linkinator/compare/v2.8.0...v2.8.2)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 22 Dec 2020 10:28:47 +0000 (12:28 +0200)]
Bump eslint from 7.15.0 to 7.16.0 (#32591)
Bumps [eslint](https://github.com/eslint/eslint) from 7.15.0 to 7.16.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.15.0...v7.16.0)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 22 Dec 2020 10:23:30 +0000 (12:23 +0200)]
Bump hugo-bin from 0.67.0 to 0.67.1 (#32590)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.67.0 to 0.67.1.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.67.0...v0.67.1)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Mon, 21 Dec 2020 16:54:03 +0000 (18:54 +0200)]
docs(sidebar): invalid CSS value (#32575)
Co-authored-by: Gaël Poupard <gael.poupard@orange.com>
Daniele Faraglia [Mon, 21 Dec 2020 12:37:35 +0000 (12:37 +0000)]
collapse: prevent url change if `A` nested tag is clicked (#32438)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Nils K [Mon, 21 Dec 2020 12:32:11 +0000 (13:32 +0100)]
Support Popper virtual elements (#32376)
Adds the ability to use objects implementing the virtual element interface as the value for the reference option of a dropdown config.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Mon, 21 Dec 2020 09:12:28 +0000 (11:12 +0200)]
API docs: add missing comma (#32543)
Florian Lacreuse [Sun, 20 Dec 2020 18:28:58 +0000 (19:28 +0100)]
Add keyboard-focusable elements for popover on disabled button (#32490)
XhmikosR [Sun, 20 Dec 2020 15:38:11 +0000 (17:38 +0200)]
Revert "Update karma-browserstack-launcher to v1.6.0 (#32409)" (#32494)
This reverts commit
e2324731de863a1248eac1aa6acf74002053c327 .
XhmikosR [Sun, 20 Dec 2020 15:12:22 +0000 (17:12 +0200)]
Tooltips: add missing space (#32529)
joe [Sat, 19 Dec 2020 06:23:50 +0000 (01:23 -0500)]
added class selector "." to "dropend" (#32534)
It was missing the `.` before `dropend`.
Gaël Poupard [Fri, 18 Dec 2020 15:22:16 +0000 (16:22 +0100)]
test(carousel): french word in the wild (#32528)
dependabot[bot] [Fri, 18 Dec 2020 13:11:07 +0000 (15:11 +0200)]
Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)
* Bump eslint-plugin-unicorn from 23.0.0 to 24.0.0
Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 23.0.0 to 24.0.0.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v23.0.0...v24.0.0)
Signed-off-by: dependabot[bot] <support@github.com>
* Update karma.conf.js
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Siju Samson [Fri, 18 Dec 2020 08:19:30 +0000 (13:49 +0530)]
docs: Fix popover example showing above navbar (#32445)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Marc Jansing [Fri, 18 Dec 2020 05:39:39 +0000 (06:39 +0100)]
Add helpers to utilities bundle (#32324)
Adds currently missing utilities classes which are located in scss/helpers to
boostrap-utilities dist files.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Thu, 17 Dec 2020 13:01:11 +0000 (15:01 +0200)]
Bump @babel/preset-env from 7.12.10 to 7.12.11 (#32515)
* Bump @babel/preset-env from 7.12.10 to 7.12.11
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.12.10 to 7.12.11.
- [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.11/packages/babel-preset-env)
Signed-off-by: dependabot[bot] <support@github.com>
* Update package-lock.json
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Dylan Anderson [Thu, 17 Dec 2020 05:16:54 +0000 (22:16 -0700)]
Add variables for modifying button state colours. (#32317)
Add some variables to allow users to modify how much a button gets
lighter or darker on :hover and :active.
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Dmytro Yaremenko [Thu, 17 Dec 2020 05:07:48 +0000 (07:07 +0200)]
Extended form validation states customization capabilities (#31757)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Rafi [Thu, 17 Dec 2020 05:02:20 +0000 (11:02 +0600)]
Fix: variables collide with globals (#32492)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Rohit Sharma [Wed, 16 Dec 2020 15:21:43 +0000 (20:51 +0530)]
tests: replace deprecated jQuery method (#32309)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Wed, 16 Dec 2020 10:45:48 +0000 (12:45 +0200)]
BrowserStack: test on macOS Catalina instead of High Sierra (#32486)
dependabot[bot] [Wed, 16 Dec 2020 09:41:15 +0000 (11:41 +0200)]
Bump @popperjs/core from 2.5.4 to 2.6.0 (#32487)
* Bump @popperjs/core from 2.5.4 to 2.6.0
Bumps [@popperjs/core](https://github.com/popperjs/popper-core) from 2.5.4 to 2.6.0.
- [Release notes](https://github.com/popperjs/popper-core/releases)
- [Commits](https://github.com/popperjs/popper-core/compare/v2.5.4...v2.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
* Update config.yml
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Florian Lacreuse [Tue, 15 Dec 2020 15:27:06 +0000 (16:27 +0100)]
Fix popover docs example (#32489)
XhmikosR [Tue, 15 Dec 2020 07:46:22 +0000 (09:46 +0200)]
Update package-lock.json
Patrick H. Lauke [Tue, 15 Dec 2020 07:43:12 +0000 (07:43 +0000)]
Docs: style clipboard button on `:focus`, not just `:hover` (#32461)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 15 Dec 2020 07:36:25 +0000 (09:36 +0200)]
Update Release Drafter configuration (#32417)
* add "Breaking Changes" section
* add "Performance Improvements" section
* add "Utility API" section
* add "CI" label in "Misc" category
dependabot[bot] [Tue, 15 Dec 2020 07:34:02 +0000 (09:34 +0200)]
Bump rollup from 2.34.2 to 2.35.1 (#32475)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Gaël Poupard [Mon, 14 Dec 2020 09:39:55 +0000 (10:39 +0100)]
docs(skip links): new powers for .visually-hidden-focusable
Patrick H. Lauke [Fri, 11 Dec 2020 21:28:45 +0000 (23:28 +0200)]
Expand `visually-hidden-focusable` so it can be used on a container, so the container becomes visible when focus is inside it / on one of its child elements.
Kyle Tsang [Tue, 15 Dec 2020 07:21:25 +0000 (23:21 -0800)]
docs: Remove unneeded `.form-group` class (#32483)
Florian Lacreuse [Tue, 15 Dec 2020 07:17:58 +0000 (08:17 +0100)]
Remove redundant `pointer-events: none` override for tooltip and popover disabled buttons (#32478)
Co-authored-by: Patrick H. Lauke <redux@splintered.co.uk>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 15 Dec 2020 07:14:03 +0000 (09:14 +0200)]
Update CodeQL Action (#32452)
Alan Orth [Tue, 15 Dec 2020 07:10:09 +0000 (09:10 +0200)]
docs: Add system-ui to native font stack documentation (#32455)
system-ui was added to the native font stack in #30561 but the docs were not updated.
XhmikosR [Tue, 15 Dec 2020 07:04:50 +0000 (09:04 +0200)]
Update karma-browserstack-launcher to v1.6.0 (#32409)
XhmikosR [Tue, 15 Dec 2020 07:00:15 +0000 (09:00 +0200)]
Flatten package-lock.json (#32477)
Rohit Sharma [Mon, 14 Dec 2020 18:51:14 +0000 (00:21 +0530)]
Tooltip/popover - change the default value for `fallbackPlacements` (#32437)
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 <xhmikosr@gmail.com>
Florian Lacreuse [Mon, 14 Dec 2020 18:26:16 +0000 (19:26 +0100)]
Clean up lorem ipsum text in popover examples (#32479)
dependabot[bot] [Mon, 14 Dec 2020 15:26:22 +0000 (17:26 +0200)]
Bump @rollup/plugin-node-resolve from 11.0.0 to 11.0.1 (#32476)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Mon, 14 Dec 2020 14:41:34 +0000 (16:41 +0200)]
Bump postcss-cli from 8.3.0 to 8.3.1 (#32471)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mark Otto [Mon, 14 Dec 2020 13:34:01 +0000 (05:34 -0800)]
Add two new variables for pagination border-radius values (#32423)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Jesse Mandel [Mon, 14 Dec 2020 12:34:31 +0000 (04:34 -0800)]
Few updates for v5.0.0-beta1 NuGet support (#32453)
PopperJS 2.0 isn't on Nuget so dropped as a dependency
Florian Lacreuse [Mon, 14 Dec 2020 12:33:20 +0000 (13:33 +0100)]
Add missing `has-validation` in checkout examples (#32464)