Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Latest commit

 

History

History
59 lines (29 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

59 lines (29 loc) · 2.44 KB

0.4.0 (2018-01-06)

Bug Fixes

  • opened: Fix possible timing issues with opened property (204b66d)
  • style: Use default pointer on leaf handles (175cf6a)
  • tree: Use v-show instead of v-if for opening node (d69f92c)

Features

  • default: Add *-default properties and state inheritance capabilities (b97b06c)
  • events: Add events support (6cd3dce)
  • events: Add loading event support (4d2c316)
  • hidden: Add more capabilities to hidden property and remove root-hidden property (d6b73f1)
  • selection: Add selectable and selected properties to display checkbox inputs on nodes (c92c720)
  • theme: Add VueTreeNode component as 'vm' property in theme context (650b714)
  • theme: Use chevron icons for fontAwesome theme (0fb5115)
  • theme: Use unicode symbols for vanilla theme (d7e478a)

Performance Improvements

  • theme: Use theme instance instead of theme property to avoid using registry too much (ce40e7d)

BREAKING CHANGES

  • hidden: root-hidden property has been removed and can be replaced with a function passed to hidden property

0.3.0 (2017-12-21)

Bug Fixes

  • theme: Use cross icon for leaf in fontAwesome theme (6ef919e)

Features

  • tree: Add theming feature (7ffb4e5)

0.2.0 (2017-12-18)

Features