Releases: juhoValkonen/tree-select
Releases · juhoValkonen/tree-select
v5.5.2
- Bugfix to OptionList.tsx 5b4275e
v5.5.1
- Updated package metadata 596a3ca
v5.5.0
- Updated package metadata 512b263
v5.4.4
5.4.4
v5.4.1
- 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