Skip to content

Releases: department-of-veterans-affairs/component-library

wc-v0.7.1

19 Jul 16:21
3e28709
Compare
Choose a tag to compare

Fixed

  • style updates
  • Added formation to peer dependencies
    • This was just implicit before
  • Removed "unknown" attribute spread to the underlying input element in va-text-input and va-checkbox

Added

  • A prepare script to install the dependencies in the downstream project when using a git URL

Add va-select and va-checkbox

25 Jun 16:47
5fc83b5
Compare
Choose a tag to compare

Fixed

  • va-text-input switched props from disableAnalytics to enableAnalytics
    • Technically this is a breaking change, but the impact is minor since the component isn't in use anywhere yet

Added

  • New va-select component to replace the Select React component
  • New va-checkbox component to replace the Checkbox React component

Fix styling for empty alert body

21 Jun 16:58
9fdda8c
Compare
Choose a tag to compare

Fixed

  • <va-alert> will no longer have extra margin around the "children" when there are no child nodes provided

Added

  • <va-text-input> is added as well, possibly not ready to be used pending some analytics feedback

Fix accordion color

13 May 18:27
b892c5b
Compare
Choose a tag to compare

Fixed

  • Accordion type color is changed to a dark gray

Added analytics to va-accordion

11 May 23:20
ae073bc
Compare
Choose a tag to compare

Added

  • Added analytics to <va-accordion> web component

Add alert web component

30 Apr 16:21
f2250ee
Compare
Choose a tag to compare

Added

  • Adds new <va-alert> web component with analytics support

Fix styling for accordion subheader

28 Apr 19:12
f05bec3
Compare
Choose a tag to compare

Fixed

  • Reduced spacing around the optional accordion item subheader

Add optional subheading to Accordion component

12 Apr 13:38
23d3c19
Compare
Choose a tag to compare

Added

  • Added optional subheading to <va-accordion-item> component

wc-v0.3.0: Add "On this page" component (#59)

02 Apr 19:19
92a40a7
Compare
Choose a tag to compare

Added

  • Added a new <va-on-this-page> component

Fixed

  • Fixed a small typo in the local storybook stories for <va-accordion>

Fix IE accordion issue

13 Mar 00:24
4417ca8
Compare
Choose a tag to compare

Fixed

  • Fixed IE-specific bug where accordion item headers flashed white on hover (#58)