Skip to content

Releases: mattbal/split-text

v1.4.0

03 Aug 00:26

Choose a tag to compare

Changes

  • Added stop so that you can stop the Resize Observer if calling splitText in a React useEffect hook

v1.3.0

30 Jul 23:23

Choose a tag to compare

Changes

  • Fixed a bug in github link in package.json

v1.2.0

30 Jul 23:11

Choose a tag to compare

Changes

  • Fixed a bug that didn't allow support for passing in an Element

v1.1.0

30 Jul 22:07

Choose a tag to compare

Changes

  • Added type export for SplitNode

v1.0.0

30 Jul 00:56

Choose a tag to compare

Changes

  • Added support for splitting by lines, words, and/or chars.
  • Added customization options, like ariaLabel or tag.
  • Added tests using Playwright