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

Releases: rhythmagency/formulate

Release v1.5.4

05 Sep 00:12
Compare
Choose a tag to compare

Since version 1.5.3, these changes have been made:

  • Client-Side Only Mandatory Validation The mandatory validation can now be configured so that it only validates on the client side (i.e., in the browser). This is configured on the node for your validation and is distinct from the enableServerSideValidation setting in ~/config/formulate/submissions.config.

Release v1.5.3

30 Aug 19:06
Compare
Choose a tag to compare

Since version 1.5.2, these changes have been made:

  • Email Headers You can now edit ~/config/formulate/email.config to specify headers to add to your emails sent by the "Email" handler. For example, an "X-Mailer" or a "Message-ID" header. Thanks to @drooks for implementing this.
  • Email Format Emails sent by the "Email" handler will now be sent with both HTML and plain text formats.

Release v1.5.2

22 Aug 01:05
Compare
Choose a tag to compare

Since version 1.5.1, these changes have been made:

  • Choose Delivery Type When sending emails, you don't always have to send to your recipients using Bcc anymore. You can now choose To, Cc, or Bcc (screenshot below).

delivery-type

Release v1.5.1

11 Aug 20:02
Compare
Choose a tag to compare

Since version 1.5.0, these changes have been made:

  • Don't Store reCAPTCHA The value submitted with reCAPTCHA fields will no longer be stored to the database on submissions. Thanks to Angelo for reporting this issue.

Release v1.5.0

04 Jul 04:56
Compare
Choose a tag to compare

Since version 1.4.1, these changes have been made:

Release v1.4.1

27 Jun 22:08
Compare
Choose a tag to compare

Since version 1.4.0, these changes have been made:

  • Category field property will be included in the Angular model
  • Fix mandatory validation for Checkbox List - fixes #85

Release v1.4.0

27 May 20:08
Compare
Choose a tag to compare

Since version 1.3.8, these changes have been made:

  • Output Field Alias The field alias will now be output in the DOM as a CSS class (e.g., for a field with an alias of "firstName", a CSS class will be attached as "formulate__field-alias--first-name"). Makes custom styling easier.
  • Delete Form Submissions You can now delete form submissions (see below animated GIF).

delete

Release v1.3.8

21 Apr 22:18
Compare
Choose a tag to compare

Since version 1.3.7, these changes have been made:

  • Fixed Build NuGet package restore will now work when running the build.bat file.
  • Entity Picker Help When selecting the wrong type of entity in an entity picker (e.g., the configured form picker), a notification will now display with guidance to help make the correct selection.
  • Dialog Styles Minor style improvements in the configured form picker dialog.

Release v1.3.7

26 Feb 01:23
Compare
Choose a tag to compare

Since version 1.3.6, these changes have been made:

  • Grid / LeBlender The configured form picker will now work within Umbraco grid / LeBlender. Thanks to @JJCLane
  • Visual Studio 2017 The Grunt process has been updated to work with Visual Studio 2017. Going forward, code that incorporates new C# syntax that only builds in Visual Studio 2017 will be accepted.

Release v1.3.6

03 Jan 18:36
Compare
Choose a tag to compare

Since version 1.3.5, these changes have been made:

Additional logging added