Skip to content

Releases: F0rce/ace

v3.1.1

21 Jun 08:26
Compare
Choose a tag to compare

3.1.1 (2022-06-21)

Bug Fixes

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

v2.2.1

13 Jun 15:09
v2.2.1
bd773a3
Compare
Choose a tag to compare

2.2.1 (2022-06-13)

Bug Fixes

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

v3.1.0

07 Jun 08:22
Compare
Choose a tag to compare

3.1.0 (2022-06-07)

⚠ BREAKING CHANGES

  • changed method parameter for generateHTML()

Features

  • added method to open a print dialog with ace's current value (d858b3e)
  • modes: added x12 highlighter (wip) (e272efe)
  • updated modes & themes (f3bc436)

Bug Fixes

  • autocompletion under the editor (74b9dc4)
  • changed method parameter for generateHTML() (9eec2b5)

v2.2.0

07 Jun 07:51
f42b3b6
Compare
Choose a tag to compare

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)

v3.0.1

12 Apr 14:16
Compare
Choose a tag to compare

3.0.1 (2022-04-12)

Bug Fixes

  • lobster_logs: removed highlighting of every digit (005bef6)
  • lobster_records: removed highlighting of every digit (3f636e3)

v2.1.1

12 Apr 13:48
Compare
Choose a tag to compare

2.1.1 (2022-04-12)

Bug Fixes

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

v3.0.0

25 Mar 11:42
Compare
Choose a tag to compare

3.0.0 (2022-03-25)

⚠ BREAKING CHANGES

  • java: ace (3.0) requires Java 11
  • vaadin: ace (3.0) supports Vaadin 23.0

Features

  • java: ace (3.0) requires Java 11 (29b2f2f)
  • vaadin: ace (3.0) supports Vaadin 23.0 (3b353c4)

v2.1.0

24 Mar 16:14
Compare
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
Compare
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
Compare
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)