Releases: simplesmiler/vue-focus
Releases · simplesmiler/vue-focus
2.1.0
2.0.0
Breaking changes from 1.x:
- Directives
v-focus-modelandv-focus-autoare removed. Usev-focus="..." @focus="..." @blur="..."andv-focus="true"correspondingly.
2.0.0-rc2
Fixed
- Incorrect dependency on Vue
2.0.0-rc1
Breaking changes from 1.0.0
- Directives
v-focus-modelandv-focus-autoare removed.
1.0.0
Changes
- Directive
v-focus-modelis now deprecated. It's supported in 1.x, but will be removed in 2.0. Instead ofv-focus-model="expression"you should usev-focus="expression" @focus="expression = true" @blur="expression = false". - Directive
v-focus-autois now deprecated. It's supported in 1.x, but will be removed in 2.0. Insteadv-focus-autoyou should usev-focus="true".