Skip to content

Commit

Permalink
0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jxarco committed Jan 31, 2024
1 parent de54ba8 commit 71e7867
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/lexgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ console.warn( 'Script "build/lexgui.js" is depracated and will be removed soon.
*/

var LX = global.LX = {
version: "0.1.22",
version: "0.1.23",
ready: false,
components: [], // specific pre-build components
signals: {} // events and triggers
Expand Down
2 changes: 1 addition & 1 deletion build/lexgui.module.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

var LX = {
version: "0.1.22",
version: "0.1.23",
ready: false,
components: [], // specific pre-build components
signals: {} // events and triggers
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## 0.1.23

Begin integration of multiple cursors ("Ctrl+ArrowDown").
Code tabs have new VS Code-alike style.
Improved CSS highlighting.
Add Undo Steps to some actions that were missing.
When using Ctrl+G, the selected line is now highlighted.
General bug fixes.

## 0.1.22
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lexgui",
"version": "0.1.22",
"version": "0.1.23",
"description": "JS library to create web graphical user interfaces",
"type": "module",
"main": "./build/lexgui.js",
Expand Down

0 comments on commit 71e7867

Please sign in to comment.