- Rewrite how
caretworks and add official documentation - Add infinitive props to react-typeout
- Add done method for when type-out effects ends, works together with
infinitive: false - Update default Node to
divinstead ofspan - Fix bug where the component would crash if nothing was passed to words prop
- Add prop-types to to pacage.json
- Fixed a bug where our recursive function continued running even though the component where unmounted
- fixed type in check for empty array
randomis now set tofalseby default in props
- allow to set
tagwithNodeprop, defaults tospan - allow to set
classwithclassNameprop, defaults toreact-typeout - removed hidden chars before and after text inside node tag
- changed
nextSpeedprop totypeSpeed
- Removed accidentally console.log in source
- Initial deploy