Changelog
0.10.0 (2024-08-20)
New:
dist/index.cjs
distribution.index.js
with src/index.js
.Fixed:
extends
property of type Attribute
.Breaking:
main
field in package.json
now points to dist/index.cjs
.Changelog
0.8.0 (2023-04-01)
Breaking:
index.js
now uses ES modules. For a UMD distribution please use index.umd.js
Fixed:
Changelog
0.7.1 (2023-02-13)
Fixed:
Changelog
0.7.0 (2021-10-16)
New:
transitions.dissolve
now has support for transitioning into a color by disabling the target media with extureEnabled: false
. color
argument is used to control the color and defaults to transparent black: [0, 0, 0, 0]
.Changelog
0.6.1 (2021-10-14)
Fixed:
Changelog
0.6.0 (2021-06-29)
New:
plane: {segments: number | {x: number, y: number}}
config.extends: string
property to attribute config which takes a name of an attribute to extend its properties for simplifying coords attribute creation.Fixed: