Releases: martywallace/vue-keyboard
Releases · martywallace/vue-keyboard
3.1.0
3.0.2
3.0.0
- Removed outdated bower support.
- Added NPM support.
- Converted component into a single-file .vue component for use with Webpack etc.
2.1.0
- Corrected implementation of
value
by making it a prop and using onlythis.$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 amaxlength
is not set.
2.0.0
- Greatly altered generated markup.
- Support for multiple layouts and the ability to toggle between them.
- Minor bug fixes.
1.4.1
- Better class attachments.
- Optional base CSS.
1.4.0
- Supports Vue 2.0.
- Supports
v-model
to bind the keyboard value to the outer context.
1.3.0
- Can specify a
maxlength
property on the component, restricting the length ofvalue
.
1.2.0
- Added the
mutate
event to interact with the value as it changes. - Improved README.
1.1.0
v1.1.0 Reference configured delimiters.