Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/blits

Package Overview
Dependencies
Maintainers
0
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/blits - npm Package Versions

1
10

0.5.4

Diff

Changelog

Source

v0.5.4

5 dec 2023

  • Fixed issue with Components and Elements not always being cleaned up in forloop
  • Added support for nested children inside a forloop on an Element
michielvandergeest
published 0.5.3 •

Changelog

Source

v0.5.3

4 dec 2023

  • Added transition start and tranition end callbacks
michielvandergeest
published 0.5.2 •

Changelog

Source

v0.5.2

30 nov 2023

  • Fixed issue in code generator leading to creation unnecessary child nodes
  • Added focus handler to router view (that passes focus to the current active page)
michielvandergeest
published 0.5.1 •

Changelog

Source

v0.5.1

29 nov 2023

  • Fixed issue with unexpected unfocus
  • Added fastforward of transitions on the same property
  • Added functionality to skip focus change on key hold
michielvandergeest
published 0.5.0 •

Changelog

Source

v0.5.0

23 nov 2023

  • Introduced wordwrap and maxlines attributes on the Text-component, replacing the previous w and h attributes (breaking change!)
michielvandergeest
published 0.4.2 •

Changelog

Source

v0.4.2

22 nov 2023

  • Improved parser and added more template validation (i.e. one single root element in a template)
  • Fixed typo in documentation
michielvandergeest
published 0.4.1 •

Changelog

Source

v0.4.1

13 nov 2023

  • Added support for using dynamic import of components in routes
  • Added support for returning components in an async function / Promise in routes
michielvandergeest
published 0.4.0 •

Changelog

Source

v0.4.0

9 nov 2023

  • Fixed bug related to animating percentage based values
  • Added (customizable) navigation transitions to the router
  • Renamed .eslintrc.js to .eslintrc.cjs in boilerplate code to make linting work on new projects
  • Fixed issue in Settings when the default value was set to false
  • Replace underscored keys for private properties with Symbols
  • Added keepAlive option to the router (i.e. keeping a page in memory when navigating to a new page)
  • Introduced a this.$trigger function to force a reevaluation of a reactive value (without changing the value)
  • Exposed currentRoute, routes and navigating on the this.$router object
  • Upgraded to lates version of @lightningjs/renderer (v0.5.0)
michielvandergeest
published 0.3.15 •

Changelog

Source

v0.3.15

23 oct 2023

  • Added support for slots
  • Added support for defining custom keymapping
  • Improved error handling of the template parser
michielvandergeest
published 0.3.14 •

Changelog

Source

v0.3.14

19 oct 2023

  • Fixed error when <Text />-component doesn't have any content
  • Removed generic escape key handler that closed the App
  • Introduced quit()-method on the root Application component
  • Updated to v0.4.0 of the renderer
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc