Releases: labd/wagtailstreamforms
Releases · labd/wagtailstreamforms
Release 3.0.0
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
- Docs tweaks and some refactoring
Release 3.0rc1
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
Added wagtail framework classifier
Release 2.1.1
- Fix bug where migrations being built
Release 2.1.0
- Support Wagtail 2.1
Release 2.0.1
Bug Fix:
- Fixed migration issue #70
Release 2.0.0
Support to wagtail 2 and Django 2
Release 1.6.3
- Fix issue where js was not in final package
Release 1.6.2
- Added javascript to auto populate the form slug from the name