Releases: patrickcate/vue-uswds
Releases · patrickcate/vue-uswds
v1.14.0
1.14.0 (2025-02-25)
Features
- UsaLanguageSelector: add
UsaLanguageSelector
component (26a3f04)
v1.12.0
1.12.0 (2025-02-05)
Bug Fixes
- switch from deprecated
xlink:href
attribute to href
(570b3d2)
Features
- switch to using focus trap VueUse component (41fb1ce), closes #437
Reverts
- roll back version of VueUse after agadoo treeshaking error (21b3734)
v1.11.0
1.11.0 (2025-01-12)
Features
- UsaIcon: switch from deprecated
xlink:href
attribute to href
(7d4b5b0), closes #1131
v1.10.1
1.10.1 (2024-11-21)
Bug Fixes
- UsaSelect: set
selected
prop correctly for ssr (2556c07)
v1.10.0
1.10.0 (2024-11-13)
Bug Fixes
- UsaChecklistItem: remove ability to focus checklist items (2437a41)
Features
- UsaTooltip: allow users to hover over tooltip content (94e7c0c)
Reverts
- UsaSelect: remove
selected
attr binding (070278b)
v1.9.0
1.9.0 (2024-05-05)
Bug Fixes
- UsaBanner: pass default open prop as static value (361d9bf)
Features
- UsaSearch: set
selected
attribute for better ssr support (288e5f9)
v1.8.0
1.8.0 (2024-04-09)
Bug Fixes
- UsaFooterAddress: move order of
v-bind=\"\\$attrs\"
to prevent overriding CSS classes (f75efd0)
- UsaSidenavItem: move order of
v-bind=\"\\$attrs\"
to prevent overriding other props (238ca28)
- useMobileMenu: remove invalid underscores from id and use global id prefix (6ed0dc8)
Features
- UsaSidenavItem: add
sublist
scoped slot (51a6ac7)
v1.8.0-beta.1
Bug Fixes
- UsaFooterAddress: move order of
v-bind=\"\\$attrs\"
to prevent overriding CSS classes (f75efd0)
- UsaSidenavItem: move order of
v-bind=\"\\$attrs\"
to prevent overriding other props (238ca28)
Features
- UsaSidenavItem: add
sublist
scoped slot (51a6ac7)