lexgui 0.7.7 → 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 +441 -335
- package/build/extensions/timeline.js +44 -28
- package/build/extensions/videoeditor.js +50 -10
- package/build/lexgui.css +16 -15
- package/build/lexgui.js +78 -26
- package/build/lexgui.min.css +1 -1
- package/build/lexgui.min.js +1 -1
- package/build/lexgui.module.js +78 -26
- package/build/lexgui.module.min.js +1 -1
- package/changelog.md +32 -1
- package/examples/asset-view.html +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -2,7 +2,38 @@
|
|
|
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
|
|
21
|
+
|
|
22
|
+
Renamed AssetView "List" view to "Compact". Added better "List" view option.
|
|
23
|
+
Fixed undesired scroll in AssetView.
|
|
24
|
+
Support for Dropdown RadioGroup item option `closeOnClick` (default true).
|
|
25
|
+
Minor fixes Dropdown RadioGroup.
|
|
26
|
+
|
|
27
|
+
CodeEditor:
|
|
28
|
+
- Added support for `options.onSelectTab` function to call when selecting tabs.
|
|
29
|
+
- Added close button to search line box.
|
|
30
|
+
- Added `CodeEditor.clear` to clear panel signals.
|
|
31
|
+
- Minor fixes.
|
|
32
|
+
|
|
33
|
+
Timeline:
|
|
34
|
+
- Add `Timeline.clear()` function.
|
|
35
|
+
|
|
36
|
+
## 0.7.7
|
|
6
37
|
|
|
7
38
|
Fixed RangeInput double-slider issue where the min slider could go past the max slider.
|
|
8
39
|
Fixed legacy ContextMenu reposition bug.
|
package/examples/asset-view.html
CHANGED
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
{
|
|
116
116
|
id: "german.png",
|
|
117
117
|
type: "image",
|
|
118
|
-
|
|
118
|
+
path: "https://static.vecteezy.com/system/resources/previews/017/420/504/original/portrait-of-a-dog-png.png"
|
|
119
119
|
},
|
|
120
120
|
{
|
|
121
121
|
id: "unreal",
|