lexgui 0.5.0 → 0.5.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
@@ -1,6 +1,21 @@
1
1
  # lexgui.js changelog
2
2
 
3
- ## 0.5.0 (master)
3
+ ## dev
4
+
5
+ ## 0.5.1 (master)
6
+
7
+ Widgets:
8
+ - Added support for `text centering` all/specific columns in Table Widget.
9
+ - Fixed widget content size when using `options.nameWidth`. First fix for sizes in inline widgets.
10
+ - Fixed issue in Tree Widget when selecting from code using `NodeTree.select`.
11
+ - Support for closing all Node items recursively by using `Alt+Close` on a specific node.
12
+
13
+ Fixed Area tabs drag&drop when `fit` mode.
14
+ Fixed issue on open/destroy dropdown.
15
+ Fixed label text wrap on Checkbox&Toggle widgets.
16
+ Added `contrast` theme for supported Widgets.
17
+
18
+ ## 0.5.0
4
19
 
5
20
  Widgets:
6
21
  - Created classes for each widget to create them at any place.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",