CHANGELOG.md in scrivito_editors-0.0.13 vs CHANGELOG.md in scrivito_editors-0.0.14
- old
+ new
@@ -1,4 +1,15 @@
+# v0.0.14
+ * Added the `CmsTagHelper` module containing methods that are needed to render the html for
+ certain editors.
+ You can now safely delete `editing_helper.rb` generated by Scrivito Kickstarter.
+ Kickstarter will still generate this file, while we are in the process of providing you
+ with alternative ways to get you going without the need for Kickstarter.
+ (Keep an eye on https://github.com/infopark/scrivito_example and upcoming Scrivito SDK releases)
+ * Tuned Redactor settings to make the HTML editor less intrusive
+ * Corrected the `jquery-rails` gem version dependency
+ * Solved various editor related issues
+
# v0.0.13
* Added `autosave` option to the string editor to prevent that on every input the content is saved
to the CMS. This is useful when setting a permalink for example, where intermediate strings
would trigger an error. When `data-autosave` is set to `false`, then only `enter` and the `blur`
event will save the string to the CMS.