Skip to content

Releases: eidng8/vue-tree

Release-v0.2.4

15 May 06:02
Release-v0.2.4
d9a7734
Compare
Choose a tag to compare

Vue-Tree v0.2.4

A Vue tree view component with stable DOM structure.
Released under GPLv3.

0.2.4 (2020-05-15 UTC)

Full Changelog

Fixed bugs

  • removing nodes may accidentally cause caret to show up in nodes without child #68

Release-v0.2.2

06 May 09:45
Release-v0.2.2
9ec4b2f
Compare
Choose a tag to compare

Vue-Tree v0.2.2

A Vue tree view component with stable DOM structure.
Released under GPLv3.

0.2.2 (2020-05-06 UTC)

Full Changelog

Implemented enhancements

  • [breaking change] unify dark theme css class to g8--dark #61

Release-v0.2.1

30 Apr 09:22
Release-v0.2.1
e9fc987
Compare
Choose a tag to compare

Vue-Tree v0.2.1

A Vue tree view component with stable DOM structure.
Released under GPLv3.

0.2.1 (2020-04-30 UTC)

Full Changelog

Implemented enhancements

  • [breaking change] rename the component and its tag name to match package name #51
  • add more specific scss variables for different colors (not related theming) #50
  • cater for css overflow ellipsis #49
  • [breaking change] fix css naming according to BEM #48

Fixed bugs

  • update typings to match source #52

Release-v0.1.2

27 Apr 08:17
Release-v0.1.2
9d682ce
Compare
Choose a tag to compare

Vue-Tree v0.1.2

A Vue tree view component with stable DOM structure.
Released under GPLv3.

0.1.2 (2020-04-27 UTC)

Full Changelog

Implemented enhancements

  • [breaking change] pass $event instead of the item entry #43

Implemented features

  • [breaking change] add slots #42

Fixed bugs

  • middle & right click events are intercepted but not bubbled up #41

Release-v0.1.1

27 Apr 04:06
Release-v0.1.1
f4d59ee
Compare
Choose a tag to compare
2020-04-27

Release-v0.0.27

24 Apr 04:40
Release-v0.0.27
c04fcca
Compare
Choose a tag to compare
2020-04-24

Release-v0.0.26: A Vue tree view component with stable DOM structure.

23 Apr 08:52
Release-v0.0.26
d1c9f56
Compare
Choose a tag to compare
Released under [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).

[Full Changelog](https://github.com/eidng8/vue-tree/compare/0.0.25-2020.04.16-4b5ea82...0.0.26)

- item.key & tag.key are confusing and difficult to use [\#31](https://github.com/eidng8/vue-tree/issues/31)

- support custom data key [\#30](https://github.com/eidng8/vue-tree/issues/30)

0.0.25-2020.04.16-4b5ea82

16 Apr 14:28
4b5ea82
Compare
Choose a tag to compare
ignore code climate reporter error

0.0.24-2020.04.14-364a078

14 Apr 15:30
364a078
Compare
Choose a tag to compare
add more CI tools

0.0.23-2020.04.14-ebac36a

14 Apr 12:24
ebac36a
Compare
Choose a tag to compare