github motion-canvas/motion-canvas v3.0.0

latest releases: v3.16.0, v3.16.0-alpha.0, v3.15.2...
19 months ago

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.

Don't miss a new motion-canvas release

NewReleases is sending notifications on new releases.