]> git.ipfire.org Git - thirdparty/bootstrap.git/log
thirdparty/bootstrap.git
3 years agoRedesign the "Added in" badges in the docs (#35980)
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>
3 years agoAllow to set active and disabled class also to .page-link (#35804)
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>
3 years agoSet opacity on dropdown-divider for now 36004/head
Mark Otto [Fri, 11 Mar 2022 16:59:30 +0000 (08:59 -0800)] 
Set opacity on dropdown-divider for now

3 years agoUpdates -color to use rgba()
Mark Otto [Thu, 10 Mar 2022 17:29:53 +0000 (09:29 -0800)] 
Updates -color to use rgba()

3 years agoUpdate .cspell.json
XhmikosR [Wed, 9 Mar 2022 18:36:20 +0000 (20:36 +0200)] 
Update .cspell.json

3 years agoAdjust border-radius values and add some new utilities
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

3 years agoFix some instances of lazy Sass math when multiplying new CSS var based border-width
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

3 years agoFix docs error after #35644 (#36002)
GeoSot [Fri, 11 Mar 2022 15:56:57 +0000 (17:56 +0200)] 
Fix docs error after #35644 (#36002)

3 years agodocs: add missing `.dropup` in dropup centered example (#35948)
Julien Déramond [Fri, 11 Mar 2022 14:04:41 +0000 (15:04 +0100)] 
docs: add missing `.dropup` in dropup centered example (#35948)

3 years agoIgnore warning for `.navbar-light` deprecation (#35995)
XhmikosR [Thu, 10 Mar 2022 18:32:48 +0000 (20:32 +0200)] 
Ignore warning for `.navbar-light` deprecation (#35995)

3 years agoCarousel: change class check as it can only exist if carousel is sliding
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

3 years agoCarousel: rename private property
GeoSot [Thu, 10 Mar 2022 00:07:01 +0000 (02:07 +0200)] 
Carousel: rename private property

3 years agoCarousel: add comment for future fixes
GeoSot [Wed, 9 Mar 2022 23:00:33 +0000 (01:00 +0200)] 
Carousel: add comment for future fixes

3 years agoCarousel: omit redundant checks as we are always transforming the right values
GeoSot [Wed, 9 Mar 2022 22:38:17 +0000 (00:38 +0200)] 
Carousel: omit redundant checks as we are always transforming the right values

3 years agoCarousel: omit config merging in jQueryInterface after we create the instance
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

3 years agoupdate google material icons link (#35942)
Ihor Sychevskyi [Wed, 9 Mar 2022 15:36:50 +0000 (17:36 +0200)] 
update google material icons link (#35942)

3 years agodocs: add a StackBlitz "Try It" button in code examples (#35644)
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>
3 years agoCarousel: return early in `_slide` method
GeoSot [Wed, 2 Mar 2022 00:18:55 +0000 (02:18 +0200)] 
Carousel: return early in `_slide` method

3 years agoCarousel: small refactoring, remove unnecessary checks
GeoSot [Wed, 2 Mar 2022 00:16:51 +0000 (02:16 +0200)] 
Carousel: small refactoring, remove unnecessary checks

3 years agoCarousel: refactor using inline function and move variables to the proper place
GeoSot [Wed, 2 Mar 2022 00:11:14 +0000 (02:11 +0200)] 
Carousel: refactor using inline function and move variables to the proper place

3 years agoCarousel: refactor `_slide` method te accept only order as first argument
GeoSot [Wed, 2 Mar 2022 00:07:36 +0000 (02:07 +0200)] 
Carousel: refactor `_slide` method te accept only order as first argument

3 years agoCarousel: add a `getItems` helper
GeoSot [Wed, 2 Mar 2022 00:04:03 +0000 (02:04 +0200)] 
Carousel: add a `getItems` helper

3 years agoCarousel: use combined selector and drop variable used once
GeoSot [Tue, 1 Mar 2022 23:34:38 +0000 (01:34 +0200)] 
Carousel: use combined selector and drop variable used once

3 years agoCarousel: reorder variables and refactor method to use it inline
GeoSot [Tue, 1 Mar 2022 23:16:25 +0000 (01:16 +0200)] 
Carousel: reorder variables and refactor method to use it inline

3 years agoCarousel: cleanup jQueryInterface
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`.

3 years agoBump rollup from 2.68.0 to 2.70.0 (#35972)
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>
3 years agoBump postcss from 8.4.7 to 8.4.8 (#35971)
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>
3 years agoBump hugo-bin from 0.81.0 to 0.81.3 (#35974)
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>
3 years agobundlewatch
Mark Otto [Mon, 28 Feb 2022 22:50:00 +0000 (14:50 -0800)] 
bundlewatch

3 years agoAdd migration guide mention
Mark Otto [Tue, 5 Oct 2021 21:24:14 +0000 (14:24 -0700)] 
Add migration guide mention

3 years agoConvert popovers to CSS variables
Mark Otto [Thu, 9 Sep 2021 03:18:22 +0000 (20:18 -0700)] 
Convert popovers to CSS variables

3 years agoDeprecate the tooltip-arrow-bg color since we're using CSS variables to set tooltip...
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

3 years agoDocument new CSS vars in tooltip docs
Mark Otto [Wed, 8 Sep 2021 18:01:35 +0000 (11:01 -0700)] 
Document new CSS vars in tooltip docs

3 years agoConvert tooltips to CSS vars
Mark Otto [Thu, 29 Jul 2021 06:21:53 +0000 (09:21 +0300)] 
Convert tooltips to CSS vars

3 years agoFix dropdowns
louismaxime.piton [Tue, 8 Mar 2022 11:34:21 +0000 (12:34 +0100)] 
Fix dropdowns

3 years agoAdd missing root border opacity CSS var
Julien Déramond [Thu, 3 Mar 2022 12:22:50 +0000 (13:22 +0100)] 
Add missing root border opacity CSS var

3 years agodocs: Update Japanese translation
AlexKoala [Sat, 5 Mar 2022 07:29:12 +0000 (16:29 +0900)] 
docs: Update Japanese translation

3 years agofix:border-width
cccabinet [Tue, 1 Mar 2022 14:43:33 +0000 (23:43 +0900)] 
fix:border-width

3 years agoBump actions/checkout from 2 to 3 (#35933)
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>
3 years agoRemove unneeded classes from toasts docs (#35931)
Louis-Maxime Piton [Wed, 2 Mar 2022 14:47:03 +0000 (15:47 +0100)] 
Remove unneeded classes from toasts docs (#35931)

3 years agoAdd static backdrop to offcanvas (#35832)
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

3 years agodocs(example): fix RTL carousel example
Gaël Poupard [Mon, 28 Feb 2022 16:12:50 +0000 (17:12 +0100)] 
docs(example): fix RTL carousel example

3 years agoSplit CSS vars for padding values (#35921)
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>
3 years agoBump terser from 5.11.0 to 5.12.0 (#35927)
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>
3 years agoModal: refactor listeners to reduce some code noise (#35902)
GeoSot [Tue, 1 Mar 2022 15:08:12 +0000 (17:08 +0200)] 
Modal: refactor listeners to reduce some code noise (#35902)

3 years agoCarousel: simplify carousel items selection
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

3 years agoCarousel: move `carouselInterface` inside `jqueryInterface`
GeoSot [Sat, 19 Feb 2022 17:04:50 +0000 (19:04 +0200)] 
Carousel: move `carouselInterface` inside `jqueryInterface`

3 years agoCarousel: move logic of `dataApiClickHandler`
GeoSot [Sat, 19 Feb 2022 17:02:51 +0000 (19:02 +0200)] 
Carousel: move logic of `dataApiClickHandler`

3 years agoCarousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`
GeoSot [Fri, 10 Sep 2021 00:33:14 +0000 (03:33 +0300)] 
Carousel: refactor dataApiKeyHandler to avoid use of `carouselInterface`

3 years agoBump find-unused-sass-variables from 4.0.2 to 4.0.3 (#35928)
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>
3 years agoRevert "README: About release planning" (#35923)
XhmikosR [Tue, 1 Mar 2022 14:09:51 +0000 (16:09 +0200)] 
Revert "README: About release planning" (#35923)

This reverts commit da9c007139eccffdb635ee7320160fb44701feed.

3 years agoDropdown: Simplify dataKeyApiHandler (#35870)
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>
3 years agoBump actions/setup-node from 2 to 3 (#35925)
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>
3 years agoUpdate devDependencies (#35922)
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

3 years agofix(forms): color input with validation icon
Gaël Poupard [Wed, 20 Oct 2021 10:18:46 +0000 (12:18 +0200)] 
fix(forms): color input with validation icon

3 years agofix(tooltips|popovers): RTL arrows
Gaël Poupard [Mon, 28 Feb 2022 16:04:29 +0000 (17:04 +0100)] 
fix(tooltips|popovers): RTL arrows

3 years agoSite assets: `.bd-bg-purple-bright` → `.bd-bg-violet` and drop unused `.bd-text-purpl...
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`

3 years ago.
louismaxime.piton [Mon, 28 Feb 2022 09:25:54 +0000 (10:25 +0100)] 
.

3 years agoUse the new CSS variable in dropdown menu.
louismaxime.piton [Mon, 28 Feb 2022 09:22:45 +0000 (10:22 +0100)] 
Use the new CSS variable in dropdown menu.

3 years agoadd tests
Mark Otto [Mon, 28 Feb 2022 20:58:31 +0000 (12:58 -0800)] 
add tests

3 years agoAdd centered dropdown and dropup options
Mark Otto [Fri, 25 Feb 2022 16:53:17 +0000 (08:53 -0800)] 
Add centered dropdown and dropup options

3 years agoReplace instances of Sass vars for CSS variable versions of border-color and border...
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

3 years agobump bundlewatch
Mark Otto [Tue, 30 Nov 2021 06:07:28 +0000 (22:07 -0800)] 
bump bundlewatch

3 years agoConvert border utilities to CSS variables
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

3 years agoUpdate migration.md
Mark Otto [Mon, 28 Feb 2022 19:14:55 +0000 (11:14 -0800)] 
Update migration.md

3 years agoRemove thicker border on table thead elements
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

3 years agoUpdate release-drafter.yml 35913/head
Mark Otto [Sat, 26 Feb 2022 19:17:42 +0000 (11:17 -0800)] 
Update release-drafter.yml

3 years agoupdate ionic link
Arhell [Sat, 26 Feb 2022 16:44:07 +0000 (18:44 +0200)] 
update ionic link

3 years agoPrefer Linux-specific fonts over Arial
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.

3 years agomove theme-colors (vars+map) after color tints definitions
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.

3 years agodocs: add Tabler Icons to list of icon packs (#35497)
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>
3 years agoRemove border of disabled calendar buttons in Dropdowns example
Julien Déramond [Thu, 24 Feb 2022 07:04:10 +0000 (08:04 +0100)] 
Remove border of disabled calendar buttons in Dropdowns example

3 years agosrc/tooltip.js Optimization
Дилян Палаузов [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.

3 years agoAdd z-index for .toast-container (#35859)
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

3 years agoUse all dropdowns CSS variables
Julien Déramond [Fri, 25 Feb 2022 14:38:51 +0000 (15:38 +0100)] 
Use all dropdowns CSS variables

3 years agoSeparate override for hr's in component examples
Mark Otto [Fri, 25 Feb 2022 00:49:10 +0000 (16:49 -0800)] 
Separate override for hr's in component examples

3 years agoBase .text-muted on body color
Mark Otto [Wed, 23 Feb 2022 23:58:35 +0000 (15:58 -0800)] 
Base .text-muted on body color

3 years ago`media-breakpoint-only` now passes `$breakpoints` int `breakpoint-max`. Fixes #35084.
Richard Giraud [Thu, 30 Sep 2021 17:18:52 +0000 (11:18 -0600)] 
`media-breakpoint-only` now passes `$breakpoints` int `breakpoint-max`.  Fixes #35084.

3 years agoMention form height change in migration guide
Mark Otto [Thu, 24 Feb 2022 02:45:54 +0000 (18:45 -0800)] 
Mention form height change in migration guide

3 years agoDocs: replace CSS by utilities in examples (#35699)
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>
3 years agoReplace non-existent `--bs-btn-padding` by `--bs-btn-padding-{x|y}`
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}`

3 years agoFix modal doc
chefarbeiter [Mon, 21 Feb 2022 16:13:42 +0000 (17:13 +0100)] 
Fix modal doc

3 years agoRely on `border-width` for `<hr>` size (#35491)
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>
3 years agoCI: add issues-helper (#35846)
xrkffgg [Tue, 22 Feb 2022 07:55:29 +0000 (15:55 +0800)] 
CI: add issues-helper (#35846)

3 years agoremove opacity utlitilies from example CSS (#35877)
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>
3 years agoUpdate devDependencies and pin karma-rollup-preprocessor (#35868)
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

3 years agoDropdown: use a better selector to avoid triggering click if button is disabled ...
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)

3 years agoDropdown: use a combined selector to filter foreign not shown instances iteration...
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)

3 years agotests: revisit all tests using Promise.reject instead of throwing an error (#35765)
GeoSot [Sat, 19 Feb 2022 14:08:16 +0000 (16:08 +0200)] 
tests: revisit all tests using Promise.reject instead of throwing an error (#35765)

3 years agoReplace AnchorJS with a Hugo render hook (#32953)
XhmikosR [Sat, 19 Feb 2022 13:16:23 +0000 (15:16 +0200)] 
Replace AnchorJS with a Hugo render hook (#32953)

* Replace AnchorJS with a Hugo render hook

* docs(anchors): improve aria-label on anchor links

* docs(anchors): show anchor link when ed

* docs(anchors): add hash in pseudo-element

Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>
3 years agoMake event name helper and use it on tooltip & popover to reduce dist sizes (#35856)
GeoSot [Sat, 19 Feb 2022 13:10:47 +0000 (15:10 +0200)] 
Make event name helper and use it on tooltip & popover to reduce dist sizes (#35856)

* feat: create eventName getter function in baseComponent

* refactor: use `eventName` getter on tooltip & popover

3 years agoCarousel: remove one more call to ActiveIndex
GeoSot [Fri, 10 Sep 2021 09:54:20 +0000 (12:54 +0300)] 
Carousel: remove one more call to  ActiveIndex

3 years agoCarousel: change argument to `_setActiveIndicatorElement`, from element to index
GeoSot [Fri, 10 Sep 2021 09:00:28 +0000 (12:00 +0300)] 
Carousel: change argument to `_setActiveIndicatorElement`, from element to index

3 years agoCarousel: make direct triggering of slid event, instead of using a callback
GeoSot [Sun, 30 Jan 2022 22:31:07 +0000 (00:31 +0200)] 
Carousel: make direct triggering of slid event, instead of using a callback

3 years agoCarousel: merge slide functionality, regardless of whether it is animated or not
GeoSot [Sun, 30 Jan 2022 22:22:33 +0000 (00:22 +0200)] 
Carousel: merge slide functionality, regardless of whether it is animated or not

3 years agoCarousel: simplify initialization on document load, using `getOrCreateInstance`
GeoSot [Fri, 10 Sep 2021 00:41:03 +0000 (03:41 +0300)] 
Carousel: simplify initialization on document load, using `getOrCreateInstance`

3 years agoCarousel: remove redundant config merge on `dataApiClickHandler`, as it is done by...
GeoSot [Thu, 9 Sep 2021 23:55:28 +0000 (02:55 +0300)] 
Carousel: remove redundant config merge on `dataApiClickHandler`, as it is done by default in the `constructor`

3 years agoApply list group numbering to all items (#35822)
Jann Westermann [Thu, 17 Feb 2022 23:17:37 +0000 (00:17 +0100)] 
Apply list group numbering to all items (#35822)

3 years agoAdd null modal-footer-bg variable (#35858)
Mark Otto [Thu, 17 Feb 2022 23:14:18 +0000 (15:14 -0800)] 
Add null modal-footer-bg variable (#35858)

Fixes #35782

3 years agoNew CSS variable for Navbars (#35829)
Louis-Maxime Piton [Thu, 17 Feb 2022 19:25:01 +0000 (20:25 +0100)] 
New CSS variable for Navbars (#35829)

* Adding a brand new CSS var

* Update scss/_variables.scss

Co-authored-by: Gaël Poupard <ffoodd@users.noreply.github.com>