Changelog
What changed in each release of the Creator plugin API.
Every released version of @lottiefiles/creator-api-types, newest first.
1.1.0
September 10, 2026
Added
NullLayeris a transform parent for other layers. It does not render anything on its own, and is identified bytype === "NULL_LAYER". Itslayersproperty lists the layers parented to it.Scene.createNullLayercreates a null layer. Itslayersoption parents existing layers to the new null layer.Layer.transformParentreads and sets the layer driving a layer's transform. Assign a layer to parent to it, orundefinedto clear it.
Changed
scene.layers,creator.selection.nodesand theselection:nodesevent now include null layers. Narrow onlayer.typebefore assuming a layer kind.
Deprecated
Reading a transform parent from
Layer.parent. UsetransformParentinstead. Reading the containingScenefromparentstays supported.
1.0.1
August 13, 2026
Removed
The unused
ExportFormattype.
1.0.0
July 20, 2026
Changed
The Creator plugin API is now stable at v1.