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

Skip to content

Releases: lightning-js/blits

v1.39.4

09 Oct 19:08
Compare
Choose a tag to compare
  • Bumped Lightning renderer to 2.18.3

v1.39.3

02 Oct 15:39
d241a56
Compare
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
Compare
Choose a tag to compare
  • Bumped Lightning renderer to 2.18.0

v1.39.1

26 Sep 14:34
Compare
Choose a tag to compare
  • Bumped Lightning renderer to 2.17.0

v1.39.0

16 Sep 20:16
8784081
Compare
Choose a tag to compare
  • Refactored router to be more performant and prevent runtime route changes to affect other route instances

v1.38.3

05 Sep 06:35
8f8c108
Compare
Choose a tag to compare
  • Fixed clearing of idle and frameTick hooks upon component destroy
  • Fixed updating of router state to before init hook

v1.38.2

01 Sep 10:49
d26c004
Compare
Choose a tag to compare
  • Fixed issue with reuseComponent storing the same page multiple times
  • Fixed last array patch method (sort) not triggering reactivity

v1.38.1

28 Aug 09:54
c121788
Compare
Choose a tag to compare
  • Added guard around emitting events and selecting elements after Component destroy
  • Fixed issue with navigatingBack

v1.38.0

28 Aug 09:53
1bb7be5
Compare
Choose a tag to compare
  • Added reuseComponent to route options to enable navigating to the same page and reusing the same page component instance

v1.37.0

22 Aug 09:15
eec6bc4
Compare
Choose a tag to compare
  • 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