Skip to content

Releases: motion-canvas/motion-canvas

v3.0.0-alpha.0

26 Feb 21:36
Compare
Choose a tag to compare
v3.0.0-alpha.0 Pre-release
Pre-release

3.0.0-alpha.0 (2023-02-26)

Bug Fixes

  • 2d: textDirection property for RTL/LTR text (#404) (f240b1b)
  • core: clear semi-transparent backgrounds (#424) (1ebff1c), closes #423

Code Refactoring

Features

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.

v2.6.0

24 Feb 13:50
Compare
Choose a tag to compare

2.6.0 (2023-02-24)

Bug Fixes

  • 2d: handle division by zero in lines (#407) (a17871a)

Features

v2.5.0

20 Feb 20:04
Compare
Choose a tag to compare

2.5.0 (2023-02-20)

Bug Fixes

Features

v2.4.0

18 Feb 19:31
Compare
Choose a tag to compare

2.4.0 (2023-02-18)

Bug Fixes

Features

v2.4.0-alpha.0

15 Feb 17:37
Compare
Choose a tag to compare
v2.4.0-alpha.0 Pre-release
Pre-release

2.4.0-alpha.0 (2023-02-15)

Bug Fixes

  • 2d: fix layout calculation for nodes not explicitly added to view (#331) (528e2d5)
  • core: playback speed is reset after saving with faulty code (#204). (#339) (6771e5e)
  • docs: fix search (#336) (e44ec02)
  • vite-plugin: fix js template (#337) (3b33d73)

Features

v2.3.0

11 Feb 21:13
Compare
Choose a tag to compare

2.3.0 (2023-02-11)

Bug Fixes

Features

  • 2d: add antialiased signal to Shape (#282) (7c6905d)
  • 2d: add LaTeX component (#228) (4c26d2a)
  • 2d: add smooth corners and sharpness to rect (#310) (f7fbefd)
  • added a theme property to the CodeBlock component (#279) (fe34fa8)
  • core: add debug helper function (#293) (b870873)
  • core: additional easing functions (#274) (f81ce43)
  • core: disallow tweening to/from undefined values (#257) (d4bb791)
  • docs: always re-build api references in build mode (#298) (27a4d96), closes #294

v2.2.0

09 Feb 17:16
Compare
Choose a tag to compare

2.2.0 (2023-02-09)

Features

v2.1.0

07 Feb 23:01
Compare
Choose a tag to compare

2.1.0 (2023-02-07)

Bug Fixes

Features

v2.0.0

04 Feb 13:18
Compare
Choose a tag to compare

2.0.0 (2023-02-04)

Bug Fixes

Read more