Update dependency bootstrap to v5.3.3 #17
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.3.0-alpha1
->5.3.3
Release Notes
twbs/bootstrap (bootstrap)
v5.3.3
Compare Source
Highlights
variables-dark.scss
when building Bootstrap with Sass. Now,_variables.scss
will automatically import_variables-dark.scss
. If you were already importing_variables-dark.scss
manually, you should keep doing it as it won't break anything and will be the way to go in v6.Color modes
.text-bg-*
text utilities to be certain that the text is always readable (especially when the customized colors are different in light and dark modes).color-modes.js
script to handle the case where the OS is set to light mode and the auto color mode is used on the website. If you copied the script from our docs, you should apply this change to your own script.color-scheme()
only acceptlight
anddark
values as parameters.Miscellaneous
<dl>
,<dt>
and<dd>
in the sanitizer.🎨 CSS
--bs-accordion-btn-focus-border-color
and deprecate$accordion-button-focus-border-color
☕️ JavaScript
color-mode.js
dl
,dt
anddd
in sanitizer📖 Docs
.text-bg-{color}
for all badgesgetOrCreateInstance()
doc example.table-light
from table foot exampledispose()
to Offcanvas methodsshift-color()
usage example in sass customization page.card-img-*
description.theme-icon
class🛠 Examples
🏭 Tests
🧰 Misc
📦 Dependencies
v5.3.2
Compare Source
Highlights
abs()
is deprecated since Dart Sass v1.65.0. It resulted in a deprecation warning when compiling Bootstrap with Dart Sass. This has been fixed internally by changing the values passed to thedivide()
function. Thedivide()
function has not been fixed itself so that we can keep supporting node-sass cross-compatibility. In v6, this won't be an issue as we plan to drop support for node-sass.id
s in a collapse target wasn't working anymore and has been fixed.Color modes
<mark>
color customization for color modes.Docs
🎨 CSS
box-shadow
CSS variables shadow utilities$btn-link-focus-shadow-rgb
to allow customization<mark>
dark mode bg color☕️ JavaScript
id
s calls📖 Docs
details
element.left-
and.right-
utilities from migration guide🛠 Examples
🌎 Accessibility
🧰 Misc
📦 Dependencies
v5.3.1
Compare Source
Highlights
$gray-500
with$gray-300
for the body color.nav-link
s, providing.disabled
and:disabled
for use with anchors and buttonsHome
andEnd
keys for navigating tabs by keyboard.text-bg-*
utilities now use CSS variables$navbar-dark-icon-color
Sass variable$alert
Sass variables$vr-border-width
to customize the vertical rule helper width🎨 CSS
.text-bg-*
helpers now use theme CSS variables$navbar-dark-icon-color
$alert-*-scale
Sass vars☕️ JavaScript
Home
andEnd
keys in tabs📖 Docs
noopener
rel to footer external linksaria-disabled='true'
to disabled anchorsaria-describedby
.d-none
instead of inline stylingclearfix
🛠 Examples
🌎 Accessibility
Home
andEnd
keys in tabsaria-disabled='true'
to disabled anchors🧰 Misc
color-modes.js
tobootstrap-x.y.z-examples.zip
📦 Dependencies
v5.3.0
Compare Source
v5.3.0-alpha3
Compare Source
calc()
functions.--bs-border-radius
variables across more components..d-inline-grid
utility class..tooltip-inner
placement when using variations infallbackPlacements
.$color-mode-type: media-query
.background-color
to help with multiple lines of text intextarea
s. This also fixes the colors when form elements are disabled in floating forms.Full Changelog: twbs/bootstrap@v5.3.0-alpha2...v5.3.0-alpha3
v5.3.0-alpha2
Compare Source
🚀 Features
.nav-underline
modifier class🎨 CSS
.nav-underline
modifier class--bs-body-font-family
. Keep quotes in the font stack.position: absolute
for captions$prefix
to the whole assets--bs-form-check-bg
definition$color-mode-type
is set tomedia-query
color-scheme
to dark root selectorproperty-blacklist
toproperty-disallowed-list
--bs-emphasis-color
set valuescss/_maps.scss
.highlight-toolbar
def--bs-highlight-bg
inscss/_root.scss
.btn-clipboard
and.btn-edit
link hover color.bg-body-emphasis
.link-body-emphasis
helper_variables.scss
--bs-body-bg-rgb
declaration + reorder props$input-border-color
variable.form-control
in dark mode.*-text-emphasis
list-style
reset on.carousel-indicators
*-text-emphasis
CSS vars in Sass loop$grid-breakpoints
SCSS unit tests initscss/_nav.scss
color
andborder-color
-moz-padding-start
from.form-select
$btn-close-focus-shadow
definition$nav-link-disabled-color
declaration--bs-focus-ring-box-shadow
and add documentation for--bs-focus-ring-{x|y|blur}
scss/_utilities.scss
--bs-{color}-text
was changed to--bs-{color}-text-emphasis
import
insidebootstrap-grid
☕️ JavaScript
offcanvas
keydown
event logic withmodal
aria-labelledby
in tab navigation📖 Docs
.btn
classcheck2
SVG iconfirstElementChild
$prefix
to the whole assetstwbs/bootstrap-npm-starter
bytwbs/examples/tree/main/icons-font
.btn-*-dark
from Button group docs to avoid issues in dark modetwbs/examples
repo examples in the Examples pageid
/aria-labelledby
from accordion examples.highlight-toolbar
def.btn-clipboard
and.btn-edit
link hover colorlist-group-item-variant()
mixin.fw-medium
utility class example.text-*-left
changespopover
totooltip
.text-muted
debug
references from DocSearch v2.focused
style--bs-focus-ring-box-shadow
and add documentation for--bs-focus-ring-{x|y|blur}
.text-muted
deprecation messages.text-body-secondary
appears two times in Utilities > Colorsbootstrap-social-logo.png
utilities/colors.md
href
andtabindex="-1"
scss-docs
: link enhancementscroll-margin-top
insteadpadding
andmargin
var(--bs-emphasis-color)
placeholder
shortcode color and background params when 'img' markupv
from docs-versions.ymlscss-docs
unindent automatically the code inside shortcode🛠 Examples
id
/aria-labelledby
from cheatsheet accordionstwbs/examples
repo examples in the Examples page🌎 Accessibility
position: absolute
for captionsaria-labelledby
to associate form-text (helper) with input field when it contains mandatory info (e.g. data format)id
/aria-labelledby
from accordion examplesid
/aria-labelledby
from collapse unit testsaria-labelledby
in tab navigation🔧 Utility API
$grid-breakpoints
SCSS unit tests init🏭 Tests
$grid-breakpoints
SCSS unit tests initid
/aria-labelledby
from collapse unit tests🧰 Misc
docs
workflow📦 Dependencies
Updated numerous devDependencies: https://github.com/twbs/bootstrap/pulls?q=is%3Apr+label%3Adependencies+project%3Atwbs%2F13+is%3Aclosed
Full changelog: twbs/bootstrap@v5.3.0-alpha1...v5.3.0-alpha2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.