Skip to content

v5.3.0

Choose a tag to compare

@kjmartens kjmartens released this 24 May 16:59
· 1191 commits to v5 since this release
ac06755

Changed

  • Improved the Script Insert feature:
    The Static URLs option is no longer available, and the default is now Craft's Asset Bundles (an improved version of As Files). This ensures the best performance and reliability for any site and compatibility with Craft Cloud.
    • The file pointers endpoints (_Static URLs) remain available for backward compatibility.
    • The manual script loading approach (loadFreeformPlugin) will also automatically load Asset Bundle URLs.
    • Renamed the Freeform Script Insertion Location and Freeform Script Insert Type settings to Script Insert Location and Script Insert Type, respectively.
  • Updated the demo templates:
    • The submissions index view now orders submissions in descending order.
    • The submission view now includes an enhanced display of assets for File Drag & Drop fields (in addition to regular File fields).
  • Various updates to sample formatting templates:
    • No longer include vague CSS classes to avoid conflict with other site styles. Added freeform-form class to the <form> tag for all sample templates.
    • No longer force overrides for addButtonLabel and removeButtonLabel on Table fields.
    • Improved display and positioning of submit buttons on Basic sample templates.
    • Improved display of success and error banners on Basic sample templates.

Fixed

  • Fixed a bug where the tableAttributes template overrides for Table fields were not working.
  • Fixed a bug where displaying assets from File fields in CP Submissions was broken.
  • Fixed a bug where the Theme setting was mislabeled for File Drag & Drop fields inside the form builder.