Releases: eddiewentw/TypeWriting.js
Releases · eddiewentw/TypeWriting.js
Version 1.2.8
bump version to update repo link in npm
Version 1.2.7
- add sourcemap
Version 1.2.6
Fixed issue#3
Minified file can not get window object. If it's undefined, use window
directly.
Version 1.2.5
- Refactor with ES6
- Rename option properties
- use camel case naming
Version 1.2.4
- add
.npmignore
for the useless files
Version 1.2.3
- add gulp to compile
- rename
dist/
folder frombuild/
Version 1.2.2
Fixed issue#1
Version 1.2.1
It is supported module now.
You could ...
import TypeWriting from 'typewriting';
Version 1.2
Important Update
I remove jQuery in dependencies. TypeWriting.js is an independent javascript plugin now.
If you wanna to use latest version, please check README first.
Or if you want to keep old jQuery version, here is another branch - jQuery-v1.1.3
Version 1.1.3
Bug fixed:
When the target element's height is 0, cursor won't show.
In this case, I use a 'I' word to get the width and height of cursor.