Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: lightning-js/blits

v1.42.1

28 Oct 21:09

Choose a tag to compare

  • Updated to version 2.19.1 of the renderer
  • Fixed scale animation snapping issue when using object notation with transitions (again)

v1.42.0

24 Oct 12:35
a1a62a1

Choose a tag to compare

  • Added effects prop support to Sprite component
  • Added support for redirecting in before hooks returning a route object (with updated path)
  • Fixed meta options on routes functionality
  • Enhanced router hook test coverage
  • Fixed scale animation snapping issue when using object notation with transitions

v1.41.0

16 Oct 09:24
1cc18dc

Choose a tag to compare

  • Improved overall test coverage to 86%
  • Filtered out inspector-data entirely in production
  • Improved vite plugin that handles computed props to be more robust
  • Fixed issue with global reactive object that are deeply nested
  • Bumped MSDF generator dependency to address security issues in dependencies

v1.40.1

16 Oct 09:24

Choose a tag to compare

  • Downgraded renderer to 2.18.2

v1.40.0

16 Oct 09:23
a178640

Choose a tag to compare

  • Improved memory management in the for loop by efficiently removing effects

v1.39.4

09 Oct 19:08

Choose a tag to compare

  • Bumped Lightning renderer to 2.18.3

v1.39.3

02 Oct 15:39
d241a56

Choose a tag to compare

What's Changed

  • Upgraded to latest renderer, bumped version to 1.39.3 and updated cha… by @wouterlucas in #494

Full Changelog: v1.39.2...v1.39.3

v1.39.2

02 Oct 09:18
5ba095f

Choose a tag to compare

  • Bumped Lightning renderer to 2.18.0

v1.39.1

26 Sep 14:34

Choose a tag to compare

  • Bumped Lightning renderer to 2.17.0

v1.39.0

16 Sep 20:16
8784081

Choose a tag to compare

  • Refactored router to be more performant and prevent runtime route changes to affect other route instances