Skip to content
This repository was archived by the owner on Oct 25, 2021. It is now read-only.

Releases: alexmacarthur/typeit-react

Update TypeIt, Add TypeScript Support

13 Sep 01:21

Choose a tag to compare

  • Updates TypeIt to v8 under the hood.
  • Includes TypeScript types.

Fix Cursor Deletion Issue

22 Apr 21:49

Choose a tag to compare

This release address a bug causing cursor children to be deleted unexpected. It properly ignores these children, preventing the issue.

Fix <br> Deletion Bug

22 Apr 21:46

Choose a tag to compare

This release fixes a bug involving break tags being unexpectedly deleted when they shouldn't have been.

Update TypeIt

19 Mar 18:21

Choose a tag to compare

This version updates the TypeIt dependency to v7:

https://github.com/alexmacarthur/typeit/releases/tag/v7.0.0

Properly Handle Void Elements

07 Feb 04:00

Choose a tag to compare

When elements were specified that are not allowed to have children (like input elements), an error was being thrown because the component assumed it was always possible for children to exist. This release checks if a provided element is void. If it is, render as though children can never exist.

Type Fully Rendered Children + More

07 Feb 03:16

Choose a tag to compare

This release allows children to fully render before initializing TypeIt, so the generated HTML can then be used in the instance. Additionally, props are introduced that provide you access to the instance before and after it's initialized.

Pretty Straightforward

05 Feb 13:06

Choose a tag to compare

A pretty straightforward React component wrapper for TypeIt.