From 912381760657c071b642ef95277d385684b901fb Mon Sep 17 00:00:00 2001 From: Hatem Hosny Date: Sun, 26 Nov 2023 07:52:06 +0200 Subject: [PATCH] release: v18 --- CHANGELOG.md | 30 ++++++++++++++++++++++++------ package.json | 2 +- 2 files changed, 25 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7aa5b58..0827f2f8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,22 +4,40 @@ All notable changes to this project will be documented in this file. See [standa --- -## [v17](https://github.com/live-codes/livecodes/compare/v16...v17) (2023-11-01) +## [v18](https://github.com/live-codes/livecodes/compare/v17...v18) (2023-11-26) +This release allows adding content to result page `head` (e.g. meta tags), and to set `html` element attributes using [`Config.head`](https://livecodes.io/docs/configuration/configuration-object#head) and [`Config.htmlAttrs`](https://livecodes.io/docs/configuration/configuration-object#htmlattrs). -### Bug Fixes +Now shared projects preserve app config (e.g. open console). + +Added [Lit starter template](https://livecodes.io/?template=lit). -* **App:** fix autoupdate (if autotest is true) ([621c956](https://github.com/live-codes/livecodes/commit/621c9560dbca77c9fcb09cb03c3f5808465e0166)) -* **Config:** fix setting config from SDK ([fb433f8](https://github.com/live-codes/livecodes/commit/fb433f89f0731f24d830b64f5d41a83ba4cadd5a)) +Fixed rich text editor (broken CDN URL). +### Bug Fixes + +- **compilers:** fix quill CDN url ([98381cc](https://github.com/live-codes/livecodes/commit/98381cc1bd5b339fb1c2a8c58e16cbca7bc9f217)) ### Features -* **functions:** oembed ([c2fe68d](https://github.com/live-codes/livecodes/commit/c2fe68d4b2b83bf36d0c57d02d36fdb87dc8eeca)) -* **functions:** set meta tags ([561cbc7](https://github.com/live-codes/livecodes/commit/561cbc78c96c8c421a14bca66ffbbb03086e33f3)) +- **Config:** add `Config.head` and `Config.htmlAttrs` ([360f2fe](https://github.com/live-codes/livecodes/commit/360f2fe46151d58159b7567df0bb29b31033084e)) +- **Share:** include AppConfig in shared projects ([9026101](https://github.com/live-codes/livecodes/commit/9026101c5059f3cc56c6a29d71a89e7ab4ecce53)) +- **Templates:** add Lit starter template ([bc23a89](https://github.com/live-codes/livecodes/commit/bc23a899fb0fcf828ecf4d626686c98dde4fb8e6)) +- **UI:** edit `head` and `htmlAttrs` from UI in Project Info screen ([394d464](https://github.com/live-codes/livecodes/commit/394d4641aeff709de3e235bca19d0a0adc699c70)) + +--- + +## [v17](https://github.com/live-codes/livecodes/compare/v16...v17) (2023-11-01) +### Bug Fixes + +- **App:** fix autoupdate (if autotest is true) ([621c956](https://github.com/live-codes/livecodes/commit/621c9560dbca77c9fcb09cb03c3f5808465e0166)) +- **Config:** fix setting config from SDK ([fb433f8](https://github.com/live-codes/livecodes/commit/fb433f89f0731f24d830b64f5d41a83ba4cadd5a)) +### Features +- **functions:** oembed ([c2fe68d](https://github.com/live-codes/livecodes/commit/c2fe68d4b2b83bf36d0c57d02d36fdb87dc8eeca)) +- **functions:** set meta tags ([561cbc7](https://github.com/live-codes/livecodes/commit/561cbc78c96c8c421a14bca66ffbbb03086e33f3)) --- diff --git a/package.json b/package.json index 768a844be..57bd978dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "livecodes", "version": "0.0.0", - "appVersion": "17", + "appVersion": "18", "description": "Code Playground That Just Works!", "author": "Hatem Hosny", "license": "MIT",