Skip to content

Latest commit

 

History

History
108 lines (56 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

108 lines (56 loc) · 4.84 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.1 (2022-07-28)

Features

  • modes: add lobster_dc_logs (b902b59)
  • modes: add lobster_srv_logs (d41ae6e)

2.3.0 (2022-07-20)

Features

  • statusbar: possibility to set the starting index (3164fa1)

2.2.2 (2022-06-28)

Features

2.2.1 (2022-06-13)

Bug Fixes

  • autocompletion: reverted hack as it was fixed in upstream (5283671)

2.2.0 (2022-06-07)

⚠ BREAKING CHANGES

  • changed method parameter for generateHTML()

Features

  • added method to open a print dialog with ace's current value (060e921)
  • modes: added x12 highlighter (wip) (149eea9)
  • updated modes & themes (6239c5c)

Bug Fixes

  • autocompletion under the editor (c9113a4)
  • changed method parameter for generateHTML() (7a54ae5)

2.1.1 (2022-04-12)

Bug Fixes

  • lobster_logs: removed highlighting of every digit (2050c2c)
  • lobster_records: removed highlighting of every digit (f2076e5)

2.1.0 (2022-03-24)

⚠ BREAKING CHANGES

  • customAutocompletion: now uses List instead of String Array

Features

  • cursorPosition: additional convenience methods (21b316e)
  • customAutocompletion: now uses List instead of String Array (70cb03b)
  • selection: additional convenience methods (e2a3fac)

Bug Fixes

  • improved attach/detach logic (0432964)

2.0.1 (2022-03-16)

Bug Fixes

  • missing value after reattaching same instance (c394f49)

2.0.0 (2022-03-15)

⚠ BREAKING CHANGES

  • AceEditor extends now from Component

Features

  • added AceReady as Event (f549839)
  • added possibility to add a dynamic autocompletion (774df2b), closes #13
  • added working valueChangeListener (e2a2ef7)
  • change style of #editor (72795b3)
  • convenience methods (9b6a23d)
  • modes: adding lobster_logs & lobster_records (d651b3d)
  • using new AceSelection and AceCursorPosition Classes (40de358)

Bug Fixes

  • AceEditor extends now from Component (a98c1d3)
  • removing close to all racing conditions (774df2b)