All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.11.1 (2022-09-02)
- use the mode that was used before the custom mode (cf85fe8)
1.11.0 (2022-08-26)
- autocompletion could not be called consecutively
- add custom modes during runtime (3cb851a)
- autocompletion could not be called consecutively (f0ca944)
1.10.1 (2022-07-27)
1.10.0 (2022-07-20)
- statusbar: possibility to choose the starting index (7403120)
1.9.0 (2022-06-28)
1.8.3 (2022-06-13)
- autocompletion: updated to ace-builds "1.6.3" (1064358)
1.8.2 (2022-06-07)
- correctly attach ace to shadow-root (d873cbd)
1.8.1 (2022-06-02)
1.8.0 (2022-06-02)
- added
print()
method (424dce2)
snippetManager
is now a global variable (d29be32)
1.7.1 (2022-04-12)
1.7.0 (2022-03-24)
- customAutocompletion uses JSON instead of String (ce3d302)
- 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)
- value is no longer property
- value is no longer property (ba0eb29)
- minor fixes and convenience methods (08c4228)