Skip to content

Releases: cngu/vue-typer

v1.2.0

20 Dec 20:09
Compare
Choose a tag to compare

Features

  • pre-type and pre-erase classes to style the carat during preTypeDelay and preEraseDelay (closes #10) (usage)

v1.1.0

15 Dec 18:50
Compare
Choose a tag to compare

First minor release!

Features

  • typed-char event (usage)

v1.0.6

22 Sep 22:10
Compare
Choose a tag to compare

Features

  • Line breaks (i.e. Enter/Return key) are now simulated by newline (\n) characters (closes #12)

v1.0.5

04 Sep 19:23
Compare
Choose a tag to compare

Features

  • Emoji support 🎉 (fixes #4).

v1.0.4

03 Jun 04:26
Compare
Choose a tag to compare

Bug Fixes

  • If a literal array was passed in for text, the watcher is triggered when the hosting component is patched during a re-render. Do not reset VueTyper's typing state if the array contents stayed the same (fixes #7).

v1.0.3

23 Apr 23:58
Compare
Choose a tag to compare

Changes

  • Un-minified source is now provided (fixes #5)
  • Updated webpack 2 from beta to stable releases (along with extract-text-webpack-plugin, webpack-dev-server, and karma-webpack)

v1.0.2

01 Jan 09:13
Compare
Choose a tag to compare

Changes

  • Documentation updates
  • Copyright year updates, happy New Year!

v1.0.1 (ignore)

01 Jan 09:10
Compare
Choose a tag to compare
v1.0.1 (ignore) Pre-release
Pre-release

Skip this release as it has the incorrect dist files.

v1.0.0

01 Jan 09:12
Compare
Choose a tag to compare

This is the initial release for vue-typer!

Please see the documentation here and the demo page here.