Skip to content

Releases: lukePeavey/SplitType

Version 0.3.3

29 Oct 00:49
Compare
Choose a tag to compare

Fixes

Version 0.3.2

20 Jul 18:22
Compare
Choose a tag to compare

Fix error when importing SplitType in next JS application

Version 0.3.1

24 Jun 10:04
Compare
Choose a tag to compare

Fixes:

Issue #36

Version 0.3.0

11 Jun 03:45
Compare
Choose a tag to compare

Changes

  • Feature: preserve nested html elements #28
  • Fix: improve absolute position #30
  • Testing: Add comprehensive visual / regression tests. Powered by Storybook, Puppeteer, and Chromatic.
  • Docs: Publish Storybook

Version 0.2.5

05 Apr 06:29
Compare
Choose a tag to compare

Fixes

  • SplitType does not work with Next.js (#13 )

Version 0.2.4

26 Feb 15:27
Compare
Choose a tag to compare

Bug Fixes

Fixed: scroll position jumps when text is split (#11)

thanks to: @danielkorte

Version 0.2.3

16 Nov 14:10
Compare
Choose a tag to compare
  • docs: add TOC to readme
  • chore: add CI workflow
  • docs: add types declaration file (#7) (@geopic)

Version 0.2.2

15 Nov 04:03
Compare
Choose a tag to compare

Bug Fixes

Fix: error when splitting text containing <br> tags (#5)

Version 0.2.1

15 Nov 03:58
Compare
Choose a tag to compare

Fix bug

Version 0.2.0

15 Nov 03:55
Compare
Choose a tag to compare
  • Update and refactor the original code
  • Publish library on NPM
  • Start adding tests
  • Improve documentation