Skip to content

Latest commit

 

History

History
82 lines (54 loc) · 5.64 KB

CHANGELOG.md

File metadata and controls

82 lines (54 loc) · 5.64 KB

v1.0.0 (2024-06-21)

  • fix: corrected dockerized application for testing
  • fix: fixed test files
  • addition: added task file for development commands
  • addition: added cypress test
  • chore: cleaned unused files
  • chore: bump version

v1.0.2

  • fix: allow custom sizing on multi select elements
  • revert: Add support to call custom callback functions from filters outside of 508's scope to support unified filter button clicking

v1.0.1

  • feat: Add support to call custom callback functions from filters outside of 508's scope to support unified filter button clicking

v0.2.2 (2024-05-07)

  • fix: filter-list was concatenated incorrectly. Changed ? with & on tailing filters

v0.2.0 (2022-04-14)

  • fix: style regressions on filter components
  • fix: style regressions on navbar
  • fix: address cross-os style issue on some components

v0.0.8 (2021-09-01)

  • fix: improve checkbox aria-labels View
  • style: various contrast fixes View
  • chore: bump version View

v0.0.7 (2021-08-13)

  • fix: missing subtitle regression View
  • chore: bump package version View

v0.0.6 (2021-08-11)

  • fix: add skip-to links and minor style tweaks View
  • feat: improve navigation and ux of filters component View
  • fix: improve table filter and sorting accessibility View
  • chore: Bump package version View

v0.0.5 (2021-08-06)

  • fix: revert checkbox.name addition for aria-labels View
  • fix: improve object-tools button colors contrast View
  • fix: add aria-live region and additional alert roles to errors View
  • chore: bump package version View

v0.0.4 (2021-08-05)

  • docs: Move old changelog, generate new one with conventional-changelog-cli View
  • fix: make some checkbox labels more readable View
  • chore: bump package version View

v0.0.3 (2021-07-21)

  • chore: Update readme, changelog, and remove .github directory View
  • docs: Add minor fixes to leftovers from fork in README View
  • fix: Implement accessible ARIA markup on tooltips View
  • fix: Add accessible labels to checkbox elements in tables View
  • fix: Add ARIA alert to form submission errors View
  • fix: Make headings consistent View
  • fix: Fix logo alt text; fix missing checkbox label edge case in tables View
  • fix: Revise solution for table checkboxes; fix missing labels in internal table checkbox elements View
  • fix: Restore heading styles and fix conflict View
  • fix: Add missing title to select element View
  • fix: Add missing titles to select elements in change forms View
  • fix: Assorted contrast issues View
  • fix: Form labels and addition a11y warnings View
  • chore: Bump package version View