Skip to content

Releases: mwaqar29/react-text-animate

Release 2.1.1

Choose a tag to compare

@mwaqar29 mwaqar29 released this 01 Sep 18:50

2.1.1 (2024-09-01)

Bug Fixes

  • text-effect-4: cursor responsiveness issues fixed; other minor issues handled (002b7ad)

Release 2.1.0

Choose a tag to compare

@mwaqar29 mwaqar29 released this 31 Aug 17:15

2.1.0 (2024-08-31)

Features

  • components: added grapheme spliter which adds emoji & foreign lang support (b1e0a39)
  • text-effect-1: added new prop 'wordByWord' (4b06a71)
  • text-effect-4: added new component text-effect-4! (e203fb1)

Release 2.0.2

Choose a tag to compare

@mwaqar29 mwaqar29 released this 27 Aug 10:14

2.0.2 (2024-08-27)

Bug Fixes

  • te1&3: fixed lineHeight issue caused by 'nbsp' (236e7fb)

Release 2.0.1

Choose a tag to compare

@mwaqar29 mwaqar29 released this 27 Aug 07:47

2.0.1 (2024-08-27)

Bug Fixes

  • dependencies: fixed react version issue, and framer-motion issue (1c1c664)
  • te1&3: fixed line-height issue for uppercase characters (e66545e)

Release 2.0.0

Choose a tag to compare

@mwaqar29 mwaqar29 released this 19 Aug 12:57

2.0.0 (2024-08-19)

⚠ BREAKING CHANGES

  • text-effect-2: kindly use the prop name 'text' to pass your string to the component instead of
    'words'.

refactor

  • text-effect-2: changed the prop name 'words' to 'text' for consistency (57c72cd)

Features

  • nextjs: added support for nextjs by making the components as client components (010473b)

Release 1.0.0

Choose a tag to compare

@mwaqar29 mwaqar29 released this 19 Aug 08:01

1.0.0 (2024-08-19)

Features

  • text-effect-1: added first text animation component! (f686ee7)
  • text-effect-2: added component text-effect-2! (22b208c)
  • text-effect-3: added third animated text component (8861f78)

Bug Fixes

  • types: resolved 'couldn't find declaration file...' error by bundling type defn files (f879b34)