Skip to content

v5.0.0

Choose a tag to compare

@grapoza grapoza released this 17 Sep 19:45
· 42 commits to master since this release

What's Changed

  • Build updates
    • The build now uses Vite and tests run with Vitest. Exports from the library are now proper ES/UMD modules.
      • Convert builds to Vite/Vitest, export ES/UMD by @grapoza in #251
    • Build tools are also updated.
  • Documentation
  • Code
    • Code has been refactored to use the Composition API and composables (the composables will be refactored further in a future release).
    • getMatching now allows specifying the maximum number of matches to return.
      • Add maxMatches parameter to getMatching by @grapoza in #269
    • a treeNodeChildCheckboxChange event is now fired by a node when its child is checked/unchecked.
      • Adds treeNodeChildCheckboxChange event by @grapoza in #270

Full Changelog: v4.0.3...v5.0.0