ApostropheCMS v3.22.0 Release Notes

Release Date: 2022-06-08 // almost 2 years ago
  • โž• Adds

    • Possibility to pass options to webpack extensions from any module.

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix a Webpack cache issue leading to modules symlinked in node_modules not being rebuilt.
    • ๐Ÿ›  Fixes login maximum attempts error message that wasn't showing the plural when lockoutMinutes is more than 1.
    • ๐Ÿ›  Fixes the text color of the current array item's slat label in the array editor modal.
    • ๐Ÿ›  Fixes the maximum width of an array item's slat label so as to not obscure the Remove button in narrow viewports.
    • If an array field's titleField option is set to a select field, use the selected option's label as the slat label rather its value.
    • Disable the slat controls of the attachment component while uploading.
    • ๐Ÿ›  Fixes bug when re-attaching the same file won't trigger an upload.
    • AposSlat now fully respects the disabled state.