Skip to content

Releases: nhn/tui.tree

v4.0.9

29 Jul 06:55
Compare
Choose a tag to compare

Bug Fixes

  • bb388ff Fix: wrong position of drag helper position (fix #84) (#85)

Downloads

v4.0.8

23 Jun 11:03
Compare
Choose a tag to compare

Bug Fixes

  • 61a56f1 Fix: show context menu in wrong position when with scroll (fix #81)

Enhancement

  • 3c7535a Chore(deps): bump elliptic from 6.5.1 to 6.5.3 (#65)
  • ec3c697 Chore: migrate tests from karma to jest (#83)

Downloads

v4.0.7

02 Apr 00:13
Compare
Choose a tag to compare

Bug Fixes

  • 85915e3 Fix: not add selected classname to child node (#80)

Downloads

v4.0.6

22 Feb 03:34
Compare
Choose a tag to compare

Bug Fixes

  • f6925a1 Fix: the select event fires after it is finished (fix #78) (#79)

Downloads

v4.0.5

03 Feb 06:55
Compare
Choose a tag to compare

Bug Fixes

  • 43dc8de fix: display deep depth node correctly (#77)

Downloads

v4.0.4

24 Nov 01:46
Compare
Choose a tag to compare

Bug Fixes

Downloads

v4.0.3

25 Aug 07:49
Compare
Choose a tag to compare

Bug Fixes

  • d48c02c Fix: change mouse move, out, up handler name (#66)

Downloads

v4.0.2

24 Jul 07:38
Compare
Choose a tag to compare

Bug Fixes

  • 29deb05 Fix: render time in deep depth tree (#64)

Downloads

v4.0.1

09 Jul 02:51
Compare
Choose a tag to compare

Bug Fixes

  • 050c582 Fix: do not generate a new element for a floating layer if flelement exists (fix #58) (#62)

Documentation

  • 75f5144 Docs: fix typo in commit_message_convention.md
  • 569e6ff Chore: change tui-code-snippet to devDependency

Downloads

v4.0.0

29 Jan 09:05
Compare
Choose a tag to compare

Bug Fixes

  • a9e97a9 Fix: ajax#_getdefaultrequestoptions multiple call when using url or data as functions. (fix #36) (#39)

Enhancement

  • b6bd20a Refactor: update tui-code-snippet@2.2.0 (#50)
  • 54a2cc5 Refactor: change from jquery's ajax to tui-code-snippet's ajax (#54)

Breaking Changes

  • Since v4.0.0, tui.tree does not support bower anymore.
  • It might cause an error to pass a jQuery object as a container.
  • It is considered as the selector when a string is passed into a container.
  • Some ajax feature options and event properties have been changed.

For more details, please refer to the v4.0.0 Migration Guide.

Downloads