]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
4 years agoAdd `.navbar-nav-scroll` for vertical scrolling of navbar content (#32037)
Mark Otto [Tue, 19 Jan 2021 05:32:18 +0000 (21:32 -0800)] 
Add `.navbar-nav-scroll` for vertical scrolling of navbar content (#32037)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoAdd a live toast example to the docs (#32760)
Mark Otto [Mon, 18 Jan 2021 13:10:01 +0000 (05:10 -0800)] 
Add a live toast example to the docs (#32760)

4 years agoRemove popover-arrow margin to fix alignment of the arrow (#32787)
Mark Otto [Fri, 15 Jan 2021 07:12:45 +0000 (23:12 -0800)] 
Remove popover-arrow margin to fix alignment of the arrow (#32787)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoDrop transition on .form-check, keep on .form-switch
Mark Otto [Thu, 14 Jan 2021 04:11:18 +0000 (20:11 -0800)] 
Drop transition on .form-check, keep on .form-switch

To avoid breaking changes, turns -check-transition to null, then adds a new -switch-transition variable

4 years agoLighten disabled dropdown text to $gray-500
Mark Otto [Wed, 13 Jan 2021 23:06:49 +0000 (15:06 -0800)] 
Lighten disabled dropdown text to $gray-500

Fixes #32474

4 years agoClarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)
Mark Otto [Fri, 15 Jan 2021 00:21:21 +0000 (16:21 -0800)] 
Clarifies Sass variable defaults, adds bootstrap-npm-starter callout (#32795)

* Clarify Sass import and customize docs for how to modify variable defaulst

* Add an npm starter project callout to a few pages

* Update callout-info-npm-starter.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agodocs: work around Toast CSS conflict with utils (#32620)
Siju Samson [Fri, 15 Jan 2021 00:07:36 +0000 (05:37 +0530)] 
docs: work around Toast CSS conflict with utils (#32620)

* Toast CSS conflict resolved

* Update toasts.md

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agomodal: move common code to reusable functions (#32511)
GeoSot [Thu, 14 Jan 2021 19:22:09 +0000 (21:22 +0200)] 
modal: move common code to reusable functions (#32511)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoUpdate zip-examples.js (#32799)
XhmikosR [Thu, 14 Jan 2021 11:28:39 +0000 (13:28 +0200)] 
Update zip-examples.js (#32799)

Remove previously created zip files before creating a new one

4 years agoBump karma from 5.2.3 to 6.0.0 (#32797)
dependabot[bot] [Thu, 14 Jan 2021 11:00:17 +0000 (13:00 +0200)] 
Bump karma from 5.2.3 to 6.0.0 (#32797)

Bumps [karma](https://github.com/karma-runner/karma) from 5.2.3 to 6.0.0.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v5.2.3...v6.0.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>
4 years agoCI: change Node.js to `14` (#32796)
XhmikosR [Thu, 14 Jan 2021 10:51:14 +0000 (12:51 +0200)] 
CI: change Node.js to `14` (#32796)

This is so that it's consistent with the JS workflow thus the cache should match.

4 years agoRemove role="button" from CTA links in carousel examples (#32788)
Patrick H. Lauke [Wed, 13 Jan 2021 23:54:25 +0000 (23:54 +0000)] 
Remove role="button" from CTA links in carousel examples (#32788)

They're links, acting as links. Just because they're styled as buttons visually doesn't mean they need/get `role="button"`

4 years agoDocs v5: Fix Sass rounding precision and state Sass implementation (#32512)
voltaek [Wed, 13 Jan 2021 22:41:42 +0000 (17:41 -0500)] 
Docs v5: Fix Sass rounding precision and state Sass implementation (#32512)

* Add Sass section to Getting Started > Build Tools, mention Sass implementation used, mention current precision of 10 due to Dart Sass, and mention recommended minimum precision (value of 6 used in BS v4). Remove outdated Sass precision from Customize > Sass docs page.

* Remove more mentions of deprecated Sass implementations. Add links to Sass compiler mentions so we can keep all pertinent Sass compiler information in just one location instead of spread through the docs, which makes it hard to find the details and/or keep them up-to-date.

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agobuild-plugins: build Base component too (#32313)
XhmikosR [Wed, 13 Jan 2021 22:35:57 +0000 (00:35 +0200)] 
build-plugins: build Base component too (#32313)

4 years agoBump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)
dependabot[bot] [Wed, 13 Jan 2021 22:29:26 +0000 (00:29 +0200)] 
Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1 (#32784)

* Bump eslint-plugin-unicorn from 25.0.1 to 26.0.1

Bumps [eslint-plugin-unicorn](https://github.com/sindresorhus/eslint-plugin-unicorn) from 25.0.1 to 26.0.1.
- [Release notes](https://github.com/sindresorhus/eslint-plugin-unicorn/releases)
- [Commits](https://github.com/sindresorhus/eslint-plugin-unicorn/compare/v25.0.1...v26.0.1)

Signed-off-by: dependabot[bot] <support@github.com>
* Updates for `eslint-plugin-unicorn@26.0.1`

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoAdd mention of CSPs and SVGs (#32759)
Mark Otto [Wed, 13 Jan 2021 22:15:18 +0000 (14:15 -0800)] 
Add mention of CSPs and SVGs (#32759)

Co-authored-by: XhmikosR <xhmikosr@gmail.com>
4 years agoRevert "docs: Fix popover example showing above navbar (#32445)" (#32533)
XhmikosR [Wed, 13 Jan 2021 20:51:39 +0000 (22:51 +0200)] 
Revert "docs: Fix popover example showing above navbar (#32445)" (#32533)

This reverts commit 517446069a60daddaf5e53651661851f9b44e9a0.

4 years agoThrow a `TypeError` instead of the generic `Error` (#32585)
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>
4 years agoFix toggling modal when clicking on `data-bs-toggle="modal"` (#32691)
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>
4 years agoDocument some basic code conventions for us (#32778)
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>
4 years agoImprove docs regarding RTL migration (#32771)
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

4 years agoAdd word-break to .toast-body (#32670)
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>
4 years agoImprove zip-examples.js (#32469)
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

4 years agoMigration: mention the removal of `.rounded-sm/lg` utilities (#32758)
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>
4 years agoJS: update karma config (#32769)
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`

4 years agoDocument size and multiple aren't supported on floating label selects (#32744)
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

4 years agoUpdate toasts.md (#32782)
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

4 years ago.gitignore: remove Ruby/Jekyll entries (#32770)
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.

4 years agoStylelint: disallow some property values (#32756)
XhmikosR [Wed, 13 Jan 2021 08:52:41 +0000 (10:52 +0200)] 
Stylelint: disallow some property values (#32756)

* `border: none`
* `outline: none`

4 years agoMention stretched-link constraints with table elements (#32761)
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>
4 years agoBump sass from 1.32.2 to 1.32.4 (#32766)
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>
4 years agoGitHub Actions cleanup (#32755)
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

4 years agoDarken dropdown item hover style (#32754)
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

4 years agoConsistently use outline:0 rather than outline:none (#32751)
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

4 years agoSuppress focus outline for buttons when it shouldn't be visible in Chromium (#32689)
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>
4 years agopackage.json: move `version_short` variable under the `config` object (#32737)
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.

4 years agoFix typo (#32740)
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>
4 years agoUpdate devDependencies (#32738)
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

4 years agoMove "active" class from `.nav-item` to `.nav-link` (#32730)
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)

4 years agodocs(sidebar): active link
Gaël Poupard [Mon, 14 Dec 2020 13:48:08 +0000 (14:48 +0100)] 
docs(sidebar): active link

4 years agoMove migration sidebar entry to sidebar.yml
XhmikosR [Fri, 4 Dec 2020 09:53:14 +0000 (11:53 +0200)] 
Move migration sidebar entry to sidebar.yml

4 years agoBump autoprefixer from 10.1.0 to 10.2.0 (#32711)
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>
4 years agoBump copyright year to 2021 (#32713)
XhmikosR [Thu, 7 Jan 2021 10:12:53 +0000 (12:12 +0200)] 
Bump copyright year to 2021 (#32713)

4 years agoClarify the `$enable-shadows` option in our docs (#32685)
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>
4 years agoBump rollup from 2.36.0 to 2.36.1 (#32712)
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>
4 years agoBump sass from 1.32.0 to 1.32.2 (#32709)
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>
4 years agoBump nodemon from 2.0.6 to 2.0.7 (#32710)
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>
4 years agoScrollspy - Remove unnecessary event argument (#32603)
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>
4 years agoFix navbar docs - active nav-link (#32589)
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>
4 years agofix(ratio): missing variable prefix (#32501)
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.

4 years agoTweak wording for no-touch carousel (#32688)
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

4 years agoHyphen to dash for ranges (#32488)
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

4 years agoRemove old/unnecessary reboot bug fix (#32631)
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>
4 years agocarousel example: Move "active" class on .nav-link element (#32647) (#32647)
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>
4 years agoFixes #32557: Add functions and variables to the utilities API docs imports (#32684)
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>
4 years agoRemove incorrect mention of dropdowns for dynamic tab behavior (#32634)
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>
4 years agoCI: update to actions/setup-node@v2 (#32635)
XhmikosR [Tue, 5 Jan 2021 19:56:31 +0000 (21:56 +0200)] 
CI: update to actions/setup-node@v2 (#32635)

4 years agoRegenerate package-lock.json (#32680)
XhmikosR [Tue, 5 Jan 2021 19:55:57 +0000 (21:55 +0200)] 
Regenerate package-lock.json (#32680)

4 years agoTweak the wording for collapse to indicate button is preferred/more semantic (#32632)
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>
4 years agoUpdate dependabot.yml
XhmikosR [Tue, 5 Jan 2021 19:52:48 +0000 (21:52 +0200)] 
Update dependabot.yml

4 years agodependabot: Add Actions updates (#32681)
XhmikosR [Tue, 5 Jan 2021 19:30:29 +0000 (21:30 +0200)] 
dependabot: Add Actions updates (#32681)

4 years agoBump rollup from 2.35.1 to 2.36.0 (#32683)
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>
4 years agoBump find-unused-sass-variables from 3.0.0 to 3.1.0 (#32682)
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>
4 years agoBump eslint-config-xo from 0.33.1 to 0.34.0 (#32679)
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>
4 years agoBump sass from 1.30.0 to 1.32.0 (#32677)
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>
4 years agoBump postcss from 8.2.1 to 8.2.2 (#32676)
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>
4 years agoBump eslint-plugin-unicorn from 25.0.0 to 25.0.1 (#32675)
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>
4 years agoBump hugo-bin from 0.67.1 to 0.68.0 (#32674)
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>
4 years agoBump eslint from 7.16.0 to 7.17.0 (#32673)
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>
4 years agoAdd an actual `data-bs-touch="false"` example in the carousel docs (#32638)
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

4 years agoBump eslint-plugin-unicorn from 24.0.0 to 25.0.0 (#32644)
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>
4 years agoBump linkinator from 2.8.2 to 2.11.2 (#32645)
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>
4 years agoBump rollup-plugin-istanbul from 2.0.1 to 3.0.0 (#32646)
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>
4 years agoTweak .form-select padding (#32419)
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>
4 years agoLock karma-browserstack-launcher and regenerate package-lock.json (#32593)
XhmikosR [Tue, 22 Dec 2020 13:45:01 +0000 (15:45 +0200)] 
Lock karma-browserstack-launcher and regenerate package-lock.json (#32593)

4 years agoBump linkinator from 2.8.0 to 2.8.2 (#32592)
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>
4 years agoBump eslint from 7.15.0 to 7.16.0 (#32591)
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>
4 years agoBump hugo-bin from 0.67.0 to 0.67.1 (#32590)
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>
4 years agodocs(sidebar): invalid CSS value (#32575)
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>
4 years agocollapse: prevent url change if `A` nested tag is clicked (#32438)
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>
4 years agoSupport Popper virtual elements (#32376)
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>
4 years agoAPI docs: add missing comma (#32543)
XhmikosR [Mon, 21 Dec 2020 09:12:28 +0000 (11:12 +0200)] 
API docs: add missing comma (#32543)

4 years agoAdd keyboard-focusable elements for popover on disabled button (#32490)
Florian Lacreuse [Sun, 20 Dec 2020 18:28:58 +0000 (19:28 +0100)] 
Add keyboard-focusable elements for popover on disabled button (#32490)

4 years agoRevert "Update karma-browserstack-launcher to v1.6.0 (#32409)" (#32494)
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.

4 years agoTooltips: add missing space (#32529)
XhmikosR [Sun, 20 Dec 2020 15:12:22 +0000 (17:12 +0200)] 
Tooltips: add missing space (#32529)

4 years agoadded class selector "." to "dropend" (#32534)
joe [Sat, 19 Dec 2020 06:23:50 +0000 (01:23 -0500)] 
added class selector "." to "dropend" (#32534)

It was missing the `.` before `dropend`.

4 years agotest(carousel): french word in the wild (#32528)
Gaël Poupard [Fri, 18 Dec 2020 15:22:16 +0000 (16:22 +0100)] 
test(carousel): french word in the wild (#32528)

4 years agoBump eslint-plugin-unicorn from 23.0.0 to 24.0.0 (#32516)
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>
4 years agodocs: Fix popover example showing above navbar (#32445)
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>
4 years agoAdd helpers to utilities bundle (#32324)
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>
4 years agoBump @babel/preset-env from 7.12.10 to 7.12.11 (#32515)
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>
4 years agoAdd variables for modifying button state colours. (#32317)
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>
4 years agoExtended form validation states customization capabilities (#31757)
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>
4 years agoFix: variables collide with globals (#32492)
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>
4 years agotests: replace deprecated jQuery method (#32309)
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>
4 years agoBrowserStack: test on macOS Catalina instead of High Sierra (#32486)
XhmikosR [Wed, 16 Dec 2020 10:45:48 +0000 (12:45 +0200)] 
BrowserStack: test on macOS Catalina instead of High Sierra (#32486)

4 years agoBump @popperjs/core from 2.5.4 to 2.6.0 (#32487)
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>
4 years agoFix popover docs example (#32489)
Florian Lacreuse [Tue, 15 Dec 2020 15:27:06 +0000 (16:27 +0100)] 
Fix popover docs example (#32489)

4 years agoUpdate package-lock.json
XhmikosR [Tue, 15 Dec 2020 07:46:22 +0000 (09:46 +0200)] 
Update package-lock.json

4 years agoDocs: style clipboard button on `:focus`, not just `:hover` (#32461)
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>