Skip to content

Releases: Coder-Spirit/beautiful-tree

v0.2.1

24 Sep 21:56
fe67bff
Compare
Choose a tag to compare

Fixes

  • fix: add missing xmlns attribute to div elem by @castarco in #47

Development

  • build: bump development dependencies
  • docs: document contributing guidelines
  • build: speed up builds & prepare release by @castarco in #48

v0.2.0

17 Sep 00:20
e70d80f
Compare
Choose a tag to compare

Changes

  • build: monorepo by @castarco in #43
    • Extract @beautiful-tree/types package
    • Extract @beautiful-tree/algorithms package
    • Now it's possible to introduce other tech stacks, such as Vue.

Full Changelog: v0.1.3...v0.2.0

v0.1.3

12 Sep 05:24
6a7ca3b
Compare
Choose a tag to compare

Fixes

v0.1.1

09 Sep 15:36
404f30b
Compare
Choose a tag to compare

Fixes:

  • fix: default layout func by @castarco in #37 ;
    the default layout function was not properly loaded in some contexts, now, instead of having a default value specified in the method signature, we assign it inside the function in case it's not defined.

v0.1.0 (alpha) - First public available release

04 Sep 12:43
fffd2ac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Coder-Spirit/beautiful-tree/commits/v0.1.0