Skip to content

Releases: motion-canvas/motion-canvas

v3.3.1

18 Mar 08:08
Compare
Choose a tag to compare

3.3.1 (2023-03-18)

Bug Fixes

v3.3.0

18 Mar 07:14
Compare
Choose a tag to compare

3.3.0 (2023-03-18)

Bug Fixes

Features

v3.2.1

10 Mar 01:06
Compare
Choose a tag to compare

3.2.1 (2023-03-10)

Bug Fixes

v3.2.0

10 Mar 00:54
Compare
Choose a tag to compare

3.2.0 (2023-03-10)

Bug Fixes

Features

v3.1.0

07 Mar 22:35
Compare
Choose a tag to compare

3.1.0 (2023-03-07)

Bug Fixes

Features

v3.1.0-alpha.0

07 Mar 22:24
Compare
Choose a tag to compare
v3.1.0-alpha.0 Pre-release
Pre-release

3.1.0-alpha.0 (2023-03-07)

Bug Fixes

Features

v3.0.2

27 Feb 17:56
Compare
Choose a tag to compare

3.0.2 (2023-02-27)

Bug Fixes

v3.0.1

27 Feb 17:01
Compare
Choose a tag to compare

3.0.1 (2023-02-27)

Bug Fixes

v3.0.0

27 Feb 13:45
Compare
Choose a tag to compare

3.0.0 (2023-02-27)

Bug Fixes

Code Refactoring

Features

Reverts

  • feat: upgrade code-fns for new theme options and lazy loading (#435) (3f5e439)

BREAKING CHANGES

  • multiple name changes

To avoid collisions, names of certain classes have changed:

  • Text => Txt
  • Image => Img
  • Rect (type) => BBox

Cache related methods of Node have changed:

  • getCacheRect => getCacheBBox
  • cacheRect => cacheBBox
  • fullCacheRect => fullCacheBBox

The CodeBlock property has changed:

  • CodeBlock.selectionOpacity => CodeBlock.unselectedOpacity
  • makeProject no longer accepts some settings.

Settings such as background and audioOffset are now stored in the project
meta file.

v3.0.0-alpha.1

27 Feb 13:03
Compare
Choose a tag to compare
v3.0.0-alpha.1 Pre-release
Pre-release

3.0.0-alpha.1 (2023-02-27)

Bug Fixes

Code Refactoring

Features

Reverts

  • feat: upgrade code-fns for new theme options and lazy loading (#435) (3f5e439)

BREAKING CHANGES

  • multiple name changes

To avoid collisions, names of certain classes have changed:

  • Text => Txt
  • Image => Img
  • Rect (type) => BBox

Cache related methods of Node have changed:

  • getCacheRect => getCacheBBox
  • cacheRect => cacheBBox
  • fullCacheRect => fullCacheBBox

The CodeBlock property has changed:

  • CodeBlock.selectionOpacity => CodeBlock.unselectedOpacity
  • makeProject no longer accepts some settings.

Settings such as background and audioOffset are now stored in the project
meta file.