v2.0.5
Change Log
🚀 Feature
- Merge PR 'Added aria props' (commit 8b9a6a7) which expands aria spec adherence by adding aria attributes to root div element.
🛠 Misc
- Bump some dev dependencies.
- optimize validateSetValueParam() utility function by replacing
filter + mapwithreduceand then use[...new Set(arr)]to make unique.