New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/blits

Package Overview
Dependencies
Maintainers
6
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/blits - npm Package Versions

1
810

0.4.0

Diff

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!
michielvandergeest
published 0.3.10 •

Changelog

Source

v0.3.10

9 oct 2023

  • Updated L3 renderer dependency to 0.3.6
  • Renamed internal methods for creating textures and shaders
michielvandergeest
published 0.3.9 •

Changelog

Source

v0.3.9

5 oct 2023

  • Updated L3 renderer dependency to 0.3.3
michielvandergeest
published 0.3.8 •

Changelog

Source

v0.3.8

4 oct 2023

  • Added Blits VS code extension to recommended extensions
michielvandergeest
published 0.3.7 •

Changelog

Source

v0.3.7

3 oct 2023

  • Fixed reactivity issue when using null values in state
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