Skip to content

Releases: simplesmiler/vue-focus

2.1.0

14 Nov 22:20
Compare
Choose a tag to compare

Added

  • .lazy modifier to mimic v1 behavior

2.0.0

20 Oct 20:31
Compare
Choose a tag to compare

Breaking changes from 1.x:

  • Directives v-focus-model and v-focus-auto are removed. Use v-focus="..." @focus="..." @blur="..." and v-focus="true" correspondingly.

2.0.0-rc2

28 Sep 19:59
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release

Fixed

  • Incorrect dependency on Vue

2.0.0-rc1

22 Sep 19:16
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release

Breaking changes from 1.0.0

  • Directives v-focus-model and v-focus-auto are removed.

1.0.0

22 Sep 19:15
Compare
Choose a tag to compare

Changes

  • Directive v-focus-model is now deprecated. It's supported in 1.x, but will be removed in 2.0. Instead of v-focus-model="expression" you should use v-focus="expression" @focus="expression = true" @blur="expression = false".
  • Directive v-focus-auto is now deprecated. It's supported in 1.x, but will be removed in 2.0. Instead v-focus-auto you should use v-focus="true".