Releases: EvodiaAut/vue-focuspoint-component
Releases · EvodiaAut/vue-focuspoint-component
Migrating to v2
- 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
- fix prop.focus can set to null
v1.5.0
- remove is prop.focus null use prop.default (v1.2.0)
v1.4.0
- 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
- prop.decimalLength default 0
- scss support now variables
- pin style update
v1.2.1
- npm add keyword "focuspoint"
- vue template update
v1.2.0
- is prop.focus null use prop.default
- remove watchers
v1.1.0
- focus-point-pin
<span>
to <div>