Releases: lightning-js/blits
Releases · lightning-js/blits
v1.39.4
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
v1.38.3
- Fixed clearing of
idle
andframeTick
hooks upon component destroy - Fixed updating of router state to before init hook
v1.38.2
- Fixed issue with
reuseComponent
storing the same page multiple times - Fixed last array patch method (sort) not triggering reactivity
v1.38.1
- Added guard around emitting events and selecting elements after Component destroy
- Fixed issue with
navigatingBack
v1.38.0
- Added
reuseComponent
to route options to enable navigating to the same page and reusing the same page component instance
v1.37.0
- Added Route options check before checking passFocus flag
- Added support for additional metadata in Route config (for associating arbitrary data to a route)
- Upgraded dev dependencies to latest versions