lexgui 0.6.5 → 0.6.6

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.6.5 (master)
5
+ ## 0.6.6 (master)
6
+
7
+ Fixed horizontal scroll in Table Widget.
8
+ Fixed checkbox in Dropdown item.
9
+ Callbacks in collapsable sidebar entries are now executed.
10
+ Add `docmaker.js` script (Documentation maker) as new LX component.
11
+ Added `hover:scale` CSS selectors.
12
+
13
+ ## 0.6.5
6
14
 
7
15
  Timeline:
8
16
  - Refactored undo-redo.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",