ApostropheCMS v2.105.1 Release Notes

Release Date: 2020-04-08 // about 4 years ago
    • 🛠 When using lean mode, video widgets did not support Internet Explorer 11. This issue has been fixed. Non-lean mode video widgets have always supported Internet Explorer 11.
    • 🍱 If the jQuery: 3 option is not passed to apostrophe-assets a developer warning is now printed at startup. The use of jQuery 1.x is deprecated. All Apostrophe-published modules work fine with the jQuery: 3 option. You may need to review the jQuery 3 changelogs for a few changes required for your own legacy code.
    • 👉 Users may now intentionally clear a date field, whether or not it has a def setting, in which case it is stored as null (unless required: true is present). The inability to do this was a regression introduced in verion 2.102.0.
    • 0️⃣ The objectNotation: true option to apostrophe-i18n, which we pass on to the i18n module, is now compatible with the namespaces: true option. When both are active, the namespace separator defaults to <@> to avoid a conflict with the : character used to begin the default value when using object notation.
    • 📚 Various documentation corrections and minor aesthetic improvements.