Skip to content

Releases: martywallace/vue-keyboard

3.1.0

02 Jun 10:05

Choose a tag to compare

  • Allow usage of the pipe, open brace and curly brace characters by doubling their usage e.g. {{ for {.
  • Remove the need for sass-loader by authoring the CSS in vanilla CSS.

3.0.2

23 Mar 00:45

Choose a tag to compare

Resolves #11.

3.0.0

14 Mar 00:03

Choose a tag to compare

  • Removed outdated bower support.
  • Added NPM support.
  • Converted component into a single-file .vue component for use with Webpack etc.

2.1.0

14 Dec 17:59

Choose a tag to compare

  • Corrected implementation of value by making it a prop and using only this.$emit('input', x) to push updates.
  • Added new pattern prop.
  • Minor behavioural corrections, e.g. the full class is no longer added to the component if a maxlength is not set.

2.0.0

30 Nov 03:08

Choose a tag to compare

  • Greatly altered generated markup.
  • Support for multiple layouts and the ability to toggle between them.
  • Minor bug fixes.

1.4.1

03 Nov 03:54

Choose a tag to compare

  • Better class attachments.
  • Optional base CSS.

1.4.0

03 Nov 01:20

Choose a tag to compare

  • Supports Vue 2.0.
  • Supports v-model to bind the keyboard value to the outer context.

1.3.0

31 Aug 01:37

Choose a tag to compare

  • Can specify a maxlength property on the component, restricting the length of value.

1.2.0

24 Aug 06:47

Choose a tag to compare

  • Added the mutate event to interact with the value as it changes.
  • Improved README.

1.1.0

24 Aug 02:00

Choose a tag to compare

v1.1.0 Reference configured delimiters.