Skip to content

Latest commit

 

History

History
256 lines (93 loc) · 7.23 KB

CHANGELOG.md

File metadata and controls

256 lines (93 loc) · 7.23 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.2.4 (2021-07-16)

Bug Fixes

  • move dependencies to peerDependencies (2b59748)

2.2.4-alpha.0 (2021-07-16)

Bug Fixes

  • move dependencies to peerDependencies (2b59748)

2.2.3 (2020-05-14)

Bug Fixes

  • Provide original event object when clicking tree leaf buttons. #27 (fe320c7)

2.2.2 (2020-05-06)

Bug Fixes

  • Fix dependence error of bit in npm package (e34d2bc)

2.2.1 (2020-05-06)

2.2.1-beta.1 (2020-05-06)

2.2.1-beta.0 (2020-05-06)

2.2.0 (2020-05-06)

Bug Fixes

  • Fix "e.spacing is not a function" because of new version of material-ui. #26 (3407fd0)

Features

  • support component on bit.dev (17f81d9)

2.1.2 (2019-07-24)

2.1.1 (2019-07-24)

Bug Fixes

  • Fix "TypeEerror: nextCreate is not a function" by set terser options (58863ae)

2.1.0 (2019-07-24)

Bug Fixes

Features

  • Add type definition file (0931d75)

2.0.1 (2019-06-10)

Bug Fixes

  • rollup config external packages version mistake (71178b2)

2.0.0 (2019-06-10)

2.0.0-beta.0 (2019-05-16)

2.0.0-alpha.6 (2019-05-16)

2.0.0-alpha.5 (2019-05-16)

2.0.0-alpha.4 (2019-05-16)

2.0.0-alpha.3 (2019-05-16)

2.0.0-alpha.2 (2019-05-16)

Bug Fixes

  • move util to single directory to fix the error "could not find module" (8173798)

2.0.0-alpha.1 (2019-05-16)

2.0.0-alpha.0 (2019-05-16)

Features

  • Add loadMoreIcon and renderLoadMoreText properties. (26d72cd)

BREAKING CHANGES

  • Upgrade material-ui to 4.0.0 beta version and upgrade react to 16.8.* version. Change some properties' name or type.

1.1.1 (2019-05-16)

1.1.0 (2019-04-16)

Features

  • Now we can customize the icon of tree nodes. (#11) (2578151)

1.0.12 (2019-03-25)

1.0.11 (2018-07-25)

Bug Fixes

  • my stupid import mistakes (ca9f95a)

1.0.10 (2018-07-25)

Bug Fixes

1.0.9 (2018-07-25)

1.0.8 (2018-07-24)

1.0.7 (2018-04-18)

Bug Fixes

  • build: build package by babel only (b69f2e6)

1.0.6 (2018-04-12)

Bug Fixes

  • given correct chdIndex argument.(fix bug #2) (2291910)

1.0.5 (2018-04-11)

Bug Fixes

  • delete layer argument and add doExpand argument to getActionsData callback. (43d1013)
  • style from classes (5b3fcb9)

1.0.4 (2018-04-08)

1.0.3 (2018-04-03)

Bug Fixes

  • reduce size: fix some dependencies were packed in library file.(#1) (191aef9)

1.0.2 (2018-04-03)

1.0.1 (2018-04-02)

Bug Fixes