Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.75 KB

CHANGELOG.md

File metadata and controls

59 lines (38 loc) · 1.75 KB

Changelog

22.1.0

  • 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

21.2.0

  • 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

21.1.0

  • APEX 21.1 compatibility

20.2.0

  • APEX 19.2+ Hot Reload for JS & CSS
  • Fixed monaco conflict on page 4410 on APEX 20.2 (fallback to old syntax highlighting)

20.1.2

  • 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

20.1.1

  • Improved syntax highlighting

20.1.0

  • 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

Major changes

  • 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.

0.3.0

  • added CSS file minification
  • added Sourcemap file generation for JS & CSS
  • added Plug-in boilerplace code section

0.2.1

  • Fixed color mode detection on cloud instances