Skip to content

Releases: nhn/tui.tree

v3.5.6

17 Sep 10:18
Compare
Choose a tag to compare

Enhancement

  • d608e4d Chore: apply eslint, prettier
  • d608e4d Chore: update devDependencies

Documentation

v3.5.5

22 Aug 07:24
Compare
Choose a tag to compare

Bug Fixes

  • e622225 Fix: set context-menu's usageStatistics depending on the tree's

v3.5.4

08 Jul 07:17
Compare
Choose a tag to compare

Fix: resolve to track GA option inside using TOAST UI component

v3.5.3

03 Apr 01:46
Compare
Choose a tag to compare

changed

  • change company name(nhnent -> nhn)

v3.5.2

12 Feb 04:00
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v3.5.1

10 Dec 10:49
Compare
Choose a tag to compare

Changed

  • Feat: update tui-code-snippet v1.5.0 for GA

v3.5.0

30 Aug 03:34
Compare
Choose a tag to compare

Features

  • 6f4cfd5 Feat: add parameter about how to end edit mode (close #38 )

v3.4.0

13 Apr 13:01
Compare
Choose a tag to compare

Features

Documentation

v3.3.0

12 Jan 06:59
Compare
Choose a tag to compare

Features

  • Add recursive option in open () and close ().
    • example
      tree.open(nodeId, true) - If true, it open all parent (default: false)
      tree.close(nodeId, true) - If true, it close all child node (default: false)
      
  • Add cascade option in checkbox feature.
    • example
       tree.enableFeature('Checkbox', {
           checkboxClassName: 'tui-tree-checkbox',
           checkboxCascade: false // - 'both', 'up', down', 'false (defalut: 'both')
       })
      

v3.2.1

16 Nov 12:52
Compare
Choose a tag to compare

Fix

  • Fixed that a console error is occured when the 'checkbox' feature is enabled and CRUD APIs are called
  • Fixed that the contains method returns a wrong value