Skip to content

Releases: F0rce/lit-ace

v1.11.0

26 Aug 14:07
v1.11.0
4a92e89
Compare
Choose a tag to compare

1.11.0 (2022-08-26)

⚠ BREAKING CHANGES

  • autocompletion could not be called consecutively

Features

  • add custom modes during runtime (3cb851a)

Bug Fixes

  • autocompletion could not be called consecutively (f0ca944)

v1.10.1

27 Jul 10:45
v1.10.1
f1853af
Compare
Choose a tag to compare

1.10.1 (2022-07-27)

v1.10.0

20 Jul 12:26
v1.10.0
3677778
Compare
Choose a tag to compare

1.10.0 (2022-07-20)

Features

  • statusbar: possibility to choose the starting index (7403120)

v1.8.3

13 Jun 14:39
v1.8.3
64f8adb
Compare
Choose a tag to compare

1.8.3 (2022-06-13)

Bug Fixes

  • autocompletion: updated to ace-builds "1.6.3" (1064358)

v1.8.2

07 Jun 06:43
v1.8.2
29ab304
Compare
Choose a tag to compare

1.8.2 (2022-06-07)

Bug Fixes

  • correctly attach ace to shadow-root (d873cbd)

v1.8.1

02 Jun 13:20
61eff31
Compare
Choose a tag to compare

1.8.1 (2022-06-02)

v1.8.0

02 Jun 11:41
3a889de
Compare
Choose a tag to compare

1.8.0 (2022-06-02)

Features

Bug Fixes

  • snippetManager is now a global variable (d29be32)

v1.7.1

12 Apr 10:42
2c8237e
Compare
Choose a tag to compare

1.7.1 (2022-04-12)

v1.7.0

24 Mar 15:30
9721886
Compare
Choose a tag to compare

1.7.0 (2022-03-24)

Features

  • customAutocompletion uses JSON instead of String (ce3d302)

Bug Fixes

  • added missing syncs (ab5b0fa)
  • dynamicAutocompletion: added check for non existing editor (dff2e93)
  • eventListener's were added incorrectly (808b244)
  • sequence of initialization optimized (2966c1c)
  • setValue now sets the cursorPosition to the end of document (939e4c4)

v1.6.0

15 Mar 14:55
0489155
Compare
Choose a tag to compare

1.6.0 (2022-03-15)

⚠ BREAKING CHANGES

  • value is no longer property

Bug Fixes

  • value is no longer property (ba0eb29)