[go: nahoru, domu]

Skip to content

Releases: vakata/jstree

3.3.6

17 Sep 12:40
Compare
Choose a tag to compare

3.3.5

02 Jan 08:15
Compare
Choose a tag to compare

3.3.4

06 Apr 14:29
Compare
Choose a tag to compare

List of changes

Special thanks to @Llorx and @istrau3

3.3.3

31 Oct 09:54
Compare
Choose a tag to compare

Changes: 3.3.2...3.3.3

3.3.2

15 Aug 11:00
Compare
Choose a tag to compare

Changes: 3.3.1...3.3.2

3.3.1

04 May 21:24
Compare
Choose a tag to compare
  • fixed search revealing hidden nodes
  • fixed contextmenu not working when renaming
  • fixed jstree-open class added to container
  • fixed refresh_node not working

3.3.0

19 Mar 23:27
Compare
Choose a tag to compare
  • improvements to search speed
  • types plugin can now be used to supply default attributes for the LI and A nodes (classes, etc)
  • improvements to working with arrays (helpers)
  • the massload plugin is rewritten
  • fixed race condition when using workers
  • added native drag'n'drop option to the DND plugin
  • a lot of other improvements and small bug fixes

3.2.1

24 Aug 11:35
Compare
Choose a tag to compare
  • fixed commonJS (browserify issues)
  • speed up when searching with show_only_matches enabled
  • improved overall search performance
  • fixed checkbox bug related to cascading and deleting the last child of a parent (it would select that parent)

3.2.0

06 Aug 07:24
Compare
Choose a tag to compare
  • changed plugin added
  • conditionalselect plugin added
  • added hide / show methods
  • added option to enable / disable individual checkboxes
  • fixed bug with refreshing not clearing the internal selected collection
  • fixed focus handling after edit() / delete_node()

3.1.1

04 May 06:11
Compare
Choose a tag to compare
  • fixed double entities encoding in rename
  • added edit callback
  • various small fixes