ApostropheCMS v3.21.0 Release Notes

Release Date: 2022-05-25 // almost 2 years ago
  • โž• Adds

    • ๐Ÿ— Trigger only the relevant build when in a watch mode (development). The build paths should not contain comma (,).
    • โž• Adds an unpublish method, available for any doc-type.
      An Unpublish option has also been added to the context menu of the modal when editing a piece or a page.
    • ๐Ÿ‘ Allows developers to group fields in relationships the same way it's done for normal schemas.

    ๐Ÿ›  Fixes

    • ๐Ÿ‘• Vue files not being parsed when running eslint through command line, fixes all lint errors in vue files.
    • ๐Ÿ›  Fix a bug where some Apostrophe modules symlinked in node_modules are not being watched.
    • ๐Ÿ— Recover after webpack build error in watch mode (development only).
    • ๐Ÿ›  Fixes an edge case when failing (throw) task invoked via task.invoke will result in apos.isTask() to always return true due to apos.argv not reverted properly.