]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
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>
Mark Otto [Mon, 18 Jan 2021 13:10:01 +0000 (05:10 -0800)]
Add a live toast example to the docs (#32760)
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>
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
Mark Otto [Wed, 13 Jan 2021 23:06:49 +0000 (15:06 -0800)]
Lighten disabled dropdown text to $gray-500
Fixes #32474
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>
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>
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>
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
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>
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.
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"`
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>
XhmikosR [Wed, 13 Jan 2021 22:35:57 +0000 (00:35 +0200)]
build-plugins: build Base component too (#32313)
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>
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>
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 .
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>