lexgui 0.5.9 → 0.5.10

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,15 @@
2
2
 
3
3
  ## dev
4
4
 
5
- ## 0.5.9 (master)
5
+ ## 0.5.10 (master)
6
+
7
+ Fixed Date Calendar popover not opening.
8
+ Fixed creation of AssetView inner areas.
9
+ Fixed Sidebar content resize issue on creation.
10
+ ChangeLanguage CodeEditor commands are no longer shown if no opened editor.
11
+ Minor css fixes.
12
+
13
+ ## 0.5.9
6
14
 
7
15
  Widgets:
8
16
  - Added new `DatePicker` Widget (also via `Panel.addDate` and using `LX.Calendar` class).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",