Skip to content

Commit

Permalink
Merge pull request #612 from live-codes/releases/v33
Browse files Browse the repository at this point in the history
Prepare release v33
  • Loading branch information
hatemhosny authored Jul 13, 2024
2 parents 83047b6 + f7338ea commit e921771
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,31 @@ All notable changes to this project will be documented in this file. See [standa

---

## [v33](https://github.com/live-codes/livecodes/compare/v32...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](https://github.com/live-codes/livecodes/commits/develop/?since=2024-07-03&until=2024-07-13).

If your code stops working as intended, you may want to use a [permanent URL](https://livecodes.io/docs/features/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](https://vento.js.org/) template engine.

### Bug Fixes

- **Editor:** destroy editors in modals onClose ([84736cb](https://github.com/live-codes/livecodes/commit/84736cb82c5672ea47a7ab8a21f32fc7c62b1bf8))
- **Editor:** fix formatting on monaco ([85cd72a](https://github.com/live-codes/livecodes/commit/85cd72a887a068d1ccc4462bbb423214a9c8d6f0))
- **Editor:** when formatting in monaco, avoid referring to editors destroyed after closing modals ([c6234bd](https://github.com/live-codes/livecodes/commit/c6234bd0df3ff05b4625fa50d77177bef5968bd0))

### Features

- **Compilers:** add vento ([cba3a35](https://github.com/live-codes/livecodes/commit/cba3a357a10889d5b3cd1a3447470dd6f6eb3f99))
- **Editor:** use custom build of monaco ([a11b23b](https://github.com/live-codes/livecodes/commit/a11b23b502e26cae78a4bf1b0ce32166b1e955d9))

---

## [v32](https://github.com/live-codes/livecodes/compare/v31...v32) (2024-06-30)

### Highlights for this release:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "livecodes",
"version": "0.0.0",
"appVersion": "32",
"appVersion": "33",
"description": "Code Playground That Just Works!",
"author": "Hatem Hosny",
"license": "MIT",
Expand Down

0 comments on commit e921771

Please sign in to comment.