lexgui 0.5.1 → 0.5.2

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,20 @@
2
2
 
3
3
  ## dev
4
4
 
5
- ## 0.5.1 (master)
5
+ ## 0.5.2 (master)
6
+
7
+ Table Widget:
8
+ - Fixed manual-sort not modifying inner data.
9
+ - Use Dropdown for menu actions `options.onMenuAction`.
10
+ - Added initial support for data filters. `options.filter` and `options.customFilters`.
11
+
12
+ Fixed some widget resizing issues.
13
+ No `justify` by default in inline widgets. Use `Panel.endLine(justify)` instead.
14
+ Fixed preview image in AssetView.
15
+ General styling fixes.
16
+ Docs updated.
17
+
18
+ ## 0.5.1
6
19
 
7
20
  Widgets:
8
21
  - Added support for `text centering` all/specific columns in Table Widget.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",