Apostrophe 2 v2.72.1 Release Notes

Release Date: 2018-11-07 // over 5 years ago
  • โœ… Unit tests passing.

    โœ… Regression tests passing.

    • ๐Ÿšš Moving a page beneath a parent that happens to be considered "not trash" should not automatically cause the child to be considered "not trash" when workflow is in effect, or when the trashInSchema flag has been opted into for apostrophe-docs. In these cases the trash flag is just another schema property. This bug led to pages inadvertently becoming live across all locales when moved in the page tree.
    • The server-side video schema field converter no longer crashes the process if given a null property, and correctly flags the field as in error if it is required and not present.
    • Any missing values for join relationships relating to permissions are now handled in a proper migration in apostrophe core, rather than a hack in apostrophe-workflow that adds significant startup time in certain situations.
    • Migration completion is now logged.
    • ๐Ÿ’ป UX fix: UI/area controls no longer compete with "Add Content."

    ๐Ÿ‘ Thanks to our enterprise support customers for their support of this work.