Skip to content

Latest commit

 

History

History
277 lines (127 loc) · 14.8 KB

CHANGELOG.md

File metadata and controls

277 lines (127 loc) · 14.8 KB

5.7.0 (2023-05-22)

Features

  • card cluster tooltip: tooltip update (ffebcf6)

5.6.0 (2023-05-19)

Features

  • card cluster tooltip: tooltip (206b501)

5.5.1 (2023-01-31)

Bug Fixes

  • modal-generic.component.ts: On modal close, put focus back on originating button (for both modal close buttons). (f069be7)

5.5.0 (2023-01-27)

Features

  • pillbox: New "blue pillbox" UI component (#354) (ef1a691)

5.4.0 (2023-01-10)

Features

  • twenty-four-hour-time: Implement new 24hr time component (#355) (cb76cef)

5.3.11 (2023-01-04)

Bug Fixes

  • chip-filter.component.html: Add comment so it's apparent why the message is repeated in VoiceOver. (d38b036)

5.3.10 (2023-01-02)

Bug Fixes

  • chip-filter.component.html: Have JAWS notify when provider list loads. (a7dccb2)
  • chip-filter.component.html: Update condition to attach aria-live for JAWS compatibility. (c849cba)
  • chip-filter.component.html: Update condition to attach aria-live for JAWS compatibility. (e540da3)
  • chip-filter.component.html: Update condition to attach aria-live for JAWS compatibility. (8072842)

5.3.9 (2022-12-21)

Bug Fixes

  • chip-filter.component.html: Move aria-live to first item to help with JAWS compatibility. (f705509)

5.3.8 (2022-12-20)

Bug Fixes

  • chip-filter.component.html: Add aria text to signal when providers load after search is complete (c1aabbe)
  • chip-filter.component.html: Use variable to determine if text box is selected (7865c8d)

5.3.7 (2022-12-05)

Bug Fixes

  • choice: set aria-checked to match checked (#350) (4c454f9)

5.3.6 (2022-12-05)

Bug Fixes

  • text-field: revert (#343) role=alert changed to aria-live polite, label includes title (#346) (42f8c1c)

5.3.5 (2022-11-21)

Bug Fixes

  • text-field: role=alert changed to aria-live polite, label includes title (#343) (3bf2934)

5.3.4 (2022-11-18)

Bug Fixes

  • text-field: multiline required and aria-required (#342) (0c33a50)

5.3.3 (2022-10-28)

Bug Fixes

  • panel, button: responsive icon, title spacing. Higher contrast button (#336) (093847a)

5.3.2 (2022-10-19)

Bug Fixes

  • chip-filter.component.ts, chip-filter.component.html: update ARIA text & fix focus issues. (28d6c76)
  • chip-filter.component.ts, chip-filter.component.html: update keys that control multi-select. (9d9e111)

5.2.2 (2022-10-11)

Bug Fixes

  • chip-filter.component.html, chip-filter.component.ts, chip-filter.component.scss: highlighting providers with arrow keys working. (db2e854)
  • chip-filter.component.html, chip-filter.component.ts: all functionality working. (cc6e370)
  • chip-filter.component.html, chip-filter.component.ts: entering search txt box with arrows working. (ff53c0b)
  • chip-filter.component.html, chip-filter.component.ts: scrolling in dropDown with arrows working. (2a508d3)
  • chip-filter.component.ts: add constant focus item values. (ebdc3ad)
  • chip-filter.component.ts: add search const for onFilterTextChange. (abc8244)
  • chip-filter: remove typo in tabindex value (c657c34)

5.2.1 (2022-09-23)

Bug Fixes

5.2.0 (2022-09-09)

Features

  • table: support tooltips in table-data component (aaf8ee6)

5.1.1 (2022-08-26)

Bug Fixes

  • DataTestDirective: fix build, publish by adding public_api export (#329) (2afdf33)

5.1.0 (2022-08-25)

Features

  • DataTestDirective: using hqrDataTest in HTML templates sets data-test attribute (#328) (9bcca36)

5.0.2 (2022-08-03)

Bug Fixes

  • app-choice: remove setValue function to work better with formly (#325) (0061b70)

5.0.1 (2022-07-05)

Bug Fixes

  • app-drop-down: 508 / a11y - aria-describedby, aria-selected (9dc110f)

5.0.0 (2022-04-20)

⚠ BREAKING CHANGES

  • Upgrade Angular from 11 to 13

Co-authored-by: Marc Celestini [email protected]

Features

4.4.6 (2022-04-13)

Bug Fixes

  • app-button: prevent inverse button color modification (#320) (170231e)

4.4.5 (2022-04-13)

Bug Fixes

4.4.4 (2022-04-13)

Bug Fixes

  • app-button: add missing cms design system package (#318) (f1c5d5a)

4.4.3 (2022-04-13)

Bug Fixes

  • app-button: improve button accessibility (#317) (e8daaf8)

4.4.2 (2022-04-06)

Bug Fixes

  • app-modal-shell: update modal header (#315) (b3403bb)

4.4.1 (2022-03-24)

Bug Fixes

  • app-panel: 508 / a11y - avoid button nesting, fix screen reader confusion (#311) (7d917ed)

4.4.0 (2022-01-31)

Features

  • card-cluster, tabs, table: better ARIA support (#305) (e3c5a7e)

4.3.0 (2021-09-23)

Features

  • card-cluster: add new param to card cluster model to change styling of main card title. add story (#295) (f1ba955)

4.2.3 (2021-08-13)

Bug Fixes

  • dropdown-component: if no default selection was passed into the component, the first option is supposed to be selected, but that broke due to the recent formly/angular-forms integration (3f34d22)

4.2.2 (2021-08-12)

Bug Fixes

  • semantic-release: removes publish to npm step from semantic-release and adds a publish workflow that will publish to npm when new releases are created (d5f8924)

4.2.1 (2021-08-11)

Bug Fixes

  • linting: linted file to trigger ci build (2d4f950)

4.2.0 (2021-08-11)

Features

  • main.ts: fixed linting issues in a file to trigger a ci build (0b393b1)

4.1.1 (2021-08-11)

Bug Fixes

  • semantic-release: fixes exec publish command (23e49b1)

4.1.0 (2021-08-11)

Features

  • security-updates: updated storybook, npm audit fix, npm update (6b73df8)
  • semantic-release: adds semantic-release configuration (eab833b)
  • semantic-release: resets changelog to force recreation (058c294)