Releases: lightning-js/blits
Releases · lightning-js/blits
v1.42.1
v1.42.0
- 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
- 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
- Downgraded renderer to 2.18.2
v1.40.0
- Improved memory management in the for loop by efficiently removing effects
v1.39.4
- Bumped Lightning renderer to 2.18.3
v1.39.3
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
- Bumped Lightning renderer to 2.18.0
v1.39.1
- Bumped Lightning renderer to 2.17.0
v1.39.0
- Refactored router to be more performant and prevent runtime route changes to affect other route instances