Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Release v3.3.4

Compare
Choose a tag to compare
@Nicholas-Westby Nicholas-Westby released this 16 Aug 06:27
· 98 commits to v3/master since this release

Since version 3.2.1, these changes have been made:

  • Duplicate Forms It is now possible to duplicate an existing form (nifty if you want to create a similar form with slight modifications). Thanks to ⭐@antonio-calatayud⭐ for implementing this!
  • Formulate Pro Preparation A few changes were made to facilitate features implemented in Formulate Pro (e.g., it's now easier to derive from the email form submission handler, and the form designer has some improved styles): https://www.formulate.rocks/pro/
  • Query String Prepopulation The plain JavaScript template can now prepopulate field values via querystrings matching the field alias (e.g., "?firstname=Nick").
  • Disambiguate FieldDefinition In the AngularJS template, this class would conflict with another class built into the core of Umbraco 8. An alias was added to disambiguate between the two.
  • Date Fix The date field in the plain JavaScript template will no longer throw an error in IE11.