CHANGELOG.md in scrivito_editors-0.30.1 vs CHANGELOG.md in scrivito_editors-0.40.0.rc1
- old
+ new
@@ -1,8 +1,15 @@
+# v0.40.0
+ * Updated HTML editor to Redactor 10.0.6
+ * Introduced API for Redactor options, e. g.
+ `scrivito.editors.html_editor.redactor.options = { buttonSource: true }`
+ * Resolved: Markup will now stay unchanged when the editor is closed without editing.
+ * Resolved: Cursor will now appear at the point of clicking, if possible. Otherwise at the end.
+
# v0.30.1
- * Resoved issue: Date editor keeps time when editing
- * Resoved issue: Date editor saves without NaN errors in Safari and Firefox
- * Resoved issue: text editor on Chrome keeps line breaks when leaving the editor
+ * Resolved issue: Date editor keeps time when editing
+ * Resolved issue: Date editor saves without NaN errors in Safari and Firefox
+ * Resolved issue: text editor on Chrome keeps line breaks when leaving the editor
# v0.30.0
* Compatibility with https://rubygems.org/gems/scrivito 0.30.0
* Scrivito editors no longer provide icon font support. We recommend to use screenshots or an
open font CSS library when migrating thumbnail views to the SDK's `scrivito_thumbnail` helper.