Skip to content

Releases: eddiewentw/TypeWriting.js

Version 1.2.8

20 Mar 14:12

Choose a tag to compare

bump version to update repo link in npm

Version 1.2.7

05 Feb 06:36

Choose a tag to compare

  • add sourcemap

Version 1.2.6

30 Jan 09:24

Choose a tag to compare

Fixed issue#3

Minified file can not get window object. If it's undefined, use window directly.

Version 1.2.5

30 Jan 07:18

Choose a tag to compare

  • Refactor with ES6
  • Rename option properties
    • use camel case naming

Version 1.2.4

29 Jan 13:42

Choose a tag to compare

  • add .npmignore for the useless files

Version 1.2.3

29 Jan 13:35

Choose a tag to compare

  • add gulp to compile
  • rename dist/ folder from build/

Version 1.2.2

16 May 12:26

Choose a tag to compare

Version 1.2.1

13 May 08:12

Choose a tag to compare

It is supported module now.

You could ...

import TypeWriting from 'typewriting';

Version 1.2

10 Mar 10:47

Choose a tag to compare

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

10 Mar 02:29

Choose a tag to compare

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.