Releases: awran5/react-simple-typewriter
Releases · awran5/react-simple-typewriter
5.0.0
19 Nov 12:06
Compare
Sorry, something went wrong.
No results found
v5.0.0 - 2022-11-19
BREAKING CHANGES Hook now returns text along with some useful flags:
const [ text , flags ] = useTypewriter ( { } )
Prop
Type
Description
isType
boolean
Check if currently typing
isDelete
boolean
Check if currently deleting
isDelay
boolean
Check if currently on delay
isDone
boolean
Check if all running loops are done
Commits
v4.0.5
05 Oct 06:15
Compare
Sorry, something went wrong.
No results found
v4.0.5 - 2022-10-05
Commits
build: upgrade dependencies 0470042
fix: issue #9
v4.0.3
04 Oct 12:31
Compare
Sorry, something went wrong.
No results found
v4.0.2
08 Sep 23:30
Compare
Sorry, something went wrong.
No results found
BREAKING CHANGE:
refactor: useTypewriter hook now returns array instead of object
fix: component state not working properly
feat: add new prop cursorColor to cursor component
See full changelog
v3.0.1
27 Aug 20:43
Compare
Sorry, something went wrong.
No results found
3.0.1 (2021-08-27)
Performance Improvements
updates and performance improved (65b57c1 )
v3.0.0
06 Jul 10:21
Compare
Sorry, something went wrong.
No results found
3.0.0 (2021-07-06)
Code Refactoring
BREAKING CHANGES
v2.0.4
04 Jul 12:56
Compare
Sorry, something went wrong.
No results found