Skip to content

Releases: awran5/react-simple-typewriter

5.0.0

19 Nov 12:06

Choose a tag to compare

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

Choose a tag to compare

v4.0.5 - 2022-10-05

Commits

  • build: upgrade dependencies 0470042
  • fix: issue #9

v4.0.3

04 Oct 12:31

Choose a tag to compare

v4.0.3 - 2022-10-04

Commits

v4.0.2

08 Sep 23:30

Choose a tag to compare

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

Choose a tag to compare

3.0.1 (2021-08-27)

Performance Improvements

  • updates and performance improved (65b57c1)

v3.0.0

06 Jul 10:21

Choose a tag to compare

3.0.0 (2021-07-06)

Code Refactoring

BREAKING CHANGES

  • cleanup example

v2.0.4

04 Jul 12:56

Choose a tag to compare

Patch Changes