Skip to content

Releases: labd/wagtailstreamforms

Release 3.0.0

18 Jun 13:05
Compare
Choose a tag to compare

Version 3 is a major re-write and direction change and therefor any version prior
to this needs to be removed in its entirety first.

Whats New:

  • Update to Wagtail 2.1
  • The concept of creating a custom form class to add functionality has been removed.
  • Along with the concept of custom form submission classes.
  • Fields are now added via a StreamField and you can define your own like ReCAPTCHA or RegexFields.
  • You can easily overwrite fields to add things like widget attributes.
  • You can define a model that will allow you to save additional settings for each form.
  • The form submission is processed via hooks instead of baked into the models.
  • You can create as many form submission hooks as you like to process, email etc the data as you wish. These will be available to all forms that you can enable/disable at will.
  • Files can now be uploaded and are stored along with the submission using the default storage.
  • There is a management command to easily remove old submission data.

Release 3.0rc2

16 Jun 17:06
Compare
Choose a tag to compare
Release 3.0rc2 Pre-release
Pre-release
  • Docs tweaks and some refactoring

Release 3.0rc1

15 Jun 15:34
Compare
Choose a tag to compare
Release 3.0rc1 Pre-release
Pre-release

Version 3 is a major re-write and direction change and therefor any version prior
to this needs to be removed in its entirety first.

Whats New:

  • Update to Wagtail 2.1
  • The concept of creating a custom form class to add functionality has been removed.
  • Along with the concept of custom form submission classes.
  • Fields are now added via a StreamField and you can define your own like ReCAPTCHA or RegexFields.
  • You can easily overwrite fields to add things like widget attributes.
  • You can define a model that will allow you to save additional settings for each form.
  • The form submission is processed via hooks instead of baked into the models.
  • You can create as many form submission hooks as you like to process, email etc the data as you wish. These will be available to all forms that you can enable/disable at will.
  • Files can now be uploaded and are stored along with the submission using the default storage.
  • There is a management command to easily remove old submission data.

Release 2.1.2

14 Jun 20:13
Compare
Choose a tag to compare

Added wagtail framework classifier

Release 2.1.1

29 May 10:55
Compare
Choose a tag to compare
  • Fix bug where migrations being built

Release 2.1.0

23 May 10:02
66bebf0
Compare
Choose a tag to compare
  • Support Wagtail 2.1

Release 2.0.1

16 Mar 10:55
3f754d0
Compare
Choose a tag to compare

Bug Fix:

  • Fixed migration issue #70

Release 2.0.0

01 Mar 11:55
Compare
Choose a tag to compare

Support to wagtail 2 and Django 2

Release 1.6.3

22 Nov 11:39
Compare
Choose a tag to compare
  • Fix issue where js was not in final package

Release 1.6.2

12 Nov 18:35
Compare
Choose a tag to compare
  • Added javascript to auto populate the form slug from the name