Releases: storybook-eol/react-treebeard
Releases · storybook-eol/react-treebeard
v4.2.4-beta.0
Merge pull request #234 from storybookjs/feat/header
feat(treebeard): separate action when press icon and when press title
v3.2.4
chore(release): bump version to 3.2.4
v3.2.3
v3.2.3 (2019-05-01)
🐛 Bug Fix
- #196 Background is not working if node is active
🏡 Internal
- #184 setup jest and enzyme and remove karma
- #185 #191 test TreeNode component
- #195 test NodeHeader component
- Add
pre-push
to husky to run npm test
before push
v3.2.2
v3.2.2 (2019-04-29)
🐛 Bug Fix
- #194 fix when destructuring styles
v3.2.1
v3.2.1 (2019-04-29)
🐛 Bug Fix
- #118 Merge styles broken on chrome v74
v3.2.0
v3.2.0 (2019-04-11)
🐛 Bug Fix
- #147 Fix active link (@gfx)
- #174 Toggle no changed when animations are false
🏠 Internal
- #168 Upgrade dependencies and change Component to PureComponent
- #178 Move components to different directories and upgrade @emotion/styles dependency
Breaking Changes
- Support react greater or equal to v16.7.0
v2.1.0
- Add
React 16.0
to peerDependencies PR #102
v2.0.3
- Update
.babelrc
to fix some issues with Travis CI PR #83
v2.0.2
- Update Babel, Webpack, Mocha & Karma dependencies
- Fix ESLint issue