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

@lightningjs/blits

Package Overview
Dependencies
Maintainers
6
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

1.4.3

Diff

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

Changelog

Source

v1.1.0

25 july 2024

  • Made holdTimeout configurable and added to launch settings
  • Improved test coverage
  • Removed imporChunkUrl dependency as it’s no longer needed
  • Abstracted path from pre-compiler, to make it more reusable (in playground for example)
  • Added defaultFont launch setting to boilerplate example
michielvandergeest
published 1.0.0 •

Changelog

Source

v1.0.0

15 july 2024

  • Added multiple optimizations that improve the performance
  • Fixed mountY prop setting
  • Added functionality for providing custom shaders
  • Added initial support for accessing children
  • Added first version of Layout component
  • Improved test coverage
  • Refactored transitions and fixed promise resolve issues
  • Upgraded to renderer v1.0.0
michielvandergeest
published 0.10.0 •

Changelog

Source

v0.10.0

17 june 2024

  • Updated renderer to version v0.9.1
  • Updated font generation to use the new @lightningjs/msdf-generator-package with required font metrics
  • Added queue mechanism to font generation to prevent hanging process
  • Added functionality to pass a component into the Component :is attribute

Please read refer to the breaking changes in the renderer related to MSDF fonts. When you have custom msdf fonts in your /public folder you may need to regenerate them (or remove the files and let Blits take care of generating for you from a .ttf)

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