From bf6ab96b50a71d11abeeab769b1ab890f616ee16 Mon Sep 17 00:00:00 2001 From: Mikey Stengel Date: Mon, 28 Oct 2024 13:43:40 +0100 Subject: [PATCH 1/4] chore(editor): Release v0.18.0 --- packages/editor/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/editor/package.json b/packages/editor/package.json index db48549ac0..c2de39f3eb 100644 --- a/packages/editor/package.json +++ b/packages/editor/package.json @@ -1,6 +1,6 @@ { "name": "@serlo/editor", - "version": "0.17.0", + "version": "0.18.0", "homepage": "https://de.serlo.org/editor", "bugs": { "url": "https://github.com/serlo/frontend/issues" From 91ee86def040d84685c13e1baec72e5a5f4adc9c Mon Sep 17 00:00:00 2001 From: GitHub Action Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:46:04 +0000 Subject: [PATCH 2/4] chore: update changelog for version 0.18.0 --- packages/editor/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 079ee99fbf..c000a662cd 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,10 @@ +## Changelog for version 0.18.0 + +- feat(editor): Enable video plugin for integrations. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4226 +- fix(plugin-image): pixabay search vertical scroll bug on narrow screens. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4223 + +**Full Changelog**: https://github.com/serlo/frontend/compare/v0.17.0-editor...v0.18.0-editor + ## Changelog for version 0.17.0 - feat(editor): show user a warning in test environments that content might disappear. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4216 From 1d1f5ab9338fe92a70ebce4bcae552fcff1861f0 Mon Sep 17 00:00:00 2001 From: Mikey Stengel Date: Mon, 28 Oct 2024 17:33:26 +0100 Subject: [PATCH 3/4] chore(editor): Regenerate changelog --- packages/editor/CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index c000a662cd..079ee99fbf 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,10 +1,3 @@ -## Changelog for version 0.18.0 - -- feat(editor): Enable video plugin for integrations. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4226 -- fix(plugin-image): pixabay search vertical scroll bug on narrow screens. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4223 - -**Full Changelog**: https://github.com/serlo/frontend/compare/v0.17.0-editor...v0.18.0-editor - ## Changelog for version 0.17.0 - feat(editor): show user a warning in test environments that content might disappear. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4216 From 9fd9107b80b7ffd04f50bd63afe960aa88a60e1f Mon Sep 17 00:00:00 2001 From: GitHub Action Bot <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:35:49 +0000 Subject: [PATCH 4/4] chore: update changelog for version 0.18.0 --- packages/editor/CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/editor/CHANGELOG.md b/packages/editor/CHANGELOG.md index 079ee99fbf..20b1ad5e17 100644 --- a/packages/editor/CHANGELOG.md +++ b/packages/editor/CHANGELOG.md @@ -1,3 +1,14 @@ +## Changelog for version 0.18.0 + +- docs(editor): Document that plugins config can't be dynamically changed. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4233 +- fix(editor): Inline math should not have a line break when opening latex editor. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4232 +- fix(blanks-exercise): warn before switching between text and table. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4228 +- fix(dropzone-image): ignore empty dropzones for check button visibility logic. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4227 +- feat(editor): Enable video plugin for integrations. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4226 +- fix(plugin-image): pixabay search vertical scroll bug on narrow screens. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4223 + +**Full Changelog**: https://github.com/serlo/frontend/compare/v0.17.0-editor...v0.18.0-editor + ## Changelog for version 0.17.0 - feat(editor): show user a warning in test environments that content might disappear. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4216