5.0.0-beta2 (2021-02-12)
Bug Fixes
- badges: use functional colors as backgrounds (8c4d0e7)
- dropdowns: spacing, active state color (70fc9ce)
- focus: guaranteed focus visibility when fixed header overlaps (65ac357)
- forms:
.form-select
sizes were wrong (afd0b39) - navbar: only Y-padding are transitioned (be1f8de)
- pagination: get active state back to matching UI Kit (d11441c)
Features
- back to top: brand-new component :tada: (893944d)
- back-to-top: use .btn-icon, match .btn-close pattern & fix icon in RTL (6cd7c9e)
- buttons: buttons with icon, branded :tada: (d399331)
- carousel: Orange branded :tada: (7f320f6)
- close: better branding and consistency with new buttons (3708778)
- close button: use stroke icon a basis (318d89d)
- forms: Orange branded disabled state :tada: (b02466d)
- icons: new
button-icon()
mixin (e2726bc) - links: with chevron :tada: (27286ba)
- mixin: new
target-size()
mixin to ensure sufficient hit area (44×44px) (d0a1c2c) - modals: Orange branded :tada: (bfd285c)
- pagination: use
filter
instead of another inlined SVG (3911d64) - social buttons: Orange branded :tada: (db222da)
- toggle buttons: Orange branded :tada: — both with icons and no outline (2cd8ffe)
- utilities: add
.bg-supporting-*
utilities (0fd37a0)
Docs
- Syntax highlighting now provides sufficient contrasts (2a82eab)
- Accordions:
details
and summary
in docs now look like accordions (e1f379ef) - SVG: Accessible markup for decorative SVGs (0a2f616c5)
Chore
- Percy: add Cheatsheets to snapshots (b343fe2)
- Pa11y: update exclusion list by removing
.chroma
, [disabled]
and [readonly]
selectors (2a82eab and 97d3b3c) - CI: allow to skip CIs, depending on
paths
for push event or on labels for pull requests. Have a look at the wiki
<a name="5.0.0-beta1"></a>