Releases: cngu/vue-typer
Releases · cngu/vue-typer
v1.2.0
Features
pre-type
and pre-erase
classes to style the carat during preTypeDelay
and preEraseDelay
(closes #10) (usage)
v1.1.0
First minor release!
Features
v1.0.6
Features
- Line breaks (i.e. Enter/Return key) are now simulated by newline (\n) characters (closes #12)
v1.0.5
Features
- Emoji support 🎉 (fixes #4).
v1.0.4
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
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
Changes
- Documentation updates
- Copyright year updates, happy New Year!
v1.0.1 (ignore)
Skip this release as it has the incorrect dist files.