-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update dependency bootstrap to v5.3.3 #151
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 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 22, 2021 19:43
132160b
to
e762a86
Compare
renovate
bot
changed the title
Update dependency @types/bootstrap to v5.0.16
Update dependency bootstrap to v5.0.2
Jun 22, 2021
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 6, 2021 19:00
e762a86
to
118c21c
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
October 18, 2021 21:39
118c21c
to
9883d8d
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.0.2
Update dependency bootstrap to v5.1.3
Oct 18, 2021
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
March 7, 2022 07:56
9883d8d
to
8584b36
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
April 24, 2022 19:47
8584b36
to
2c53026
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
May 15, 2022 20:20
2c53026
to
4b79f33
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
June 18, 2022 16:48
4b79f33
to
a30fcea
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
September 25, 2022 14:01
a30fcea
to
6e26923
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.1.3
Update dependency bootstrap to v5.2.1
Sep 25, 2022
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
November 20, 2022 21:32
6e26923
to
457867e
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.2.1
Update dependency bootstrap to v5.2.2
Nov 20, 2022
renovate
bot
changed the title
Update dependency bootstrap to v5.2.2
Update dependency bootstrap to v5.2.3
Mar 16, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
March 16, 2023 11:30
457867e
to
a23858b
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.2.3
Update dependency bootstrap to v5.3.0
May 30, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
May 30, 2023 16:38
a23858b
to
59e6d7a
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.3.0
Update dependency bootstrap to v5.3.1
Jul 26, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
July 26, 2023 11:25
59e6d7a
to
432c339
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.3.1
Update dependency bootstrap to v5.3.2
Sep 14, 2023
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
2 times, most recently
from
September 15, 2023 23:34
2eb2931
to
865e7d7
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
October 18, 2023 00:57
865e7d7
to
7b0e64f
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
November 7, 2023 21:10
7b0e64f
to
88015ee
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
November 22, 2023 01:32
88015ee
to
698d574
Compare
renovate
bot
force-pushed
the
renovate/bootstrap-5.x
branch
from
February 20, 2024 17:11
698d574
to
78f562c
Compare
renovate
bot
changed the title
Update dependency bootstrap to v5.3.2
Update dependency bootstrap to v5.3.3
Feb 20, 2024
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.0.1
->5.3.3
5.0.15
->5.2.10
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.2.3
Compare Source
Fixes
🎨 CSS
translate()
direction☕️ JavaScript
v5.2.2
Compare Source
Highlights
.btn:hover
from v5.2.1. We now explicitly target.btn-check
styles instead.data
attribute (will be removed again in v6)<h1>
for all.modal-title
instances in our docs$border-color
intable-variant()
mixintab.show()
.active
class toggling of tabs within dropdownsz-index
on.toast-container
as opposed to individual.toast
s that don't receive any other positioningtitle
attribute on dynamically created elements🎨 CSS
.btn-check
and undo:hover
$border-color
intable-variant
mixin☕️ JavaScript
📖 Docs
<h1>
for allmodal-title
examples/usesview in GitHub
links insidemain
🌎 Accessibility
<h1>
for allmodal-title
examples/uses🏭 Tests
🧰 Misc
📦 Dependencies
v5.2.1
Compare Source
🚀 Highlights
color
value to use the$accordion-button-color
Sass variable instead of our color contrast functiontransparent
default hover border color CSS variable for buttons to fix a visual regression.btn-link
no longer has a gradient when$enable-gradients
is set totrue
z-index
values to ensure proper rendering of validated form fieldstext-align
to ensure consistent stylingborder-radius
list-group-item
selectors to better support nested imports of Bootstrap's CSSborder-radius
values inside pagination componentsselector
, dynamic content, and disposed tooltips usingtitle
🚀 Features
🎨 CSS
outline
for docs code samples, buttons when:not(:focus-visible)
$popover-header-color
.text-center
z-index
CSS variables..btn-link
☕️ JavaScript
📖 Docs
.form-checkbox
->.form-check
🛠 Examples
examples/features
page.🌎 Accessibility
outline
for docs code samples, buttons when:not(:focus-visible)
📦 Dependencies
v5.2.0
Compare Source
🚀 Highlights
smooth-scroll
behavior🚀 Features
smooth-scroll
behavior🎨 CSS
.form-control-color
sizing and styles.showing
btn-link
custom-property-empty-line-before
.table-group-divider
border.dropdown-item
border-radius
when$dropdown-padding-y
is0
readonly
inputs asdisabled
--bs-headings-color
CSS variable due to backward compatibility issuesdb61cf3
for$text-muted
default value.navbar-nav
--bs-btn-disabled-border-color
inbutton-outline-variant
mixin$display-font-family
and$display-font-style
☕️ JavaScript
smooth-scroll
behavior.show
from panels dependent-less on the existence of.fade
class📖 Docs
.is-invalid
from textarea validation exampleinterval=false
from docs & testsdata-bs-title
instead oftitle
type="button"
to Bootstrap versions dropdown🛠 Examples
🌎 Accessibility
type="button"
to Bootstrap versions dropdown🏭 Tests
spyOn
usage🧰 Misc
📦 Dependencies
v5.1.3
Compare Source
Fixes
🎨 CSS
align-self: center
to buttons for improved rendering in flex containers"v5.1.2
Compare Source
Highlights
calc()
functions that use negative numbers. This should restore the ability to import and compile Bootstrap's Sass increate-react-app
.border-radius
sizes to small and large.form-select
salign-self: center
to buttons for improved rendering in flex containerssms
in theSAFE_URL_PATTERN
.img-fluid
role="switch"
to our form switches in our docsChanges
🎨 CSS
align-self: center
to buttons for improved rendering in flex containersborder-radius
sizes to small and large.form-select
s☕️ JavaScript
sms
in theSAFE_URL_PATTERN
📖 Docs
role="switch"
to switches.img-fluid
in docscontents.md
🛠 Examples
role="switch"
to switches🧰 Misc
generatedCode: 'es2015'
📦 Dependencies
v5.1.1
Compare Source
Highlights
🎨 CSS
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.