Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit eaf2e7a

Browse files
committed
v1.1.0 changelog
1 parent b2914db commit eaf2e7a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
1.1.0
2+
-------------------
3+
#### Breaking Changes:
4+
- [Toggle is now completely data-driven.](https://github.com/alexcurtis/react-treebeard/issues/14) There is no self-aware state.
5+
6+
#### Non-Breaking Changes:
7+
8+
- Node Headers are now optimised via `shouldComponentUpdate`. This cuts down render time with large trees.
9+
- [Container Decorator Available](https://github.com/alexcurtis/react-treebeard/issues/9). Increased flexibility by allowing you to create your own node containers. Found in `decorators.Container`.
10+
- [Turn Off All Animations](https://github.com/alexcurtis/react-treebeard/issues/15). This will remove all Velocity components from the tree. Simply set `animations` to `false` in the props.
11+
112
1.0.14
213
-------------------
314
- [Derived Terminal Attribute](https://github.com/alexcurtis/react-treebeard/issues/11)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/alexcurtis/react-treebeard.svg?branch=master)](https://travis-ci.org/alexcurtis/react-treebeard) [![Coverage Status](https://coveralls.io/repos/alexcurtis/react-treebeard/badge.svg?branch=master&service=github)](https://coveralls.io/github/alexcurtis/react-treebeard?branch=master)
44

5-
React Tree View Component. Fast, Efficient and Customisable.
5+
React Tree View Component. Data-Driven, Fast, Efficient and Customisable.
66

77
### Install
88

0 commit comments

Comments
 (0)