-
Fixes
- Updated dist code
-
Development:
- Added dist command to the contribution section
- Added prop-types to package dependencies
-
Features:
- Add new options:
onCharacterTyped
andonLineTyped
(#22)
- Add new options:
-
Fixes
- Fix text rendering issue in webkit/blink under certain widths (#13)
-
Development:
- Remove bower package
- Fixes
- Component no longer sets
isDone
state if unmounted
- Component no longer sets
- Fixes
- Move
promise-mock
todevDependencies
- Move
This version should have no breaking changes, but given that we've bumped a major version of React, we decided to make this release opt-in, in case unexpected errors occur.
-
Fixes:
- Can now use server rendering
- Component no longer sets state after being unmounted
-
Development:
- Upgrade to React 15
- Upgrade to Babel 6, and other tooling upgrades
- Switch to promises to make code more concise and readable
-
Features:
- Typist can now render and animate any React element (not just strings).
- You can now pass new options for the cursor:
hideWhenDone
hideWhenDoneDelay
- Typist now supports a
delayGenerator
function to customize the delay between keystrokes.