]>
git.ipfire.org Git - thirdparty/bootstrap.git/log
Mark Otto [Thu, 17 Mar 2022 20:49:57 +0000 (13:49 -0700)]
Convert spinners to CSS variables (#35960)
* Convert spinners to CSS variables
* bundlewatch
Mark Otto [Mon, 14 Mar 2022 20:20:54 +0000 (13:20 -0700)]
Revert #35759, fixes #35869
Mark Otto [Mon, 14 Mar 2022 20:01:03 +0000 (13:01 -0700)]
Fixes #36015: Fix pagination link border-radius if statement
Mark Otto [Mon, 14 Mar 2022 20:00:33 +0000 (13:00 -0700)]
Fixes #36016: Update .dropdown-item padding
XhmikosR [Tue, 15 Mar 2022 08:24:21 +0000 (10:24 +0200)]
Update devDependencies (#36024)
* @babel/core ^7.17.5 → ^7.17.7
* @popperjs/core ^2.11.2 → ^2.11.4
* eslint ^8.10.0 → ^8.11.0
* hugo-bin ^0.81.3 → ^0.82.2
* karma-chrome-launcher ^3.1.0 → ^3.1.1
* lockfile-lint ^4.6.2 → ^4.7.4
* rollup ^2.70.0 → ^2.70.1
* terser ^5.12.0 → ^5.12.1
Mark Otto [Mon, 14 Mar 2022 07:38:04 +0000 (00:38 -0700)]
Rewrite docs tables in Markdown with table shortcode (#31337)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Sabrus [Mon, 14 Mar 2022 00:09:37 +0000 (01:09 +0100)]
Remove duplicate entry in migration.md
Mark Otto [Tue, 1 Mar 2022 01:25:53 +0000 (17:25 -0800)]
Add v5.1.0 to migration guide, update v5.2.0 additions
Mark Otto [Sun, 13 Mar 2022 17:13:09 +0000 (10:13 -0700)]
Add additional root variables, rename `$variable-prefix` to `$prefix` (#35981)
* Add additional root variables, rename $variable-prefix to $prefix
- Adds new root CSS variables for border-radius, border-width, border-color, and border-style
- Adds new root CSS variables for heading-color, link-colors, code color, and highlight color
- Replaces most instances of Sass variables (for border-radius, border-color, border-style, and border-width) for CSS variables inside _variables.scss
- Updates $mark-padding to be an even pixel number
- Renames $variable-prefix to $prefix throughout
* Bundlewatch
Mark Otto [Sat, 12 Mar 2022 05:27:58 +0000 (21:27 -0800)]
Convert added in badges to shortcode (#36007)
Mark Otto [Fri, 11 Mar 2022 20:42:32 +0000 (12:42 -0800)]
Bundlewatch
Mark Otto [Sat, 20 Nov 2021 04:44:46 +0000 (18:44 -1000)]
Convert breadcrumb to CSS variables
Mark Otto [Fri, 11 Mar 2022 19:29:52 +0000 (11:29 -0800)]
Redesign the "Added in" badges in the docs (#35980)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
A Web Artisan [Fri, 11 Mar 2022 19:25:41 +0000 (20:25 +0100)]
Allow to set active and disabled class also to .page-link (#35804)
Sometimes we can set `.active` class only to link tag and not parent.
Since active status style is applied only to `.page-link` and not `.page-item`, would also make more sense to just add the active class to `.page-link` itself.
The other way to set `.active` class to `.page-item` still remain, so there is not BC.
Allow to set also `.disabled` class to `.page-link`
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Mark Otto [Fri, 11 Mar 2022 16:59:30 +0000 (08:59 -0800)]
Set opacity on dropdown-divider for now
Mark Otto [Thu, 10 Mar 2022 17:29:53 +0000 (09:29 -0800)]
Updates -color to use rgba()
XhmikosR [Wed, 9 Mar 2022 18:36:20 +0000 (20:36 +0200)]
Update .cspell.json
Mark Otto [Tue, 1 Mar 2022 01:22:14 +0000 (17:22 -0800)]
Adjust border-radius values and add some new utilities
- Updates global border-radius values for a more modern appearance
- New .fw-semibold
- New .rounded-4 and .rounded-5
Mark Otto [Thu, 10 Mar 2022 20:38:07 +0000 (12:38 -0800)]
Fix some instances of lazy Sass math when multiplying new CSS var based border-width
GeoSot [Fri, 11 Mar 2022 15:56:57 +0000 (17:56 +0200)]
Fix docs error after #35644 (#36002)
Julien Déramond [Fri, 11 Mar 2022 14:04:41 +0000 (15:04 +0100)]
docs: add missing `.dropup` in dropup centered example (#35948)
XhmikosR [Thu, 10 Mar 2022 18:32:48 +0000 (20:32 +0200)]
Ignore warning for `.navbar-light` deprecation (#35995)
GeoSot [Thu, 10 Mar 2022 00:12:19 +0000 (02:12 +0200)]
Carousel: change class check as it can only exist if carousel is sliding
Also, fix the corresponding test
GeoSot [Thu, 10 Mar 2022 00:07:01 +0000 (02:07 +0200)]
Carousel: rename private property
GeoSot [Wed, 9 Mar 2022 23:00:33 +0000 (01:00 +0200)]
Carousel: add comment for future fixes
GeoSot [Wed, 9 Mar 2022 22:38:17 +0000 (00:38 +0200)]
Carousel: omit redundant checks as we are always transforming the right values
GeoSot [Wed, 9 Mar 2022 22:01:55 +0000 (00:01 +0200)]
Carousel: omit config merging in jQueryInterface after we create the instance
This is already done inside `getOrCreateInstance` method
Ihor Sychevskyi [Wed, 9 Mar 2022 15:36:50 +0000 (17:36 +0200)]
update google material icons link (#35942)
Puru Vijay [Wed, 9 Mar 2022 15:32:58 +0000 (21:02 +0530)]
docs: add a StackBlitz "Try It" button in code examples (#35644)
Co-authored-by: GeoSot <geo.sotis@gmail.com>
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
GeoSot [Wed, 2 Mar 2022 00:18:55 +0000 (02:18 +0200)]
Carousel: return early in `_slide` method
GeoSot [Wed, 2 Mar 2022 00:16:51 +0000 (02:16 +0200)]
Carousel: small refactoring, remove unnecessary checks
GeoSot [Wed, 2 Mar 2022 00:11:14 +0000 (02:11 +0200)]
Carousel: refactor using inline function and move variables to the proper place
GeoSot [Wed, 2 Mar 2022 00:07:36 +0000 (02:07 +0200)]
Carousel: refactor `_slide` method te accept only order as first argument
GeoSot [Wed, 2 Mar 2022 00:04:03 +0000 (02:04 +0200)]
Carousel: add a `getItems` helper
GeoSot [Tue, 1 Mar 2022 23:34:38 +0000 (01:34 +0200)]
Carousel: use combined selector and drop variable used once
GeoSot [Tue, 1 Mar 2022 23:16:25 +0000 (01:16 +0200)]
Carousel: reorder variables and refactor method to use it inline
GeoSot [Tue, 1 Mar 2022 22:57:28 +0000 (00:57 +0200)]
Carousel: cleanup jQueryInterface
Drop chained else ifs and unused variable.
Since we were checking for `typeof config === 'string'` in both places, action was never `_config.slide`.
dependabot[bot] [Wed, 9 Mar 2022 15:21:34 +0000 (17:21 +0200)]
Bump rollup from 2.68.0 to 2.70.0 (#35972)
Bumps [rollup](https://github.com/rollup/rollup) from 2.68.0 to 2.70.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.68.0...v2.70.0)
---
updated-dependencies:
- dependency-name: rollup
dependency-type: direct:development
update-type: version-update:semver-minor
...
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] [Wed, 9 Mar 2022 15:14:22 +0000 (17:14 +0200)]
Bump postcss from 8.4.7 to 8.4.8 (#35971)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.7 to 8.4.8.
- [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.4.7...8.4.8)
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
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] [Wed, 9 Mar 2022 14:55:43 +0000 (16:55 +0200)]
Bump hugo-bin from 0.81.0 to 0.81.3 (#35974)
Bumps [hugo-bin](https://github.com/fenneclab/hugo-bin) from 0.81.0 to 0.81.3.
- [Release notes](https://github.com/fenneclab/hugo-bin/releases)
- [Commits](https://github.com/fenneclab/hugo-bin/compare/v0.81.0...v0.81.3)
---
updated-dependencies:
- dependency-name: hugo-bin
dependency-type: direct:development
update-type: version-update:semver-patch
...
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>
Mark Otto [Mon, 28 Feb 2022 22:50:00 +0000 (14:50 -0800)]
bundlewatch
Mark Otto [Tue, 5 Oct 2021 21:24:14 +0000 (14:24 -0700)]
Add migration guide mention
Mark Otto [Thu, 9 Sep 2021 03:18:22 +0000 (20:18 -0700)]
Convert popovers to CSS variables
Mark Otto [Wed, 8 Sep 2021 18:49:52 +0000 (11:49 -0700)]
Deprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip colors
Mark Otto [Wed, 8 Sep 2021 18:01:35 +0000 (11:01 -0700)]
Document new CSS vars in tooltip docs
Mark Otto [Thu, 29 Jul 2021 06:21:53 +0000 (09:21 +0300)]
Convert tooltips to CSS vars
louismaxime.piton [Tue, 8 Mar 2022 11:34:21 +0000 (12:34 +0100)]
Fix dropdowns
Julien Déramond [Thu, 3 Mar 2022 12:22:50 +0000 (13:22 +0100)]
Add missing root border opacity CSS var
AlexKoala [Sat, 5 Mar 2022 07:29:12 +0000 (16:29 +0900)]
docs: Update Japanese translation
cccabinet [Tue, 1 Mar 2022 14:43:33 +0000 (23:43 +0900)]
fix:border-width
dependabot[bot] [Wed, 2 Mar 2022 14:51:46 +0000 (16:51 +0200)]
Bump actions/checkout from 2 to 3 (#35933)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
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>
Louis-Maxime Piton [Wed, 2 Mar 2022 14:47:03 +0000 (15:47 +0100)]
Remove unneeded classes from toasts docs (#35931)
Jann Westermann [Wed, 2 Mar 2022 00:20:37 +0000 (01:20 +0100)]
Add static backdrop to offcanvas (#35832)
* Add static backdrop option, to offcanvas
* Trigger prevented event on esc with keyboard=false
* Change offcanvas doc , moving backdrop examples to examples section
Gaël Poupard [Mon, 28 Feb 2022 16:12:50 +0000 (17:12 +0100)]
docs(example): fix RTL carousel example
Mark Otto [Tue, 1 Mar 2022 20:52:00 +0000 (12:52 -0800)]
Split CSS vars for padding values (#35921)
* Split CSS vars for padding values
Make these few components consistent with where we're heading with other components. Had to add some new Sass variables to handle the dropdown-header element, but not a huge deal. This ensures we can drop the combined variable in v6 when we're ready.
* Update scss/_dropdown.scss
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
* Deprecate dropdown-header-padding var
Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
dependabot[bot] [Tue, 1 Mar 2022 16:34:44 +0000 (18:34 +0200)]
Bump terser from 5.11.0 to 5.12.0 (#35927)
Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.12.0.
- [Release notes](https://github.com/terser/terser/releases)
- [Changelog](https://github.com/terser/terser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/terser/terser/compare/v5.11.0...v5.12.0)
---
updated-dependencies:
- dependency-name: terser
dependency-type: direct:development
update-type: version-update:semver-minor
...
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>
GeoSot [Tue, 1 Mar 2022 15:08:12 +0000 (17:08 +0200)]
Modal: refactor listeners to reduce some code noise (#35902)
GeoSot [Fri, 10 Sep 2021 08:57:58 +0000 (11:57 +0300)]
Carousel: simplify carousel items selection
We already know that carousel's parent is the carousel element, so we can use it explicitly
GeoSot [Sat, 19 Feb 2022 17:04:50 +0000 (19:04 +0200)]
Carousel: move `carouselInterface` inside `jqueryInterface`
GeoSot [Sat, 19 Feb 2022 17:02:51 +0000 (19:02 +0200)]
Carousel: move logic of `dataApiClickHandler`
GeoSot [Fri, 10 Sep 2021 00:33:14 +0000 (03:33 +0300)]
Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`
dependabot[bot] [Tue, 1 Mar 2022 14:47:19 +0000 (16:47 +0200)]
Bump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)
Bumps [find-unused-sass-variables](https://github.com/XhmikosR/find-unused-sass-variables) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/XhmikosR/find-unused-sass-variables/releases)
- [Commits](https://github.com/XhmikosR/find-unused-sass-variables/compare/v4.0.2...v4.0.3)
---
updated-dependencies:
- dependency-name: find-unused-sass-variables
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 1 Mar 2022 14:09:51 +0000 (16:09 +0200)]
Revert "README: About release planning" (#35923)
This reverts commit
da9c007139eccffdb635ee7320160fb44701feed .
GeoSot [Tue, 1 Mar 2022 13:53:07 +0000 (15:53 +0200)]
Dropdown: Simplify dataKeyApiHandler (#35870)
* Dropdown.js: Remove duplicated check for `Not Shown` instance
* Dropdown.js: Rearrange `dataApiKeydownHandler` checks
* Dropdown: do some fixup inside `dataApiKeydownHandler`
* Update dropdown.js
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
dependabot[bot] [Tue, 1 Mar 2022 13:19:34 +0000 (15:19 +0200)]
Bump actions/setup-node from 2 to 3 (#35925)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
XhmikosR [Tue, 1 Mar 2022 08:37:05 +0000 (10:37 +0200)]
Update devDependencies (#35922)
* @rollup/plugin-babel ^5.3.0 → ^5.3.1
* @rollup/plugin-commonjs ^21.0.1 → ^21.0.2
* @rollup/plugin-replace ^3.1.0 → ^4.0.0
* eslint ^8.9.0 → ^8.10.0
* find-unused-sass-variables ^4.0.1 → ^4.0.2
* hugo-bin ^0.80.2 → ^0.81.0
* karma ^6.3.16 → ^6.3.17
* postcss ^8.4.6 → ^8.4.7
* sass ^1.49.8 → ^1.49.9
Gaël Poupard [Wed, 20 Oct 2021 10:18:46 +0000 (12:18 +0200)]
fix(forms): color input with validation icon
Gaël Poupard [Mon, 28 Feb 2022 16:04:29 +0000 (17:04 +0100)]
fix(tooltips|popovers): RTL arrows
Julien Déramond [Fri, 25 Feb 2022 13:06:14 +0000 (14:06 +0100)]
Site assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-text-purple-bright`
louismaxime.piton [Mon, 28 Feb 2022 09:25:54 +0000 (10:25 +0100)]
.
louismaxime.piton [Mon, 28 Feb 2022 09:22:45 +0000 (10:22 +0100)]
Use the new CSS variable in dropdown menu.
Mark Otto [Mon, 28 Feb 2022 20:58:31 +0000 (12:58 -0800)]
add tests
Mark Otto [Fri, 25 Feb 2022 16:53:17 +0000 (08:53 -0800)]
Add centered dropdown and dropup options
Mark Otto [Fri, 25 Feb 2022 22:55:47 +0000 (14:55 -0800)]
Replace instances of Sass vars for CSS variable versions of border-color and border-width
Mark Otto [Tue, 30 Nov 2021 06:07:28 +0000 (22:07 -0800)]
bump bundlewatch
Mark Otto [Tue, 30 Nov 2021 05:14:17 +0000 (21:14 -0800)]
Convert border utilities to CSS variables
- Updates the utilities mixin to check for specific CSS variable names via `css-variable`
- Bonus fix: we now prevent local variables for `0` value utilities (e.g., `.border-top-0` no longer sets `--bs-border-opacity: 1`
- Adds new `.border-opacity-*` classes
- Adds new root variables: `--bs-border-color`, `--bs-border-style`, `--bs-border-width`
- Documents the new variable changes
Mark Otto [Mon, 28 Feb 2022 19:14:55 +0000 (11:14 -0800)]
Update migration.md
Mark Otto [Fri, 25 Feb 2022 21:58:08 +0000 (13:58 -0800)]
Remove thicker border on table thead elements
Use the new .table-group-divider to create your own dividers as desired. Would love to find a better way to handle border-color for this, but for now, this is at least opt-in.
I've applied it by default in another way for our docs tables to help differentiate our content vs our components.
Fixes #35342
Mark Otto [Sat, 26 Feb 2022 19:17:42 +0000 (11:17 -0800)]
Update release-drafter.yml
Arhell [Sat, 26 Feb 2022 16:44:07 +0000 (18:44 +0200)]
update ionic link
Erik Faye-Lund [Wed, 21 Jul 2021 07:45:51 +0000 (09:45 +0200)]
Prefer Linux-specific fonts over Arial
Some Linux distributions (like Debian) have fontconfig aliases for Arial
that picks specific fonts. But such generic aliases might be less
desirable than the known-good Linux specific fonts.
This fixes a problem on my setup where Liberation Sans is aliased as
Arial, even when Noto Sans is available. Liberation Sans doesn't support
a weight of 500, so we end up rendering headers at the normal weight of
400, which makes them stand out less. Reordering the Arial fallback
makes us instead pick Noto Sans over Lieration Sans, which does support
a weight of 500, and makes headers stand out again.
While we're at it, fixup the reboot documentation to match, and change
the comment about Helvetica Neue; that's not a "Basic web-fallback" font,
it's the UI font on older iOS and macOS versions.
maks [Thu, 23 Dec 2021 12:58:25 +0000 (13:58 +0100)]
move theme-colors (vars+map) after color tints definitions
In this way we can use color tints other than grays in our custom theme, w/o having to extend it later (e.g `$primary: $indigo-600;` ). This could be done in the project variables file, but i believe most developers just include a full local copy of `scss/_variables.scss` before the the original `default` file and change the values the need (maybe also removing the !default flag) so that it's easier to track changes and custom values during upgrades.
Paweł Kuna [Fri, 25 Feb 2022 21:38:23 +0000 (22:38 +0100)]
docs: add Tabler Icons to list of icon packs (#35497)
* Add Tabler Icons to list of icons
* Update site/data/icons.yml
Co-authored-by: Mark Otto <otto@github.com>
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Julien Déramond [Thu, 24 Feb 2022 07:04:10 +0000 (08:04 +0100)]
Remove border of disabled calendar buttons in Dropdowns example
Дилян Палаузов [Thu, 27 Jan 2022 08:43:27 +0000 (10:43 +0200)]
src/tooltip.js Optimization
Util.findShadowRoot() returns either null or an object.
It cannot return falsy, which allows this optimization.
Mark Otto [Fri, 25 Feb 2022 16:49:02 +0000 (08:49 -0800)]
Add z-index for .toast-container (#35859)
* Add z-index for .toast-container
- Adds positioning and z-index to toast container so that it has a system-declared layer in relation to other components.
- Updates docs to use the class better
Fixes $34028
* Remove unnecessary z-index from docs examples
Julien Déramond [Fri, 25 Feb 2022 14:38:51 +0000 (15:38 +0100)]
Use all dropdowns CSS variables
Mark Otto [Fri, 25 Feb 2022 00:49:10 +0000 (16:49 -0800)]
Separate override for hr's in component examples
Mark Otto [Wed, 23 Feb 2022 23:58:35 +0000 (15:58 -0800)]
Base .text-muted on body color
Richard Giraud [Thu, 30 Sep 2021 17:18:52 +0000 (11:18 -0600)]
`media-breakpoint-only` now passes `$breakpoints` int `breakpoint-max`. Fixes #35084.
Mark Otto [Thu, 24 Feb 2022 02:45:54 +0000 (18:45 -0800)]
Mention form height change in migration guide
Julien Déramond [Wed, 23 Feb 2022 18:31:18 +0000 (19:31 +0100)]
Docs: replace CSS by utilities in examples (#35699)
* Drop .opacity-50 and .opacity-75 redefinition in examples
* Drop unused .card-img-right from blog example CSS files
* Use line-height utilities when possible
* Use rounded-* utilities in examples
* Replace .nav-underline by .nav-scroller and use it in examples.html default
* Use .mb-1 for .blog-post-title
* Remove unused CSS rule and use .fw-* utilities for carousels examples
* Use utilities for cheatsheet examples
* Extract some CSS to utilities for .nav-masthead .nav-link in cover example
* Dashboard group of minor modifications
* Dropdowns example: refactoring
* Dropdowns example refactoring: fix linting by removing selector by id
* Features example refactoring
* Headers example refactoring
* List groups example refactoring
* Sidebars example refactoring
* Sign-in example refactoring
* Starter template refactoring
* Fix RTL examples
Co-authored-by: Mark Otto <markd.otto@gmail.com>
Julien Déramond [Wed, 23 Feb 2022 13:04:08 +0000 (14:04 +0100)]
Replace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`
chefarbeiter [Mon, 21 Feb 2022 16:13:42 +0000 (17:13 +0100)]
Fix modal doc
Gaël Poupard [Tue, 22 Feb 2022 08:02:47 +0000 (09:02 +0100)]
Rely on `border-width` for `<hr>` size (#35491)
* fix(reboot): revert hr styles to v4 implementation
* docs(cheatsheet): add a hr example
* fix(reboot): currentColor is the initial border-color value
* Document hr element in Reboot docs
* Update migration guide
* Update scss/_variables.scss
Co-authored-by: Mark Otto <markd.otto@gmail.com>
xrkffgg [Tue, 22 Feb 2022 07:55:29 +0000 (15:55 +0800)]
CI: add issues-helper (#35846)
Christian Oliff [Tue, 22 Feb 2022 07:39:57 +0000 (16:39 +0900)]
remove opacity utlitilies from example CSS (#35877)
These are included in Bootstrap itself now
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
XhmikosR [Tue, 22 Feb 2022 07:35:36 +0000 (09:35 +0200)]
Update devDependencies and pin karma-rollup-preprocessor (#35868)
* @babel/cli ^7.17.0 → ^7.17.6
* @babel/core ^7.17.2 → ^7.17.5
* eslint-plugin-unicorn ^40.1.0 → ^41.0.0
* rollup ^2.67.2 → ^2.68.0
* sass ^1.49.7 → ^1.49.8
* terser ^5.10.0 → ^5.11.0
GeoSot [Sat, 19 Feb 2022 14:22:32 +0000 (16:22 +0200)]
Dropdown: use a better selector to avoid triggering click if button is disabled (#35866)
GeoSot [Sat, 19 Feb 2022 14:16:51 +0000 (16:16 +0200)]
Dropdown: use a combined selector to filter foreign not shown instances iteration (#35766)