Skip to content

v5.10.3

Choose a tag to compare

@kjmartens kjmartens released this 26 Mar 06:59
· 646 commits to v5 since this release
v5.10.3
d35ce0f

Added

  • Added Tailwind 4 Light and Tailwind 4 Dark sample formatting templates.
  • Added the ability to parse Twig in Recipient inputs for email notifications in the form builder. Can use form or and field handle, e.g. {{ form.handle }} or {{ emailAddress }}.

Fixed

  • Fixed a bug where error classes were not properly being added to Table field inputs.
  • Fixed a bug where attempting to Replace forms in the Express Forms migration utility would not work.
  • Fixed a bug where the attachRulesJSON() method created an object instead of an array.
  • Fixed a bug where some console.log's were left in some areas of the Table field javascript.
  • Fixed a bug where mapping Freeform single Checkbox fields to Craft's Checkboxes field type with a single option was not working.