- Restore and deprecate "ModelEditorView.modelSource". It will be removed in Plone 7. [thet] (359) - Deprecate ModelEditorView.escaped_model_source which is not needed anymore. It will be removed in Plone 7. [thet] (359) - Use the tal engine to escape HTML via non-structure variable insertion. [thet] (359)
3.0.3
------------------
Bug fixes:
- Modeleditor: Don't double escape the xml.
Use the page template's structure keyword when inserting the escaped HTML into the modeleditor's textarea. This allows the source code pattern to properly parse and display the XML for editing.
Fixes: 357 (358)
3.0.2
------------------
Bug fixes:
- Fix ``XMLSyntaxError`` when saving model source in the modeleditor. [maurits] (3695)
3.0.1
------------------
Bug fixes:
- Remove deprecated imports from ``plone.app.widgets`` [petschki] (355)