Skip to content

Releases: patrickcate/vue-uswds

v1.6.0

27 Dec 17:13
Compare
Choose a tag to compare

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)

v1.5.1

17 Dec 04:34
Compare
Choose a tag to compare

1.5.1 (2023-12-17)

Bug Fixes

  • UsaDatePickerCalendar: set correct highlighted date when clicked (b32620f)

v1.5.0

13 Dec 05:29
Compare
Choose a tag to compare

1.5.0 (2023-12-13)

Features

  • UsaSearch: add name prop (62f8a4b)
  • vite: update to Vite 3 to improve component tree shaking (55c16db)

v1.4.1

06 Dec 04:48
Compare
Choose a tag to compare

1.4.1 (2023-12-06)

Bug Fixes

  • fix svg sprite attribute binding (cf9f6a7)

v1.4.0

05 Dec 05:21
Compare
Choose a tag to compare

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)

v1.3.0

10 Oct 13:11
Compare
Choose a tag to compare

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)

v1.2.0

08 Jan 16:46
Compare
Choose a tag to compare

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)

v1.1.0

31 Dec 21:55
Compare
Choose a tag to compare

1.1.0 (2022-12-31)

Features

  • UsaCharacterCount: debounce UsaCharacterCount SR-only message (3394f0f), closes #528

v1.0.1

16 Nov 05:06
Compare
Choose a tag to compare

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)

v1.0.0

06 Nov 05:06
Compare
Choose a tag to compare

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.