Releases: lightning-js/blits
Releases · lightning-js/blits
v1.8.2
- Fixed edge case issue with array based props not triggering reactivity
v1.8.1
- Fixed issue with array based props not triggering reactivity
- Upgraded renderer to 2.5.1
v1.7.1
- Fixed support for
.otf
and.woff
fonts files in combination with MSDF generator
v1.7.0
- Added cleanup upon component destroy of effects generated by global reactivity
v1.6.0 / v1.6.1
- Abstracted app create functionality to separate package
- Cleaned up dependencies
- Fixed issue with item reference in for loop
- Fixed issue with looping directly over
<Text>
components
v1.5.1
- Added export of symbols
- Various small performance improvements related to component creation
v1.5.0
- Fixed issue with interrupting running / scheduled transitions with a new transition on the same prop
- Fixed issue with (incompatible) SDF text renderer being loaded when
renderMode
is set to canvas (by @promentol) - Added support for handling key release (i.e
keyup
) events
v1.4.3
- Fixed issues with sprites in minified production build
- Bumped renderer to v2.2.0 (with fixes for nested alpha / show issue)
- Fixed reactivity in plugins not using reactivity mode setting
- Fixed named slots functionality
v1.4.2
- Fixed timing issue with calculation of percentages
- Improved check to see if object is a Blits component, so it's more robust in case of code minification
v1.4.1
What's Changed
- Fixed support for inspector, compatible with renderer 2.x changes