Skip to content

Latest commit

 

History

History
103 lines (47 loc) · 3.62 KB

CHANGELOG.md

File metadata and controls

103 lines (47 loc) · 3.62 KB

Changelog

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

1.11.1 (2022-09-02)

Bug Fixes

  • use the mode that was used before the custom mode (cf85fe8)

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)

1.10.1 (2022-07-27)

1.10.0 (2022-07-20)

Features

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

1.9.0 (2022-06-28)

1.8.3 (2022-06-13)

Bug Fixes

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

1.8.2 (2022-06-07)

Bug Fixes

  • correctly attach ace to shadow-root (d873cbd)

1.8.1 (2022-06-02)

1.8.0 (2022-06-02)

Features

Bug Fixes

  • snippetManager is now a global variable (d29be32)

1.7.1 (2022-04-12)

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)

1.6.0 (2022-03-15)

⚠ BREAKING CHANGES

  • value is no longer property

Bug Fixes

  • value is no longer property (ba0eb29)

1.5.0 (2022-03-11)

Features

  • minor fixes and convenience methods (08c4228)