-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(deps): update dependency bootstrap to v5.3.3 #80
Merged
Conversation
This file contains 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
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
June 1, 2023 18:18
ed64e0f
to
a08b452
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
June 6, 2023 03:14
a08b452
to
80fed6b
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
June 13, 2023 15:51
80fed6b
to
ac5503a
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
June 28, 2023 16:53
ac5503a
to
581cd00
Compare
renovate
bot
changed the title
fix(deps): update dependency bootstrap to v5.3.0
fix(deps): update dependency bootstrap to v5.3.1
Jul 26, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 26, 2023 10:57
581cd00
to
b1344e8
Compare
renovate
bot
changed the title
fix(deps): update dependency bootstrap to v5.3.1
fix(deps): update dependency bootstrap to v5.3.2
Sep 14, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
September 14, 2023 15:14
b1344e8
to
4a589ab
Compare
renovate
bot
changed the title
fix(deps): update dependency bootstrap to v5.3.2
fix(deps): update dependency bootstrap to v5.3.3
Feb 20, 2024
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
February 20, 2024 19:15
4a589ab
to
386985e
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
March 5, 2024 00:09
386985e
to
35ba321
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
March 5, 2024 00:12
35ba321
to
bc94743
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 16, 2024 19:34
bc94743
to
055118d
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 16, 2024 21:43
055118d
to
582a545
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 00:59
582a545
to
0a9ef6b
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 03:38
0a9ef6b
to
35c9f3b
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 06:10
35c9f3b
to
9cf3423
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 11:36
9cf3423
to
09d038d
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 12:40
09d038d
to
5051948
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 15:34
5051948
to
f4861c7
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 19:34
f4861c7
to
e77131a
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 17, 2024 21:22
e77131a
to
eb4d2a0
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 18, 2024 01:52
eb4d2a0
to
1030993
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.2.3
->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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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 has been generated by Mend Renovate. View repository job log here.