Skip to content

Commit

Permalink
Merge pull request #4229 from serlo/chore/release-editor-v0.18.0
Browse files Browse the repository at this point in the history
chore(editor): Release v0.18.0
  • Loading branch information
CodingDive authored Oct 28, 2024
2 parents 5551528 + 9fd9107 commit 249839c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions packages/editor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.17.0",
"version": "0.18.0",
"homepage": "https://de.serlo.org/editor",
"bugs": {
"url": "https://github.com/serlo/frontend/issues"
Expand Down

0 comments on commit 249839c

Please sign in to comment.