lexgui 0.7.7 → 0.7.8
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 +44 -15
- package/build/extensions/timeline.js +44 -28
- package/build/lexgui.css +16 -15
- package/build/lexgui.js +56 -18
- package/build/lexgui.min.css +1 -1
- package/build/lexgui.min.js +1 -1
- package/build/lexgui.module.js +56 -18
- package/build/lexgui.module.min.js +1 -1
- package/changelog.md +17 -1
- package/examples/asset-view.html +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -2,7 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
## dev
|
|
4
4
|
|
|
5
|
-
## 0.7.
|
|
5
|
+
## 0.7.8 (master)
|
|
6
|
+
|
|
7
|
+
Renamed AssetView "List" view to "Compact". Added better "List" view option.
|
|
8
|
+
Fixed undesired scroll in AssetView.
|
|
9
|
+
Support for Dropdown RadioGroup item option `closeOnClick` (default true).
|
|
10
|
+
Minor fixes Dropdown RadioGroup.
|
|
11
|
+
|
|
12
|
+
CodeEditor:
|
|
13
|
+
- Added support for `options.onSelectTab` function to call when selecting tabs.
|
|
14
|
+
- Added close button to search line box.
|
|
15
|
+
- Added `CodeEditor.clear` to clear panel signals.
|
|
16
|
+
- Minor fixes.
|
|
17
|
+
|
|
18
|
+
Timeline:
|
|
19
|
+
- Add `Timeline.clear()` function.
|
|
20
|
+
|
|
21
|
+
## 0.7.7
|
|
6
22
|
|
|
7
23
|
Fixed RangeInput double-slider issue where the min slider could go past the max slider.
|
|
8
24
|
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",
|