Releases: vakata/jstree
Releases · vakata/jstree
3.0.0-beta2
Thanks to everyone for reporting, here is a list of fixed issues:
- alternative JSON format works with types
- most functions did not work correctly when arrays of nodes were passed in
- multitree drag n drop now works as expected
- renaming a node did not allow mouse interaction (could not click on input field)
- there was a huge bug with node li_attr being shifted to the next node
- html is now handled properly (in titles)
- added set_id function
3.0.0-beta
Still a bit rough around the edges, but it is finally out.
A lot of changes:
- AMD compatible
- responsive default theme
- switched to LESS (compiled css is there of course)
- grunt build system
- in memory data model (a lot faster on large trees)
- passes jslint
- JSON is now in the core as it is the most used data format
- support is from IE8 and up
- dropped XML plugin (can easily be ported though)
- and a lot of other stuff :)