v3.0.0-alpha.1
版本发布时间: 2023-02-27 21:03:07
motion-canvas/motion-canvas最新发布版本:v3.17.1(2024-08-18 01:07:25)
3.0.0-alpha.1 (2023-02-27)
Bug Fixes
- 2d: fix initial value of endOffset (#433) (9fe82b3)
- 2d: fix performance issue with audio track (#427) (c993770)
- 2d: textDirection property for RTL/LTR text (#404) (f240b1b)
- core: clear semi-transparent backgrounds (#424) (1ebff1c), closes #423
- ui: correctly reset zoom (#432) (a33ee14)
Code Refactoring
Features
Reverts
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.