2.83.1 (2019-03-13)
- Bug fix: a crash in the lock refresh route was possible if an advisory lock was taken away by another tab or user. Thanks to
hexitex
for the report and the solution.
2.83.0 (2019-03-12)
- When using the
apostrophe-pieces-import
module, you may now set theimportAsRichText: true
option on anarea
orsingleton
field to import markup rather than treating it as plaintext. With this setting in place the behavior matchesapostrophe-pieces-export
.
apostrophe-pieces-import 2.1.4
-
You no longer have to override
views/managerModal.html
, and you should stop. Once you stop, this module will be able to play nicely withapostrophe-pieces-export
and both buttons can appear. -
Added unit tests showing that the new
importAsRichText: true
option for area and singleton fields works properly. Note that this option is in theapostrophe
module itself, which must also be up to date.
apostrophe-pieces-export 2.2.0
-
Added the
exportAsPlaintext: true
option, which can be set on anyarea
orsingleton
schema field to export just the plaintext, rather than the markup. -
Fixed and enhanced the unit tests.