vue-uswds

A Vue 3 implementation of the USWDS.

MIT License

Downloads
1.2K
Stars
7
Committers
3

Bot releases are hidden (Show)

vue-uswds - v1.8.0 Latest Release

Published by patrickcate 7 months ago

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)
vue-uswds - v1.8.0-beta.1

Published by patrickcate 7 months ago

1.8.0-beta.1 (2024-03-19)

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)
vue-uswds - v1.7.2-beta.2

Published by patrickcate 8 months ago

1.7.2-beta.2 (2024-03-17)

vue-uswds - v1.7.2-beta.1

Published by patrickcate 8 months ago

1.7.2-beta.1 (2024-02-25)

Bug Fixes

  • useMobileMenu: remove invalid underscores from id and use global id prefix (6ed0dc8)
vue-uswds - v1.7.1

Published by patrickcate 8 months ago

1.7.1 (2024-02-24)

Bug Fixes

  • UsaNavDropdownButton: add router link props to fix active class not being applied to button (92222e7)
vue-uswds - v1.7.0

Published by patrickcate 8 months ago

1.7.0 (2024-02-22)

Bug Fixes

  • UsaNav: move mobile menu functionality to UsaHeader component (9e6a103)

Features

  • allow component level routerComponentName prop to be an object (5ddadab)
vue-uswds - v1.6.1

Published by patrickcate 8 months ago

1.6.1 (2024-02-19)

Bug Fixes

  • UsaFooterCollapsibleMenu: add ssr support by delaying collapse until component is mounted (3df9591)
  • UsaModal: delay visibility until component is mounted for ssr support (399093c)
  • UsaNav: support ssr by adding mounted check to media query evaluation (aefd68f)
vue-uswds - v1.6.0

Published by patrickcate 10 months ago

1.6.0 (2023-12-27)

Bug Fixes

  • UsaRange: remove redundant ARIA attributes (f1650d6)

Features

  • incorporate date picker a11y improvements from USWDS 3.7.0 (3fe0c9f)
  • incorporate date picker a11y improvements from USWDS 3.7.0 (42ea002)
  • UsaRange: add unit and preposition props (dc2bc92)
vue-uswds - v1.5.1

Published by patrickcate 11 months ago

1.5.1 (2023-12-17)

Bug Fixes

  • UsaDatePickerCalendar: set correct highlighted date when clicked (b32620f)
vue-uswds - v1.5.0

Published by patrickcate 11 months ago

1.5.0 (2023-12-13)

Features

  • UsaSearch: add name prop (62f8a4b)
  • vite: update to Vite 3 to improve component tree shaking (55c16db)
vue-uswds - v1.4.1

Published by patrickcate 11 months ago

1.4.1 (2023-12-06)

Bug Fixes

  • fix svg sprite attribute binding (cf9f6a7)
vue-uswds - v1.4.0

Published by patrickcate 11 months ago

1.4.0 (2023-12-05)

Bug Fixes

  • correct provide/inject configuration names (c79fd09)

Features

  • npm: add separate components export to destructure component imports (557cd45)
vue-uswds - v1.3.0

Published by patrickcate about 1 year ago

1.3.0 (2023-10-10)

Bug Fixes

  • UsaComboBox: space selects the current highlighted option (246ed7b)

Features

  • BaseLink: spacebar triggers navigation if link is styled as button (b58fc6f)
  • UsaCheckbox: add disabled prop and render aria-disabled attr (7b40eab)
  • UsaFileInput: improve status text for screen readers (15a22ba)
  • UsaPagination: add overflowAriaLabel prop (7c2c958)

Reverts

  • Revert "feat(UsaCheckbox): add disabled prop and render aria-disabled attr" (6f07c3d)
vue-uswds - v1.2.0

Published by patrickcate almost 2 years ago

1.2.0 (2023-01-08)

Bug Fixes

  • remove extra comma from deprecation message (de825e0)

Features

  • UsaDateInput: add option to use select element for month (b46289d), closes #475
  • UsaSelect: add explicit group prop option (aa08448)
vue-uswds - v1.1.0

Published by patrickcate almost 2 years ago

1.1.0 (2022-12-31)

Features

  • UsaCharacterCount: debounce UsaCharacterCount SR-only message (3394f0f), closes #528
vue-uswds - v1.0.1

Published by patrickcate almost 2 years ago

1.0.1 (2022-11-16)

Bug Fixes

  • UsaTimePicker: prevent usa-time-picker class from being added which each prop change (869f53b)

Reverts

  • github-actions: reverse separating dependabot workflow in separate file (9d1764a)
vue-uswds - v1.0.0

Published by patrickcate almost 2 years ago

1.0.0 (2022-11-06)

Features

  • add button type to all non-form component buttons (b2c92ad)
  • npm: replace uswds v2 package with v3 (0e7893e)
  • UsaBanner: update banner component text and simplify aria markup (f33bc00)
  • UsaCharacterCount: debounce status count updating to prevent aria-live updating too fast (c9afe91)
  • UsaSelect: rename UsaDropdown component to UsaSelect (c486b92)
  • UsaValidation: allow actual validations to be run with component (104de29), closes #439

BREAKING CHANGES

  • UsaSelect: The UsaDropdown component has been renamed to UsaSelect. You will need to update the component
    name anywhere it is used.