Skip to content

Releases: danielelkington/vue-camera-gestures

v2.0.0

23 Oct 10:00
a0603ec
Compare
Choose a tag to compare

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

21 Feb 11:40
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

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

21 Feb 11:03
abcf53e
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

Bug Fixes

  • Include dist-plain directory in nuget package.

v2.0.0-alpha.4

15 Feb 11:03
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

Re-releasing as it appears that v2.0.0-alpha.3 was not published correctly.

v2.0.0-alpha.3

14 Feb 11:55
dc653ed
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

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

13 Feb 11:53
ee6efc4
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
  • 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

09 Feb 11:35
e3d51b6
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

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

07 Feb 11:41
6a45456
Compare
Choose a tag to compare

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

25 Oct 03:55
c7358fb
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

24 Oct 10:08
c683f25
Compare
Choose a tag to compare
v0.2.4 Pre-release
Pre-release
  • Upgrading dependencies