You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/editor/CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,13 @@
1
+
## Changelog for version 0.26.0
2
+
3
+
- refactor(editor): simplify editor plugin config, remove testingsecret image upload. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4572
4
+
- chore(deps-dev): bump vite from 5.4.17 to 5.4.18. Thank you [@dependabot[bot]](https://github.com/dependabot[bot]) in https://github.com/serlo/frontend/pull/4567
5
+
- fix(editor): fix hydration and suspense errors. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4564
6
+
- e2e: fix courses tests, increase waits. Thank you [@elbotho](https://github.com/elbotho) in https://github.com/serlo/frontend/pull/4555
7
+
- chore(deps-dev): bump vite from 5.4.15 to 5.4.17. Thank you [@dependabot[bot]](https://github.com/dependabot[bot]) in https://github.com/serlo/frontend/pull/4553
Copy file name to clipboardExpand all lines: packages/editor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ See below for the current API specification.
130
130
131
131
-**`showUndoRedoButtons`(optional)**: Set to true to show the default undo/redo buttons. (Defaults to false).
132
132
133
-
-**`_testingSecret` (optional)**: A key used by integrations for uploading files into the serlo-editor-testing bucket, while testing the Editor. **Deprecated**
133
+
-**`disableMediaUpload` (optional)**: Set to true to disable file upload in all image and video plugins. Plugins are still usable by pasting urls of existing media content.
134
134
135
135
-**`_ltik` (optional)**: Required by the custom plugin `edusharingAsset` only used in `serlo-editor-for-edusharing`. **To be removed once a better solution is found or the plugin is removed.**
/** Shows default Undo/Redo UI. Defaults to false for now */
47
47
showUndoRedoButtons?: boolean
48
+
/** Removes upload buttons from all image and video plugins if you opt to not use the serlo.org asset buckets. Plugins can still be used by pasting urls to existing media content. */
48
49
disableMediaUpload?: boolean
50
+
/** only interally used for `serlo-editor-as-lti-tool` */
49
51
_ltik?: string
50
52
/** @deprecated Only temporarily allowed for serlo.org. */
0 commit comments