@lightningjs/blits
Advanced tools
Changelog
v0.5.1
29 nov 2023
Changelog
v0.5.0
23 nov 2023
wordwrap
and maxlines
attributes on the Text-component, replacing the previous w
and h
attributes (breaking change!)Changelog
v0.4.2
22 nov 2023
Changelog
v0.4.1
13 nov 2023
Changelog
v0.4.0
9 nov 2023
.eslintrc.js
to .eslintrc.cjs
in boilerplate code to make linting work on new projectsfalse
keepAlive
option to the router (i.e. keeping a page in memory when navigating to a new page)this.$trigger
function to force a reevaluation of a reactive value (without changing the value)currentRoute
, routes
and navigating
on the this.$router
object@lightningjs/renderer
(v0.5.0)Changelog
v0.3.15
23 oct 2023
Changelog
v0.3.14
19 oct 2023
<Text />
-component doesn't have any contentquit()
-method on the root Application componentChangelog
v0.3.13
18 oct 2023
borderTop
, borderBottom
, borderLeft
, borderRight
and grayScale
effects@loaded
and @error
events on <Text/>
componenent only firing once (and not for each change)this
-reference in component state<Text>My text with a {{$dynamic}} value</Text>
)Changelog
v0.3.12
17 oct 2023
Changelog
v0.3.11
17 oct 2023
w
/ h
) and positioning (x
/ y
)