Skip to content

v2.0.5

Choose a tag to compare

@based-ghost based-ghost released this 16 Feb 23:15
· 352 commits to master since this release

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 + map with reduce and then use [...new Set(arr)] to make unique.