lexgui 0.7.8 → 0.7.9
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/build/extensions/codeeditor.js +398 -321
- package/build/extensions/videoeditor.js +50 -10
- package/build/lexgui.js +24 -10
- package/build/lexgui.min.js +1 -1
- package/build/lexgui.module.js +24 -10
- package/build/lexgui.module.min.js +1 -1
- package/changelog.md +16 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -2,7 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
## dev
|
|
4
4
|
|
|
5
|
-
## 0.7.
|
|
5
|
+
## 0.7.9 (master)
|
|
6
|
+
|
|
7
|
+
Allow wheel/middle click in menubar buttons.
|
|
8
|
+
Pass RadioGroup name as argument to radio option callback.
|
|
9
|
+
|
|
10
|
+
CodeEditor:
|
|
11
|
+
- Fixed remove old selections on Select All.
|
|
12
|
+
- Fixed Find next occurrence cursors (ctrl+D).
|
|
13
|
+
- Added `CodeEditor.setCustomSuggestions(Array)`.
|
|
14
|
+
|
|
15
|
+
VideoEditor:
|
|
16
|
+
- Time marker ball improved to be showed above trim markers.
|
|
17
|
+
- Force to load all chunks of the video.
|
|
18
|
+
- Loop video manually done to fix sync.
|
|
19
|
+
|
|
20
|
+
## 0.7.8
|
|
6
21
|
|
|
7
22
|
Renamed AssetView "List" view to "Compact". Added better "List" view option.
|
|
8
23
|
Fixed undesired scroll in AssetView.
|