@lightningjs/blits
Advanced tools
Comparing version
# Changelog | ||
## v1.20.0 | ||
_12 feb 2025_ | ||
- Improved attribute definitions used for autocompletion in VScode extension | ||
- Fixed calculation of `align-items` in Layout component | ||
- Fixed issue with sorting reactive arrays | ||
- Upgraded to renderer v2.12.0 | ||
## v1.19.1 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "@lightningjs/blits", | ||
"version": "1.19.1", | ||
"version": "1.20.0", | ||
"description": "Blits: The Lightning 3 App Development Framework", | ||
@@ -55,3 +55,3 @@ "bin": "bin/index.js", | ||
"@lightningjs/msdf-generator": "^1.1.1", | ||
"@lightningjs/renderer": "^2.11.1" | ||
"@lightningjs/renderer": "^2.12.0" | ||
}, | ||
@@ -58,0 +58,0 @@ "repository": { |
@@ -116,3 +116,3 @@ /* | ||
const node = children[i] | ||
node[oppositePosition] = otherDimension | ||
node[oppositePosition] = otherDimension * align | ||
node[oppositeMount] = align | ||
@@ -119,0 +119,0 @@ } |
@@ -116,2 +116,3 @@ /* | ||
target[key] !== undefined && | ||
Array.isArray(target) === false && | ||
Object.getPrototypeOf(value) === Object.prototype | ||
@@ -118,0 +119,0 @@ ) { |
@@ -14,3 +14,4 @@ { | ||
"Layout", | ||
"RouterView" | ||
"RouterView", | ||
"Component" | ||
] | ||
@@ -30,3 +31,4 @@ }, | ||
"Layout", | ||
"RouterView" | ||
"RouterView", | ||
"Component" | ||
] | ||
@@ -74,3 +76,2 @@ }, | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
@@ -105,3 +106,2 @@ ] | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
@@ -121,3 +121,2 @@ ] | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
@@ -153,3 +152,4 @@ ] | ||
"Layout", | ||
"RouterView" | ||
"RouterView", | ||
"Component" | ||
] | ||
@@ -184,3 +184,4 @@ }, | ||
"Layout", | ||
"RouterView" | ||
"RouterView", | ||
"Component" | ||
] | ||
@@ -255,3 +256,2 @@ }, | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
@@ -273,3 +273,4 @@ ] | ||
"usedIn": [ | ||
"Text" | ||
"Text", | ||
"Element" | ||
] | ||
@@ -342,3 +343,3 @@ }, | ||
}, | ||
"wordwrap": { | ||
"maxwidth": { | ||
"attrType": "regular", | ||
@@ -411,9 +412,5 @@ "types": [ | ||
"types": [ | ||
"enum" | ||
"string" | ||
], | ||
"values": [ | ||
"true", | ||
"false" | ||
], | ||
"defaultValue": "false", | ||
"defaultValue": null, | ||
"reactive": true, | ||
@@ -450,6 +447,3 @@ "description": "The suffix to be added when text is cropped due to bounds limits. Defaults to ...", | ||
"usedIn": [ | ||
"Element", | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
"Layout" | ||
] | ||
@@ -513,3 +507,4 @@ }, | ||
"Layout", | ||
"RouterView" | ||
"RouterView", | ||
"Component" | ||
] | ||
@@ -531,7 +526,3 @@ }, | ||
"usedIn": [ | ||
"Component", | ||
"Element", | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
"Layout" | ||
] | ||
@@ -571,6 +562,3 @@ }, | ||
"usedIn": [ | ||
"Element", | ||
"Text", | ||
"Layout", | ||
"RouterView" | ||
"Layout" | ||
] | ||
@@ -603,3 +591,15 @@ }, | ||
] | ||
}, | ||
"@updated": { | ||
"attrType": "event", | ||
"types": [ | ||
"string" | ||
], | ||
"defaultValue": null, | ||
"reactive": false, | ||
"description": " Fires when each update in Layout children. Must be a function reference.", | ||
"usedIn": [ | ||
"Layout" | ||
] | ||
} | ||
} |
681778
0.06%14414
0.01%