Skip to content

Releases: EvodiaAut/vue-focuspoint-component

Migrating to v2

08 Jun 21:27
Compare
Choose a tag to compare
  • prop.focus swtich to v-model
    <focus-point :focus.sync="tmpFocus"> to <focus-point v-model="tmpFocus">

  • remove prop.default
  • optimze code
  • remove data.wrap
  • vue template update

v1.5.1

07 Feb 23:05
Compare
Choose a tag to compare
  • fix prop.focus can set to null

v1.5.0

05 Feb 20:10
Compare
Choose a tag to compare
  • remove is prop.focus null use prop.default (v1.2.0)

v1.4.0

02 Feb 20:06
Compare
Choose a tag to compare
  • remove prop.decimalLength
  • prop.focusDefault to prop.default
  • cursor default pointer
  • data.boundingPin to pin
  • data.boundingElement to wrap
  • updateFocus() to update()
  • onClick() to click()

v1.3.0

01 Feb 22:17
Compare
Choose a tag to compare
  • prop.decimalLength default 0
  • scss support now variables
  • pin style update

v1.2.1

06 Jan 11:53
Compare
Choose a tag to compare
  • npm add keyword "focuspoint"
  • vue template update

v1.2.0

06 Jan 00:20
Compare
Choose a tag to compare
  • is prop.focus null use prop.default
  • remove watchers

v1.1.0

01 Jan 18:35
Compare
Choose a tag to compare
  • focus-point-pin <span> to <div>

v1.0.0

31 Dec 11:28
Compare
Choose a tag to compare

first release