Skip to content

Releases: DEFRA/forms-engine-plugin

v4.1.0

05 Mar 17:01
fc472d6

Choose a tag to compare

Whilst we've been publishing regular releases, we've not been publishing them to GitHub so dependabot visibility has been poor.

We're now moving the plugin to GitHub Releases, which will handle our version numbers and enforce release notes. You'll find the release notes are a lot clearer going forward.

This latest release has some major dependency updates for the most part. However, since it's been a while since our last GitHub release, we're including the full changelog for visibility:

What's Changed

Read more

2.1.4

08 Aug 14:50

Choose a tag to compare

What's Changed

  • Update form state with validation upon save and return by @alexluckett in #157

Full Changelog: 2.1.2...2.1.4

2.1.3

08 Aug 14:50

Choose a tag to compare

Accidental release - not intended for use. Duplicate of 2.1.2.

2.1.2

07 Aug 22:06

Choose a tag to compare

What's Changed

Full Changelog: 2.1.1...2.1.2

2.1.1

07 Aug 22:05

Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

06 Aug 15:57
b0a99e5

Choose a tag to compare

New feature: onSave page event

Called on save of a page, after the data has been validated by DXT and the page controller returns a 2xx or 3xx response. Note: if there’s any data validation issues requiring a redirect/error, these are handled by the engine before a page controller’s involvement and as a result the page event will only trigger when the engine is satisfied and the page controller is.

Documentation: