Skip to content

Releases: patrickcate/vue-uswds

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.

v0.10.0

31 Oct 01:39
Compare
Choose a tag to compare

Features

  • UsaDatePicker: implement UsaDatePicker and related components (090be24)
  • UsaDateRangePicker: implement UsaDateRangePicker component (f768677)
  • UsaFileInput: implement UsaFileInput component (72bd1b4), closes #26

Bug Fixes

  • UsaPaginationArrow: fix svg icon href binding (0bbfc4a)
  • UsaTooltip: fix initial positioning of tooltip (d840af7)

v0.9.1

20 Jun 17:04
Compare
Choose a tag to compare
chore(release): 0.9.1

v0.9.0

20 Jun 16:50
Compare
Choose a tag to compare

Features

  • UsaComboBox: add support for readonly prop (0e3ed5a)
  • UsaComboBox: implement UsaComboBox component (b4d949e), closes #97
  • UsaFooterAddress: implement UsaFooterAddress component (ab9db2d), closes #32
  • UsaPasswordMask: implement UsaPasswordMask component (08f9b80), closes #36
  • UsaRange: allow modalValue to be a string or number (ed1a966)
  • UsaTimePicker: implement UsaTimePicker component (626f285), closes #173

Bug Fixes

  • github-actions: only trigger dependabot automerge step on pull requests (2d7030d)

v0.8.0

31 May 02:25
Compare
Choose a tag to compare

Features

  • UsaFooterCollapsibleMenu: implement UsaFooterCollapsibleMenu component (4c379d3)
  • UsaFooterCollapsibleMenuSection: implement UsaFooterCollapsibleMenuSection component (c31718e)
  • UsaFooterMenu: implement UsaFooterMenu component (23dc8a0)
  • UsaFooterNav: implement UsaFooterNav component (66be9db), closes #28
  • UsaIcon: implement UsaIcon component (ffb9401), closes #174
  • UsaIconList: implement UsaIconList component (cafeb54), closes #175
  • UsaIconListItem: implement UsaIconListItem component (7377534), closes #214
  • UsaTooltip: implement UsaTooltip component (678c076), closes #81
  • useAccordion: set multiselectable default argument value (86b8ac1)

Bug Fixes

  • cypress: replace alias import of global CSS file with relative one (17d933f)
  • fix unique id generator function to start with a letter instead of __ (2788404)
  • UsaNavPrimary: close all open menus with switch to mobile/desktop functionality (6ecd354)