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

@lightningjs/core

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/core - npm Package Versions

12

2.1.2

Diff

Changelog

Source

v2.1.2

Fixes

  • Fixed image path construction problem for URLS containing hash (#257)
  • Fixed letter-spacing on text texture to be properly applied on different resolutions (#256)
erikhaandrikman
published 2.1.1 •

Changelog

Source

v2.1.1

Features

  • <details><summary>Component instance is now accessible in template method (#253)</summary>
    static _template(instance) {
      return { w: instance.size, h: instance.size };
    }
    
    _construct() {
      this.size = 50;
    }
    
    </details>

Fixes

  • Fixed possible ES5 compatibility issues with code not subject to transpilation (#242)
erikhaandrikman
published 2.1.0 •

michielvandergeest
published 2.0.0 •

Changelog

Source

v2.0.0 (Carbon)

Features

  • wpe-lightning package migrates to @lightningjs/core

  • Logs from Lightning have now [Lightning] prefix (#245)

  • Added property bindings for Lightning templates via bindProp method (see examples/property-bindings) (#251)

  • <details><summary>Added <code>textIndent</code> option for text texture (#250)</summary>
    {text: {text: 'hello', textIndent: 200}}
    
    </details>

Fixes

  • Fixed improperly handled GC case for c2d renderer (#246)
michielvandergeest
published 2.0.0-rc.0 •

michielvandergeest
published 1.8.0 •

Changelog

Source

v1.8.0

General

  • Migration to rdkcentral

Fixes

  • SVG images from foreign origins throwing errors (#185)
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