Skip to content

Releases: lightning-js/blits

v1.8.2

30 Oct 20:27
551ba41
Compare
Choose a tag to compare
  • Fixed edge case issue with array based props not triggering reactivity

v1.8.1

29 Oct 20:24
3f3143a
Compare
Choose a tag to compare
  • Fixed issue with array based props not triggering reactivity
  • Upgraded renderer to 2.5.1

v1.7.1

14 Oct 12:28
19f50ed
Compare
Choose a tag to compare
  • Fixed support for .otf and .woff fonts files in combination with MSDF generator

v1.7.0

14 Oct 08:35
981b8ce
Compare
Choose a tag to compare
  • Added cleanup upon component destroy of effects generated by global reactivity

v1.6.0 / v1.6.1

09 Oct 11:30
Compare
Choose a tag to compare
  • 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

07 Oct 08:46
598a069
Compare
Choose a tag to compare
  • Added export of symbols
  • Various small performance improvements related to component creation

v1.5.0

01 Oct 20:46
6b4096b
Compare
Choose a tag to compare
  • 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

26 Sep 20:03
02fca17
Compare
Choose a tag to compare
  • 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

24 Sep 08:54
99e30b5
Compare
Choose a tag to compare
  • 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

18 Sep 08:50
67fdc0e
Compare
Choose a tag to compare

What's Changed

  • Fixed support for inspector, compatible with renderer 2.x changes