lexgui 0.6.0 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -2,7 +2,19 @@
2
2
 
3
3
  ## dev
4
4
 
5
- ## 0.6.0 (master)
5
+ ## 0.6.1 (master)
6
+
7
+ Widgets:
8
+ - Support back `options.selected` in ComboButtons Widget as `ValueType|Array<ValueType>`.
9
+ - Fixed Drag icon in Number/Vector widgets modifying layout.
10
+
11
+ Fixed some issues when resizing initially hidden Areas.
12
+ Fixed Dropdown issue sometimes opening all submenus on open Menubar entries.
13
+ Fixed Dropdown creation crash when no input items.
14
+ Fixed AssetView content on max height and scroll.
15
+ Improved robustness of `LX.getSupportedDOMName`.
16
+
17
+ ## 0.6.0
6
18
 
7
19
  `LX.init` now has to called using `await`.
8
20
  Use Dropdowns elements in menubar.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",