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

@lightningjs/blits

Package Overview
Dependencies
Maintainers
7
Versions
91
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.1

Diff

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
michielvandergeest
published 0.3.13 •

Changelog

Source

v0.3.13

18 oct 2023

  • Added support for borderTop, borderBottom, borderLeft, borderRight and grayScale effects
  • Fixed @loaded and @error events on <Text/> componenent only firing once (and not for each change)
  • Fixed loading of web canvas2d fonts
  • Fixed error when using this-reference in component state
  • Added basic support for inline text (i.e. <Text>My text with a {{$dynamic}} value</Text>)
michielvandergeest
published 0.3.12 •

Changelog

Source

v0.3.12

17 oct 2023

  • Fixed path to logo on readme
michielvandergeest
published 0.3.11 •

Changelog

Source

v0.3.11

17 oct 2023

  • Added support for using percentages in dimensions (w / h) and positioning (x / y)
  • Refactored template parser to be more robust and throw errors when the template contains a syntax mistake
  • Re-enabled tests (still depends on renderer version bump though)
  • Added the new official Blits logo to the readme!
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