Releases: danielelkington/vue-camera-gestures
v2.0.0
Vue Camera Gestures v2.x is now stable, and is the default in npm.
New Features
- Vue 3 support
Breaking Changes
- Vue 2 support dropped. Vue 2 users must rely on vue-camera-gestures v1.x.
- Installation without bundling TensorFlow changed - now need to use import CameraGestures from 'vue-camera-gestures/dist-plain/vue-camera-gestures.es.js'.
- Styles no longer included directly in the component - you need to separately import them using import vue-camera-gestures/dist/style.css.
v2.0.0-rc.1
All APIs in vue-camera-gestures v2 have been tested and appear to be working. No library changes since v2.0.0-alpha.6; this release is to create a release candidate.
v2.0.0-alpha.6
Bug Fixes
- Include dist-plain directory in nuget package.
v2.0.0-alpha.4
Re-releasing as it appears that v2.0.0-alpha.3
was not published correctly.
v2.0.0-alpha.3
Breaking Changes
- Installation when installing via a script tag has changed. This is because Vue 3 does not have a global app instance.
Bug Fixes
- Warning no longer logged when dynamically emitting event.
v2.0.0-alpha.2
- No change -
v2.0.0-alpha.1
was unpublished from npm as it wasn't correctly given a pre-release tag.
v2.0.0-alpha.1
Version 2 brings Vue 3 support. Behind the scenes we're now using Vite and VitePress.
New Features
- Vue 3 support
Breaking Changes
- Vue 2 support dropped. Vue 2 users must rely on vue-camera-gestures v1.x.
- Installation without bundling TensorFlow changed - now need to use
import CameraGestures from 'vue-camera-gestures/dist-plain/vue-camera-gestures.es.js'
. - Styles no longer included directly in the component - you need to separately import them using
import vue-camera-gestures/dist/style.css
. It is hoped that this may be unnecessary if vitejs/vite#1579 is resolved.
v1.0.0
Version 1.0.0 release
No changes since v0.3.0. Vue Camera Gestures is now declared stable and no breaking changes will be made until the next major version.
Version 1.x will support Vue 2.x only. Version 2.x is being planned - this will support Vue 3.x.
v0.3.0
Bug Fixes
- Fix saving and loading models
As a side effect of saving models, a few events will now be called asynchronously (verificationFailed
, doneTraining
, doneVerification
). This may be a breaking change in a few very narrow use-cases.
v0.2.4
- Upgrading dependencies