Skip to content

Releases: grapoza/vue-tree

v5.2.0

06 Jul 00:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.1.0...v5.2.0

v5.1.0

04 Feb 16:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v3.1.2

16 Nov 02:24
Compare
Choose a tag to compare

Full Changelog: v3.1.1...v3.1.2

v3.1.1

12 Nov 15:17
Compare
Choose a tag to compare

Version-only maintenance release due to an NPM issue with an old removed 3.1.0 version. 3.1.0 could not be pushed, and so this had to get updated to 3.1.1.

v3.1.0

12 Nov 15:10
Compare
Choose a tag to compare

Adds the ability to keep static child nodes even when an async loader function is provided.

Full Changelog: v3.0.5...v3.1.0

v5.0.0

17 Sep 19:45
Compare
Choose a tag to compare

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

v4.0.3

07 Mar 03:37
a745854
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.2...v4.0.3

v4.0.2

03 Nov 01:18
2bf4b51
Compare
Choose a tag to compare

Fix package.json main export path to remove extra dist/

v3.0.5

03 Nov 01:04
Compare
Choose a tag to compare

Fix package.json main export path to remove extra dist/

v4.0.1

11 Oct 04:04
a65d937
Compare
Choose a tag to compare

What's Changed

  • Move selection mode enforcement to nextTick by @grapoza in #231

Full Changelog: v4.0.0...v4.0.1