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
94
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

1.6.1

Diff

Changelog

Source

v1.6.0 / v1.6.1

9 oct 2024

  • Abstracted app create functionality to separate package
  • Cleaned up dependencies
  • Fixed issue with item reference in for loop
  • Fixed issue with looping directly over <Text> components
michielvandergeest
published 1.5.1 •

Changelog

Source

v1.5.1

7 oct 2024

  • Added export of symbols
  • Various small performance improvements related to component creation
michielvandergeest
published 1.5.0 •

Changelog

Source

v1.5.0

1 oct 2024

  • Fixed issue with interrupting running / scheduled transitions with a new transition on the same prop
  • Fixed issue with (incompatible) SDF text renderer being loaded when renderMode is set to canvas
  • Added support for handling key release (i.e keyup) events
michielvandergeest
published 1.4.3 •

Changelog

Source

v1.4.3

26 sept 2024

  • Fixed issues with sprites in minified production build
  • Bumped renderer to v2.2.0 (with fixes for nested alpha / show issue)
  • Fixed reactivity in plugins not using reactivity mode setting
  • Fixed named slots functionality
michielvandergeest
published 1.4.2 •

Changelog

Source

v1.4.2

24 sept 2024

  • Fixed timing issue with calculation of percentages
  • Improved check to see if object is a Blits component, so it's more robust in case of code minification
michielvandergeest
published 1.4.1 •

Changelog

Source

v1.4.1

18 sept 2024

  • Fixed support for inspector, compatible with renderer 2.x changes
michielvandergeest
published 1.4.0 •

Changelog

Source

v1.4.0

16 sept 2024

  • Added support for fit attribute to enable resizeModes for images (cover, contain)
  • Added priority parameter for event emitters + ability to stop propagation
  • Added Global App State plugin
  • Added Theme plugin
  • Standardized built-in utility methods (i.e. focus, select, setTimeout, etc.) to all be prefixed with a $.
  • Added support for triggering nested state variables with dot-notation (i.e foo.bar.bla)
  • Added support for watching nested state variables (i.e foo.bar.bla)
  • Fixed bug with Log plugin not picking up on debugLevel setting
  • Fixed bug when using hex-colors in an effect
  • Upgraded to latest version of the renderer (2.1.1)
michielvandergeest
published 1.3.1 •

Changelog

Source

v1.3.1

27 aug 2024

  • Moved this.$log functionality to a plugin, which delays the instantation and allows it to pick up launch settings (bug fix)
michielvandergeest
published 1.3.0 •

Changelog

Source

v1.3.0

19 aug 2024

  • Fixed bug in for-loop when key is not a string but a number
  • Added $shallow-modifier to for-loop
  • Added several performance optimizations
  • Added support for dynamic arguments in object notation (i.e. mount="{x: $x, y: $y}")
michielvandergeest
published 1.2.0 •

Changelog

Source

v1.2.0

5 aug 2024

  • Added plugin system for Blits
  • Added Language plugin, modeled after L2-SDK Language plugin
  • Removed unused built-in Image component
  • Marked this.trigger()-method as deprecated in definition file
  • Removed double assignment of this.node during element creation
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