Skip to content

Releases: mattboldt/typed.js

Typed.js v2.1.0

08 Nov 17:23
Compare
Choose a tag to compare

Typed.js v2.0.16

30 Apr 17:24
Compare
Choose a tag to compare
  • Fixes #545
  • Regenerated esdocs

Typed.js v2.0.15

01 Apr 19:09
Compare
Choose a tag to compare
  • Fixed issue where existing text in an element was causing the 1st string to be skipped #526
  • Fixed issue where if you have multiple instances of typed on the page, and the 2nd one is configured to fade out, the fade out css wasn't being appended to the doc
  • Fixed some deprecated syntax

Typed.js v2.0.14

26 Mar 03:14
Compare
Choose a tag to compare

Fixed missing TypedOptions type interface declaration. Fixes #537

Typed.js v2.0.13

11 Mar 20:35
Compare
Choose a tag to compare
  • Switched bundler from old gulp implementation to microbundle
  • Removed old dev dependencies
  • Changed implementation of hidden "strings element" to be more accessible

Typed.js v2.0.12

27 Mar 00:18
337109d
Compare
Choose a tag to compare
  • Fixes #472
  • adds aria-hidden to blinking cursor

Typed.js v2.0.11

23 Sep 15:30
a7dbc1c
Compare
Choose a tag to compare
  • Code formatting fixes (via prettier)
  • Added onBegin callback from #337

Typed.js v2.0.9

07 Aug 16:48
Compare
Choose a tag to compare

Added TypeScript declaration file

Typed.js v2.0.8

13 Jun 20:10
Compare
Choose a tag to compare

Fixes #332

Also fixes multiple <style> tags being generated when instantiating a new Typed() multiple times.

Typed.js v2.0.7

26 May 22:51
Compare
Choose a tag to compare

Fixes issues with the blinking animation.