Releases: mattboldt/typed.js
Releases · mattboldt/typed.js
Typed.js v2.1.0
Typed.js v2.0.16
- Fixes #545
- Regenerated esdocs
Typed.js v2.0.15
- 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
Fixed missing TypedOptions
type interface declaration. Fixes #537
Typed.js v2.0.13
- 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
- Fixes #472
- adds aria-hidden to blinking cursor
Typed.js v2.0.11
- Code formatting fixes (via prettier)
- Added
onBegin
callback from #337
Typed.js v2.0.9
Added TypeScript declaration file
Typed.js v2.0.8
Fixes #332
Also fixes multiple <style>
tags being generated when instantiating a new Typed()
multiple times.
Typed.js v2.0.7
Fixes issues with the blinking animation.