Skip to content

Commit

Permalink
Merge pull request #4335 from serlo/chore/release-editor-v0.20.0
Browse files Browse the repository at this point in the history
chore(editor): Release v0.20.0
  • Loading branch information
CodingDive authored Dec 4, 2024
2 parents 9012712 + b2a6d8c commit 2b7fd26
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
## Changelog for version 0.20.0

- fix(editor): Render visual/latex select in math toolbar. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4334
- refactor(editor-packages): Throw out all mentions of shadow dom. Thank you [@CodingDive](https://github.com/CodingDive) in https://github.com/serlo/frontend/pull/4333
- feat(prototype-microadaptivity): simulate feedback block. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4326
- refactor(web): hide localstorage notice on editor-preview as well. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4325
- fix(page-editor-preview): hide editor toolbar artifacts. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4323
- feat(microadaptivity): fetch feedback from AI. Thank you [@hugotiburtino](https://github.com/hugotiburtino) in https://github.com/serlo/frontend/pull/4322
- Prototype: Microadaptivity - Block data layout for text and feedback blocks. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4321
- feat(interactive-video): add tool to remove all marks. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4320
- feat(interactive-video): add plugin icon. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4319
- fix(input-exercise): use correct icon. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4317
- refactor(plugin-injection): use open-iframe-resizer. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4315
- fix(plugin-edusharing): use open-iframe-resizer. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4314
- feat(plugin-rows): new plugin reorder buttons. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4313
- Remove support to wikimedia videos due to data privacy reasons. Thank you [@hugotiburtino](https://github.com/hugotiburtino) in https://github.com/serlo/frontend/pull/4312
- fix(plugin-edusharing): keep overlay but let pointer events pass through. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4309

**Full Changelog**: https://github.com/serlo/frontend/compare/v0.19.2-editor...v0.20.0-editor

## Changelog for version 0.19.2

- chore: upgrade Slate. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4308
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@serlo/editor",
"version": "0.19.2",
"version": "0.20.0",
"homepage": "https://de.serlo.org/editor",
"bugs": {
"url": "https://github.com/serlo/frontend/issues"
Expand Down

0 comments on commit 2b7fd26

Please sign in to comment.