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

Releases: rhythmagency/formulate

Release v3.5.3

18 Jul 20:59
Compare
Choose a tag to compare

Since version 3.5.2, these changes have been made:

  • Bugfix: Line Breaks in Emails (see #214) Text area fields that contain line breaks will now reflect line breaks in the email that is sent on submission. Thanks @V414!

Release v3.5.2

14 May 16:15
Compare
Choose a tag to compare

Since version 3.5.1, these changes have been made:

  • Bugfix: View Submissions (see: issue #198) : This switches the View Submissions panel to use umb-editor-view instead of umb-tabs. Allowing users to scroll down correctly when many submissions are displayed.
  • Bugfix: Form Designer: avoid JavaScript error when client dependency framework manages the JavaScript.

Release v3.5.1

22 Mar 20:53
Compare
Choose a tag to compare

Since version 3.5.0, these changes have been made:

Here's what the transmission format drop down now contains:

The transmission format drop down in the send data handler in Formulate

Release v3.5.0

27 Dec 01:18
Compare
Choose a tag to compare

Since version 3.4.5, these changes have been made:

  • Multi-Step Markup Change Now, each step within a multi-step form with have a <section> tag wrapping all of the rows within it. This makes it easier to style each step when progressing from one step to another.

Release v3.4.5

15 Dec 22:11
Compare
Choose a tag to compare

Since version 3.4.4, these changes have been made:

  • Fix Regex Validation Since version 3.4.0, regex validations weren't working on fields. This has since been corrected.

Release v3.4.4

14 Dec 15:28
Compare
Choose a tag to compare

Since version 3.4.3, these changes have been made:

  • Fix Stored Data When using the "Store Data" handler, most fields were not being stored upon form submission (since version 3.4.0). This has been fixed.

Release v3.4.3

13 Dec 01:02
Compare
Choose a tag to compare

Since version 3.4.2, these changes have been made:

  • Security Fix Integrated a security fix from Dependabot.
  • Upload Field Changed the markup for the upload field so it's easier to style the focus state.
  • Drop Down Field Changed the markup for the drop down field so it's easier to style the initial state (before a value is selected).

You can see an example of the drop down and upload field from Formulate Pro:

Animation of upload field and drop down field.

Note that the drop down font weight changes once a selection is made, and the upload field has a focus state.

Release v3.4.2

11 Dec 19:03
Compare
Choose a tag to compare

Since version 3.4.1, these changes have been made:

  • Email Handler Fix If you were using recipient fields or picked fields, you would encounter an error when submitting the form. This has now been fixed. Thanks to @IceLynxs for the report.

Release v3.4.1

09 Dec 17:57
Compare
Choose a tag to compare

Since version 3.4.0, these changes have been made:

  • Email Handler Fix Thanks to a quick fix from @sinkypars1885, the email handler no longer causes an error on form submission.

Release v3.4.0

07 Dec 00:15
Compare
Choose a tag to compare

Since version 3.3.6, these changes have been made:

  • Refactoring The code base was refactored significantly to improve the code style. Thanks @jamiepollock!
  • Fieldset Legends For the list field types (e.g., checkbox list, radio button list), they are now using a legend field within a fieldset in order to label the group of fields (rather than a label). This should improve accessibility.

Here is an example of a few fields using fieldset legends:

Fieldsets with Legends

This makes it clear that the text is a label for the entire group of fields.