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
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/blits - npm Package Versions

1
78911

0.3.15

Diff
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
michielvandergeest
published 0.3.6 •

Changelog

Source

v0.3.6

2 oct 2023

  • Bumped version number of dependency in boilerplate