Skip to content

Commit 60fa458

Browse files
committed
v.1.0.0
1 parent f742e3c commit 60fa458

File tree

5 files changed

+362
-324
lines changed

5 files changed

+362
-324
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# React Typist Changelog
2+
3+
### v1.0.0 (10/01/16)
4+
5+
This version should have no breaking changes, but given that we've bumped a
6+
major version of React, we decided to make this release opt-in, in case
7+
unexpected errors occur.
8+
9+
- Fixes:
10+
+ Can now render server-side
11+
+ Component no longer sets state after being unmounted
12+
13+
- Development:
14+
+ Switch to promises to make code more concise and readable
15+
16+
17+
### v0.3.0 (10/30/15)
18+
19+
- Features:
20+
21+
+ Typist can now render and animate any React element (not just strings).
22+
+ You can now pass new options for the cursor:
23+
+ `hideWhenDone`
24+
+ `hideWhenDoneDelay`
25+
+ Typist now supports a `delayGenerator` function to customize the delay
26+
between keystrokes.

0 commit comments

Comments
 (0)