-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency bootstrap to v5.3.7 #133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/bootstrap-5.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
ae47508
to
462952d
Compare
462952d
to
4197cca
Compare
4197cca
to
186f9b8
Compare
186f9b8
to
f98a061
Compare
f98a061
to
d3114df
Compare
d3114df
to
b914bc8
Compare
b914bc8
to
7e14805
Compare
7e14805
to
f07944a
Compare
5612c71
to
f07944a
Compare
f07944a
to
3e49ea1
Compare
3e49ea1
to
fb2efe2
Compare
fb2efe2
to
1488d65
Compare
1488d65
to
94fa5b4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.0.1
->5.3.7
Release Notes
twbs/bootstrap (bootstrap)
v5.3.7
Compare Source
📚 Documentation
<head>
content generated by the "Download examples" buttonintegrity
andcrossorigin
attributes in introduction pageplaceholder
usage description🎨 Sass
'none'
values in thebox-shadow
Sass mixin for cleaner output🤖 JavaScript
trigger: "hover click"
configuration🤝 Contributions
v5.3.6
Compare Source
Highlights
.visually-hidden
overflowing children to become focusable.card-group
selectors to immediate children to fix some inheritance issuesChanges
npm install
andnpm run dist
in CONTRIBUTING.md by @mdo in https://github.com/twbs/bootstrap/pull/41340.card-group
to immediate children to fixborder-radius
bug by @mscdex in https://github.com/twbs/bootstrap/pull/41298devDependencies
by @julien-deramond in https://github.com/twbs/bootstrap/pull/41383image-size
from 1.0.2 to 2.0.2 by @julien-deramond in https://github.com/twbs/bootstrap/pull/41384.md
and.mdx
files. by @Jason3S in https://github.com/twbs/bootstrap/pull/41398files
configuration from.cspell.json
by @julien-deramond in https://github.com/twbs/bootstrap/pull/41400// Private
comment and method by @MohamadSalman11 in https://github.com/twbs/bootstrap/pull/41218New Contributors
Full Changelog: twbs/bootstrap@v5.3.5...v5.3.6
v5.3.5
Compare Source
Hot fix for a regression from upstream in Autoprefixer.
What's Changed
Full Changelog: twbs/bootstrap@v5.3.4...v5.3.5
v5.3.4
Compare Source
Changes
🚀 Features
util.js
in migration guide<article>
element for example cards.grid
where it shouldn't be used.order-*
classes in 'Layout > Columns'.justify-content-start
class in homepage.bi-exclamation-triangle-fill
classborder-radius
rule🎨 CSS
max-width
andbackground-color
btn-group-vertical
by using same rules asbtn-group
border-radius
rule☕️ JavaScript
📖 Docs
util.js
in migration guide<article>
element for example cards.order
values in the migration guide.grid
where it shouldn't be used.order-*
classes in 'Layout > Columns'.justify-content-start
class in homepage$enable-css-grid
→$enable-cssgrid
in 'Customize > Options'$enable-css-grid
in options.mdaria-hidden="true"
to decorative SVGsaria-hidden='true'
to decorative SVGs.bi-exclamation-triangle-fill
classdata-bs-theme="light"
in navbars color schemes markupimageConfig
urls.JoinPath
in more placesrel="noopener" target="_blank"
data-bs-scroll="true"
from navbarhugo.IsProduction
🛠 Examples
🌎 Accessibility
<article>
element for example cardsaria-hidden="true"
to decorative SVGsaria-hidden='true'
to decorative SVGs📦 Dependencies
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
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.