- APEX 22.1 compatibility
- Page Designer - Modified the Autofill “Items To Submit” field feature to be optional
- A toggle menu entry is added to the "Settings" menu to enable/disable the feature.
- Page Designer - Comment Out/Uncomment menu entries in the context menu of various components to set the Build Option attribute
- APEX 21.2 compatibility
- Full screen option (almost) everywhere
- Page Designer - Quick Save
- Page Designer – Autofill “Items To Submit” field
- Page Designer – Auto dismiss success notification
- APEX 21.1 compatibility
- APEX 19.2+ Hot Reload for JS & CSS
- Fixed monaco conflict on page 4410 on APEX 20.2 (fallback to old syntax highlighting)
- APEX 20.2 specific: Extra Code Editor Options: Enable/Disable Suggestions & Hide/Show Whitespace
- APEX 20.2 specific: Added syntax highlighting on the Embedded Code page
- Improved syntax highlighting
- Added editing of theme files on page 267
- Syntax highlighting is now based on TextMate grammars
- Save button now saves, compiles and minifies
- Added settings menu. First option: Theme selection
- Upgraded Monaco Editor & Terser
- Added fix to avoid accidental browser "Back" action when horizontally scrolling
- Changed versioning system to match APEX
- The Firefox add-on does not work offline anymore. Due to a file size restriction of 4MB, Monaco cannot be bundled with the extension anymore (tsWorker.js is the culprit). The library will be loaded through a CDN instead.
- added CSS file minification
- added Sourcemap file generation for JS & CSS
- added Plug-in boilerplace code section
- Fixed color mode detection on cloud instances