Apostrophe2 v3.25.0 Release Notes

Release Date: 2022-07-20 // almost 2 years ago
  • โž• Adds

    • ๐Ÿ‘ radio and checkboxes input field types now support a server side choices function for supplying their choices array dynamically, just like select fields do. Future custom field types can opt into this functionality with the field type flag dynamicChoices: true.

    ๐Ÿ›  Fixes

    • AposSelect now emits values on change event as they were originally given. Their values "just work" so you do not have to think about JSON anymore when you receive it.
    • ๐Ÿš€ Unpinned tiptap as the tiptap team has made releases that resolve the packaging errors that caused us to pin it in 3.22.1.
    • ๐Ÿš€ Pinned vue-loader to the 15.9.x minor release series for now. The 15.10.0 release breaks support for using npm link to develop the apostrophe module itself.
    • Minimum version of sanitize-html bumped to ensure a potential denial-of-service vector is closed.