lexgui 0.7.11 → 0.7.12

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.7.11 (master)
5
+ ## 0.7.12 (master)
6
+
7
+ Added support column actions in Table Component.
8
+
9
+ Timeline:
10
+ - Added `setTrackLock` method.
11
+ - Renamed `onLockTrack` to `onSetTrackLock`.
12
+ - Added `updateTrackTree` parameter to `setTrackState` and `deselectAllTracks`.
13
+ - Renamed `selectTrack` to `setTrackSelection`.
14
+
15
+ NodeTree:
16
+ - Fixed styling of actions button inputs.
17
+
18
+ ## 0.7.11
6
19
 
7
20
  Fixed `Menubar.getSubItem`.
8
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.7.11",
3
+ "version": "0.7.12",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",