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

  • NullLayer is a transform parent for other layers. It does not render anything on its own, and is identified by type === "NULL_LAYER". Its layers property lists the layers parented to it.

  • Scene.createNullLayer creates a null layer. Its layers option parents existing layers to the new null layer.

  • Layer.transformParent reads and sets the layer driving a layer's transform. Assign a layer to parent to it, or undefined to clear it.

Changed

  • scene.layers, creator.selection.nodes and the selection:nodes event now include null layers. Narrow on layer.type before assuming a layer kind.

Deprecated

1.0.1

August 13, 2026

Removed

  • The unused ExportFormat type.

1.0.0

July 20, 2026

Changed

  • The Creator plugin API is now stable at v1.

Last updated: September 11, 2026 at 12:08 PMEdit this page