monica
monica copied to clipboard
chore: Bump bootstrap from 4.6.1 to 4.6.2
Bumps bootstrap from 4.6.1 to 4.6.2.
Release notes
Sourced from bootstrap's releases.
v4.6.2
Highlights
- Added an example to our Collapse plugin docs to show how to use horizontal collapsing. This has long been possible via our JS, but we never had an official class to utilize it.
- We've replaced the deprecated
color-adjust
withprint-color-adjust
in our Sass files as part of the Autoprefixer v10.4.6 issues. This should quiet the issues folks have seen from that dependency change. If you're using our distribution CSS files, likebootstrap.min.css
, you may still see the warning.- Tweaked the size of
small
and.small
to compute to a whole pixel value (was12.8px
and now is14px
).- Improved accessibility around our dropdowns, color contrast, and
role
attributes.- Fixed some broken links to supporting documentation.
- Updated dependencies across the board.
What's Changed
- Removed blurred background reference from the Toast Docs. by
@pricop
in twbs/bootstrap#35190- Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls, more resources by
@patrickhlauke
in twbs/bootstrap#35427- v4-dev backports and updates by
@XhmikosR
in twbs/bootstrap#35482- Backport #35556 by
@julien-deramond
in twbs/bootstrap#35558- Tweak toast docs by
@patrickhlauke
in twbs/bootstrap#35633- v4-dev backports and updates by
@XhmikosR
in twbs/bootstrap#35642- Doc: Reorder alphabetically lists of components by
@julien-deramond
in twbs/bootstrap#36128- Updated the small-font-size to use a round value by
@pricop
in twbs/bootstrap#36172- v4 dev backports and updates by
@XhmikosR
in twbs/bootstrap#35767- _custom-forms.scss: fix order of attributes by
@twin-elements
in twbs/bootstrap#36231- Replace the deprecated
color-adjust
withprint-color-adjust
by@AdrianCurtin
in twbs/bootstrap#36283- [v4] Doc: remove
role="group"
from some split drop* buttons by@julien-deramond
in twbs/bootstrap#36254- Dynamic tabs: use buttons rather than links (backport to v4) by
@patrickhlauke
in twbs/bootstrap#33163- v4 dev updates by
@XhmikosR
in twbs/bootstrap#36430- Fix closing HTML tag in navs docs by
@julien-deramond
in twbs/bootstrap#36466- v4: Horizontal collapse by
@mdo
in twbs/bootstrap#36434- Fixing tabs' tests v4 by
@louismaximepiton
in twbs/bootstrap#36485- Docs: fix some ARIA Authoring Practices Guides broken links by
@julien-deramond
in twbs/bootstrap#36490- v4 - Remove confusing unnecessary id/aria-labelledby for dropdown menus by
@patrickhlauke
in twbs/bootstrap#36491- v4 Docs: outdated ARIA/PF link, expand contrast explanation in
accessibility.md
by@patrickhlauke
in twbs/bootstrap#36492- v4: Improve accessible name of version dropdown in docs navbar by
@patrickhlauke
in twbs/bootstrap#36504- Update devDependencies by
@XhmikosR
in twbs/bootstrap#36522- Docs: update clipboard.js to v2.0.11 by
@julien-deramond
in twbs/bootstrap#36631- Update devDependencies by
@XhmikosR
in twbs/bootstrap#36724- v4: Add Fathom by
@mdo
in twbs/bootstrap#36727- Docs: Capitalize Unicode by
@julien-deramond
in twbs/bootstrap#36735- Release v4.6.2 by
@XhmikosR
in twbs/bootstrap#36725New Contributors
@twin-elements
made their first contribution in twbs/bootstrap#36231@AdrianCurtin
made their first contribution in twbs/bootstrap#36283Full Changelog: https://github.com/twbs/bootstrap/compare/v4.6.1...v4.6.2
Commits
e5643aa
Release v4.6.2 (#36725)82a1f33
Docs: Capitalize Unicode (#36735)4954ea1
Add Fathom to v4 (#36727)fdf1c37
Update devDependencies (#36724)35be9e7
Docs: update clipboard.js to v2.0.11def158d
Update devDependencies (#36522)6fd2030
v4: Improve accessible name of version dropdown in docs navbar (#36504)d136302
v4 Docs: Update outdated ARIA/PF link, expand color contrast explanation in `...b4c994d
Remove confusing unnecessary id/aria-labelledby for dropdown menus (#36491)4e951f8
Docs: fix some ARIA Authoring Practices Guides broken links (#36490)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
@dependabot rebase
Looks like bootstrap is no longer updatable, so this is no longer needed.