Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Releases: Mammad900/Gui900-visual-editor

0.2.0

27 Mar 18:37
Compare
Choose a tag to compare

Added

Improved

  • Decrease sudden visual changes in loading screen 7c9960b
  • Window title bar color is the same as toolbar color (Chrome, with installed PWA) 39af5e5
  • Check for invalid JSON when loading a project b1cc110
  • A proper project format migrater 528a627 94a2128 3953267

Changed

Design FAQ (now "design tricks")

Fixed

  • Empty space in Properties box in certain zoom levels eda859e
  • Empty space in tables c5a41fb
  • Startup error in some cases 54b33c2
  • Code generator caused many essential app functions to stop working 7843496
  • Loop code generator bug if there was a button without click event 19ab1f8
  • Slider properties saving bug 73eb4b9
  • Some menu items being incorrectly enabled/disabled b549ee7
  • Hints not working 3c6a8da 9be7d8a
  • Toolbar vertical scrolling cf912c6
  • Editable fields not being selectable using Firefox 51d711e

Internal

Other

0.1.0

13 Feb 14:27
Compare
Choose a tag to compare

Added

Fixed

  • Scroll now works even if mouse is over Monaco editor be07c2f

Changed

0.0.6

31 Jan 08:41
Compare
Choose a tag to compare

Added

Changed

  • Code editor tabs scrollbar is smaller 73a90b0

Fixed

  • Corrected cursors in code generation results dialog 131d689
  • Toolbar icons did not have correct cursors fe00647

0.0.5

27 Jan 20:33
Compare
Choose a tag to compare

Changed

  • Code editor is now full width 0f8e820
  • When a user tries to delete the only page, an error notification is sent instead of an internal error and potential problems. 4f8a765
  • Code editor tabs: Border becomes full-width if tabs do not fill the parent 67911ac
  • Disable element actions in toolbar when unavailable instead of sending errors 4b29d0c

Added

  • Implement toolbar>page>delete page 4d90dc2

Fixed

0.0.4

24 Jan 09:36
Compare
Choose a tag to compare

NEW Show hints to guide a new user, when editor is used for the first time [7fd494a]
Remove support for mobile browsers [b81c168]
Update monaco-editor to 0.21.3 [69c2e39]
Change code editor tabs UI a little [7265d5d]

0.0.3

19 Jan 12:19
Compare
Choose a tag to compare

Improved

  • Gui900 include path does not reset every time you click 'Generate code' 5ed64c6
  • New Gui900 documentation: There is a new menu-item named 'Gui900 documentation' under 'help' menu. You can also press Ctrl+Alt+D to open/refocus documentation window. 0e19800 d186b89 89d3c70
  • Elements and pages table headers are now bold 2bd9d01 9f6272e

Fixed

  • Revert 54115cb (transitions), it was annoying and buggy. 1b78b6d
  • Some UI elements could be selected while they shouldn't, had wrong cursors 4a33110 50b77aa f800e7d
  • Code editor tabs: Clicking on a tab on function names did not select the tab cd3fa37
  • Changes made after last page switch are not considered when saving/generating code 0a7fc73 ed06e0c
  • Clicking anywhere on notifications closed it 945a0ba

0.0.2

18 Jan 10:14
Compare
Choose a tag to compare

Changed

  • byte and boolean are recognized as keywords in code editor b21efe3
  • Added a transition when hovering over buttons and changing themes 54115cb

Fixed

  • Bad error handling when loading project 501bf81
  • Italic serif fonts not working on label preview 1548b24
  • Code generator modified code editor 1bcab2e
  • Wrong preview text size and position f723427 95e5512
  • Code editor did not cover the whole page when in fullscreen dc598b7
  • Empty lines in generated code 22acc02

0.0.1

17 Jan 12:58
Compare
Choose a tag to compare

Initial version