Skip to content

Commit

Permalink
Merge pull request #4397 from serlo/release-editor-package-v-0-21-1
Browse files Browse the repository at this point in the history
chore(editor): release editor package version 0.21.1
  • Loading branch information
LarsTheGlidingSquirrel authored Jan 14, 2025
2 parents 120b40b + e74b2ea commit 5e39af3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## Changelog for version 0.21.1

- fix(moodle): prevent style collision in moodle. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4396
- fix(interactive-video): fix focus bug when creating new exercise. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4395
- refactor: remove direct Editor imports from Editor presentation. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4393
- fix(interactive-video): bugfixes/improvements. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4392
- refactor: remove Next router from Course. Thank you [@hejtful](https://github.com/hejtful) in https://github.com/serlo/frontend/pull/4391
- fix: update eu logo, add text. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4387
- refactor: static math in package. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4385
- refactor(web): move strings for uuid-url-input to frontend. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4384
- Deployment. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4378

**Full Changelog**: https://github.com/serlo/frontend/compare/v0.21.0-editor...v0.21.1-editor

## Changelog for version 0.21.0

- fix(math-renderer): sanitize html from katex. Thank you [@LarsTheGlidingSquirrel](https://github.com/LarsTheGlidingSquirrel) in https://github.com/serlo/frontend/pull/4379
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.21.0",
"version": "0.21.1",
"homepage": "https://de.serlo.org/editor",
"bugs": {
"url": "https://github.com/serlo/frontend/issues"
Expand Down

0 comments on commit 5e39af3

Please sign in to comment.