Skip to content

Releases: F0rce/ace

v2.1.0

24 Mar 16:14

Choose a tag to compare

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)

v2.0.1

16 Mar 16:32

Choose a tag to compare

2.0.1 (2022-03-16)

Bug Fixes

  • missing value after reattaching same instance (c394f49)

v2.0.0

15 Mar 15:37

Choose a tag to compare

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)