Skip to content

v33

Compare
Choose a tag to compare
@hatemhosny hatemhosny released this 13 Jul 17:20
· 576 commits to develop since this release
e921771

v33 (2024-07-13)

Highlights for this release:

  • BREAKING: Most compilers were upgraded to their latest versions. Some compilers do have breaking changes. The full list of compilers upgraded and their new versions can be found here.

    If your code stops working as intended, you may want to use a permanent URL to a previous LiveCodes version (e.g. https://v32.livecodes.io), till you upgrade your code.

  • A custom build for Monaco editor is now used to allow matching the playground TypeScript version and the use of ESM bundled version of Monaco. This now makes it much faster (than previously used CDN), and avoids some bugs related to the Monaco loader.

  • Fixed a bug that sometimes caused formatting to change the code in Monaco.

  • Added support for Vento template engine.

Bug Fixes

  • Editor: destroy editors in modals onClose (84736cb)
  • Editor: fix formatting on monaco (85cd72a)
  • Editor: when formatting in monaco, avoid referring to editors destroyed after closing modals (c6234bd)

Features

  • Compilers: add vento (cba3a35)
  • Editor: use custom build of monaco (a11b23b)