Apostrophe 2 v3.28.0 Release Notes

Release Date: 2022-08-31 // over 1 year ago
  • ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix UI bug when creating a document via a relationship.

    โž• Adds

    • ๐Ÿ‘Œ Support for uploading webp files for display as images. This is supported by all current browsers now that Microsoft has removed IE11. For best results, you should run npm update on your project to make sure you are receiving the latest release of uploadfs which uses sharp for image processing. Thanks to Isaac Preston for this addition.
    • Clicking outside a modal now closes it, the same way the Escape key does when pressed.
    • ๐Ÿ‘ checkboxes fields now support min and max properties. Thanks to Gabe Flores.