Skip to content

Releases: Bug-Duck/vuemotion

Version 0.7.0 - alpha.0

27 Nov 12:57
Compare
Choose a tag to compare

Version 0.7.0 - Alpha.0

We entirely refactor the animation system in this version! 🎉

Now you can use the new APIs of animation!

rect.moveTo(200, 300)
rect.rotateTo(180)

and the old APIs are also can be used! You needn't worry about updating!

Even as we change the getting way of a widget:

<script setup lang="ts">
const rect = useWidget<RectMixin>()
</script>

<template>
  <Rect :widget="rect" :width="200" :height="200"/>
</template>

In further, we will complete the new APIs to forward to version 0.7.0!

Version 0.6.0

24 Oct 14:22
Compare
Choose a tag to compare

Version 0.6.0

In this released version, we:

  • feat: perfect @vue-motion/extension-lights
  • feat: add package @vue-motion/import
  • fix: The reactive system cannot be used without useWidget

Version 0.5.2

20 Oct 07:01
Compare
Choose a tag to compare

Version 0.5.2

This version:

  • fix: process cannot be used under pure browser environment.

Version 0.5.1

20 Oct 06:48
Compare
Choose a tag to compare

Version 0.5.1

This version we adjust the bundler options to adapt browser better.

Version 0.5.0

06 Oct 03:43
Compare
Choose a tag to compare

Version 0.5.0

What changed?

This version we make some improvement on video export and fix its some bugs.

  • feat: table extension @vue-motion/extension-table
  • refactor: studio

Version 0.4.1

04 Oct 04:56
Compare
Choose a tag to compare

#Version 0.4.1

This version, we fix the bug arised on exporting, and fix the white-screen of studio.

Version 0.4.0

02 Oct 10:45
Compare
Choose a tag to compare

Version 0.4.0

This version we add layout extension and add some useful hooks and components:

  • feat: perfect Tex of extension @vue-motion/extension-math
  • feat: PolarPlane
  • hook useChildren
  • layout extension @vue-motion/extension-layout

Version 0.3.0

16 Sep 14:00
Compare
Choose a tag to compare

Version 0.3.0

This version we finish two extensions for mathematics and codes performances:

  • @vue-motion/extension-code The codeblock extension based on ShikiJS
  • @vue-motion/extension-math The basic mathematics widgets include coordinate system and more.

Version 0.2.1

06 Sep 08:36
Compare
Choose a tag to compare

Version 0.2.1

  • feat: TextUnit
  • fix: white frame in the exporting output
  • fix: repeat be run while running exec

Version 0.1.2

06 Sep 03:43
Compare
Choose a tag to compare
Version 0.1.2 Pre-release
Pre-release

Version 0.1.2

  • fix: Fixed client throw errors while it is running.