Skip to content

Latest commit

 

History

History
66 lines (50 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

66 lines (50 loc) · 3.11 KB

Change log

v3.2.3

  • Fix background when node is active PR #196
  • Add unit testing (Treebeard, TreeNode and NodeHeader)
  • Add pre-push to husky for run test

v3.2.2

  • Fix merge styles and destruct styles PR #194

v3.2.1

  • Fix merge styles broken on chrome v74 PR #118

v3.2.0

  • Fix active link PR #147
  • Fix not change toggle when animations are false PR #174
  • Upgrade dependencies and change Component to PureComponent PR #168
  • Move components to different directories and upgrade @emotion/styles dependency PR #178

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

v2.0.1

v2.0.0

  • BREAKING: The peerDependencies range (for both react & react-dom)has been changed from ^0.14 || ^15.0 to ^15.5.4.
  • Uses prop-types package instead of React.PropTypes
    • Fixes dependencies for velocity-react & radium
  • Uses ES6 classes instead of React.createClass in tests
  • Uses react-dom/test-utils package instead of react-addons-test-utils in tests
  • Some code clean-up`
  • Deletes deprecated tests (reactid isn't used anymore since React v15.0)

v1.1.0

v1.0.14

v1.0.13

  • Remove Hyperlink. Reverted ES-Lint Script Reporting.

v1.0.12

v1.0.11

v1.0.10

v1.0.9

  • Initial Release