@lightningjs/blits
Advanced tools
Changelog
v0.9.2
21 mar 2024
Changelog
v0.9.1
21 mar 2024
splice()
, concat()
, sort()
)viewportMargin
settingundefined
-check for props sent to rendererChangelog
v0.9.0
18 mar 2024
id
on component:key
is a number (and not a string)hasFocus
state variable, available on every Componentsrc/fontLoader.js
fileChangelog
v0.8.1
9 mar 2024
Changelog
v0.8.0
1 mar 2024
this.$clearIntervals()
and this.$clearTimeouts()
methods that clear all intervals and timers set on a certain componentfunction
to easing
in the transitions object used to specify a custom easing functio (deprecation notice added)Changelog
v0.7.4
28 feb 2024
Changelog
v0.7.3
28 feb 2024
.ttf
file placed in publics/fonts
x
and y
valuesChangelog
v0.7.2
23 feb 2024
inspector: true/false
)Changelog
v0.7.1
22 feb 2024
Changelog
v0.7.0
20 feb 2024
is
-attribute (<Component is="Poster" />
or <Component is="$dynamicComponent" />
)router.to()
method - previously: router.to(path, options)
, now: router.to(path, data, options)
)