Skip to content

Releases: alexmacarthur/typeit

Add Ability to Customize Cursor Character

17 Jan 18:33
Compare
Choose a tag to compare

Enables users to customize the cursor character instead of being limited to the pipe. Includes additional tests and updated documentation.

Enable Freezing/Unfreezing of Instances

02 Jan 22:00
Compare
Choose a tag to compare

This release enables people to freeze and unfreeze an instance, as well as more easily manipulate an instance after creation.

Add Global Object to Hold Option Defaults

10 Dec 22:04
Compare
Choose a tag to compare

Enables a user to change the default option values before any instances of TypeIt are created. Helpful if, for example, a user wants to create several different instances with all having the same speed.

Add Method for Destroying Instances

08 Dec 21:16
Compare
Choose a tag to compare

You now have the ability to destroy an instance of TypeIt on all respective elements, optionally destroying the cursor along with it.

Fix Spacing Bug in Some Browsers

05 Dec 18:51
Compare
Choose a tag to compare
  • Fixes a strange letter spacing bug that was occurring in some browsers.
  • Sets up more robust development environment and contributing guidelines.
  • Switches from webpack to rollup.
  • Etc.

Fix options() Bug

29 Nov 04:11
Compare
Choose a tag to compare

This release fixes a bug that was causing the options() companion function to halt the queue when it was called.

No More jQuery

28 Nov 21:53
Compare
Choose a tag to compare
  • Rewritten with no jQuery dependency.
  • Slightly updated options API. For example, breakDelay and deleteDelay have been merged into nextStringDelay.
  • Slightly updated companion functions. The "ti" prefix on them was removed, as well as a couple of name changes. For example, tiType() is now just type(), and tiSettings() has been changed to options().
  • Improved support for use as an ES 2015 module import.

Fix Visibility Bug

06 Sep 21:42
Compare
Choose a tag to compare

In some cases, there was an issue with the plugin accurately checking for element visibility, causing TypeIt to fail to initialize when autoStart was set to false.

Add tiEmpty().

04 Apr 03:44
Compare
Choose a tag to compare

This release adds a tiEmpty() companion function, which instantly deletes the contents of the element when executed.

Address small bugs/areas of confusion, introduce deleteDelay option.

02 Dec 04:36
Compare
Choose a tag to compare

This build cleans up a variety of small bugs or areas of confusion for people, specifically issues #16, #19, #22, and #25. Notably, a new option is introduced -- deleteDelay -- which enables users to put a delay between typing & deleting multiple strings, when breakLines is disabled.