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
0
Versions
100
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.9.5

Diff

Changelog

Source

v0.9.5

29 mar 2024

  • Fixed cancelling of scheduled / running transitions when starting a new transition on the same prop (broke in v0.7.1).
  • Added viewport relates lifecycle hooks
michielvandergeest
published 0.9.4 •

Changelog

Source

v0.9.4

28 mar 2024

  • Upgraded Lightning renderer to v0.8.0
  • Fixed issue with reactivity in a forloop when initial array is empty
  • Introduced new gpuMemoryLimit launch setting
michielvandergeest
published 0.9.3 •

Changelog

Source

v0.9.3

25 mar 2024

  • Added support for mount / pivot on Text elements and Sprites.
michielvandergeest
published 0.9.2 •

Changelog

Source

v0.9.2

21 mar 2024

  • Fixed issue with updates not triggering during array operation
michielvandergeest
published 0.9.1 •

Changelog

Source

v0.9.1

21 mar 2024

  • Improved support for reactive advanced array operations (i.e. splice(), concat(), sort())
  • Upgraded Lightning renderer to v0.7.6
  • Reverted removal of destroy of child nodes (added in v0.8.1)
  • Introduced viewportMargin setting
  • Added undefined-check for props sent to renderer
michielvandergeest
published 0.9.0 •

Changelog

Source

v0.9.0

18 mar 2024

  • Added symbol for id on component
  • Fixed issue in for loop when :key is a number (and not a string)
  • Added built-in hasFocus state variable, available on every Component
  • Refactored font loading, removed the need for temporary src/fontLoader.js file
  • Replaced using component name with unique identifier for registering and emitting hooks
michielvandergeest
published 0.8.1 •

Changelog

Source

v0.8.1

9 mar 2024

  • Added pre-processing of hardcoded colors used in the template
  • Upgraded Lightning renderer to v0.7.5
  • Removed explicit destroy of child nodes, as the renderer now takes care of this
  • Re-added support for clipping
michielvandergeest
published 0.8.0 •

Changelog

Source

v0.8.0

1 mar 2024

  • Added this.$clearIntervals() and this.$clearTimeouts() methods that clear all intervals and timers set on a certain component
  • Breaking change: Renamed the key function to easing in the transitions object used to specify a custom easing functio (deprecation notice added)
michielvandergeest
published 0.7.4 •

Changelog

Source

v0.7.4

28 feb 2024

  • Fixed dependency for on the fly MSDF font generation
michielvandergeest
published 0.7.3 •

Changelog

Source

v0.7.3

28 feb 2024

  • Added functionality that forces focus hook to fire when parent receives focus from child
  • Improved destroy sequence of nodes to be disposed
  • Fixed issue with tracking reactive objects multiple times (potential max call stack error)
  • Added on the fly MSDF font generation from a .ttf file placed in publics/fonts
  • Added support for pre-compilation for files with more than 1 Blits component
  • Fixed transitions on scale attribute when passed an object with x and y values
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