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

@lightningjs/ui

Package Overview
Dependencies
Maintainers
4
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui - npm Package Compare versions

Comparing version 1.3.13 to 1.3.14

10

CHANGELOG.md
# Changelog
*5 juli 2023*
*17 jul 2023*
## v1.3.14
- fixes scrolltransition resetting when not running.
*5 jul 2023*
## v1.3.13
- fixes the navigation getting stuck when the onRequestItems callback takes a while to resolve
*3 juli 2023*
*3 jul 2023*

@@ -13,3 +17,3 @@ ## v1.3.12

*june 2023*
*jun 2023*

@@ -16,0 +20,0 @@ ## v1.3.11

{
"name": "@lightningjs/ui",
"version": "1.3.13",
"version": "1.3.14",
"description": "Standard UI components for Lightning",

@@ -5,0 +5,0 @@ "scripts": {

@@ -179,3 +179,3 @@ /*

this._index = 0;
if (this._scrollTransition) {
if (this._scrollTransition && this._scrollTransition.isRunning()) {
this._scrollTransition.reset(0, 1);

@@ -248,5 +248,5 @@ }

reload(item) {
reload(item, options = {}) {
this.clear();
this.add(item)
this.add(item, options)
}

@@ -253,0 +253,0 @@

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