lexgui 0.7.13 → 0.7.14

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.13 (master)
5
+ ## 0.7.14 (master)
6
+
7
+ CodeEditor:
8
+ - Added support for add/remove multi-line indentation.
9
+ - Improved language detection on copy text.
10
+ - Few more keywords added to JS and TS highlighting.
11
+ - Fixed `charWidth` value when editor font isn't loaded.
12
+ - Fixed autocomplete box position when opened near the window limit.
13
+ - Fixed autocomplete box issue when selecting options using arrows.
14
+ - Fixed issue loading files using drag&drop.
15
+ - Fixed tab visibility bug when using explorer mode.
16
+ - Fixed line swap minor setting incorrect active line.
17
+
18
+ ## 0.7.13
6
19
 
7
20
  Added `LX.validateValueAtPattern`.
8
21
  TextInput now receive `options.pattern` as an Object, instead of text.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lexgui",
3
- "version": "0.7.13",
3
+ "version": "0.7.14",
4
4
  "description": "JS library to create web graphical user interfaces",
5
5
  "type": "module",
6
6
  "main": "./build/lexgui.js",