Skip to content

Releases: juhoValkonen/tree-select

v5.5.2

29 Jul 05:32

Choose a tag to compare

v5.5.1...v5.5.2

v5.5.1

28 Jul 10:20

Choose a tag to compare

v5.5.0...v5.5.1

v5.5.0

28 Jul 10:17

Choose a tag to compare

v5.4.6...v5.5.0

v5.4.4

28 Jul 06:16

Choose a tag to compare

5.4.4

v5.4.1

28 Jul 05:58

Choose a tag to compare

  • package metadata 59fedd0
  • Merge branch 'master' of https://github.com/juhoValkonen/tree-select 92136b5
  • Problem 6fd6b98
  • Problem Aria-live of TreeSelect option was always updated with the value of the option. In some cases there is some sort of ID in the value field (not relevant for user), and the textual representation in label. In those cases, users with screenreaders are confused, as they hear only some ID-numbers instead of option labels. This is a huge problem for accessibility. Solution Allow developer to decide whether to use option label in aria-live area. There is a new prop ´bool labelInAriaLive (default=false)´ , that the developer can use if he/she wishes. This is a huge enabler for improving accessibility. Notes Also testcase was added and documentation was updated in this commit. 572d56f

v5.4.0...v5.4.1