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 #35190
- Update links to CCA, MQ5 prefers-reduced-motion, evergreen WCAG urls, more resources by @patrickhlauke in #35427
- v4-dev backports and updates by @XhmikosR in #35482
- Backport #35556 by @julien-deramond in #35558
- Tweak toast docs by @patrickhlauke in #35633
- v4-dev backports and updates by @XhmikosR in #35642
- Doc: Reorder alphabetically lists of components by @julien-deramond in #36128
- Updated the small-font-size to use a round value by @pricop in #36172
- v4 dev backports and updates by @XhmikosR in #35767
- _custom-forms.scss: fix order of attributes by @twin-elements in #36231
- Replace the deprecated
color-adjust
withprint-color-adjust
by @AdrianCurtin in #36283 - [v4] Doc: remove
role="group"
from some split drop* buttons by @julien-deramond in #36254 - Dynamic tabs: use buttons rather than links (backport to v4) by @patrickhlauke in #33163
- v4 dev updates by @XhmikosR in #36430
- Fix closing HTML tag in navs docs by @julien-deramond in #36466
- v4: Horizontal collapse by @mdo in #36434
- Fixing tabs' tests v4 by @louismaximepiton in #36485
- Docs: fix some ARIA Authoring Practices Guides broken links by @julien-deramond in #36490
- v4 - Remove confusing unnecessary id/aria-labelledby for dropdown menus by @patrickhlauke in #36491
- v4 Docs: outdated ARIA/PF link, expand contrast explanation in
accessibility.md
by @patrickhlauke in #36492 - v4: Improve accessible name of version dropdown in docs navbar by @patrickhlauke in #36504
- Update devDependencies by @XhmikosR in #36522
- Docs: update clipboard.js to v2.0.11 by @julien-deramond in #36631
- Update devDependencies by @XhmikosR in #36724
- v4: Add Fathom by @mdo in #36727
- Docs: Capitalize Unicode by @julien-deramond in #36735
- Release v4.6.2 by @XhmikosR in #36725
New Contributors
- @twin-elements made their first contribution in #36231
- @AdrianCurtin made their first contribution in #36283
Full Changelog: v4.6.1...v4.6.2