Releases: motiondeveloper/expression-globals-typescript
Releases · motiondeveloper/expression-globals-typescript
Text Style Properties
- Added the text style properties, e.g.
textLayer.text.sourceText.style.font;
- Fixed property group types (fixing transform & material properties being inaccessible)
.layer() params fix
Make relativeIndex parameter optional.
Move to class based setup
Change interfaces and mock objects to class based setup.
const thisComp = Object.create(CompBase);
const thisComp = new Comp()
Move `createPath` to PathProperty
v1.1.6 1.1.6
fix return type of velocityAtTime
v1.1.5 1.1.5
add: index property to Key
v1.1.4 1.1.4
add: nearestKey() method to property
v1.1.3 1.1.3
Fix: property.key() return type
v1.1.2 1.1.2
Export types
Export all the types as well
Combine types
Move types into the main index.ts
file. This is easier to maintain, and means we can remove rollup, and create proper declaration files.