Releases: localgovdrupal/localgov_forms
Releases · localgovdrupal/localgov_forms
1.0.0-beta9
What's Changed
- adds feedback form by @markconroy in #92
- fix: add return types by @millnut in #105
- fix: yaml linting issues by @millnut in #103
- fix: css linting issues by @millnut in #104
- Release 1.0.0-beta9 by @andybroomfield in #101
Full Changelog: 1.0.0-beta8...1.0.0-beta9
1.0.0-beta8
What's Changed
- Feature/long term storage ddev testing by @finnlewis in #97
- Fix: Address lookup caching by @Adnan-cds in #70
- Fix: Address lookup validation by @Adnan-cds in #98
- Feature: Long term storage of Webform submission data by @Adnan-cds in #95
- 1.0.0-beta8 release by @Adnan-cds in #100
Full Changelog: 1.0.0-beta7...1.0.0-beta8
1.0.0-beta7
What's Changed
- feat: shared workflows by @millnut in #80
- Hook Update: Adds uuid to LocalGov Forms Date formats by @MattOz-CDS in #79
- Fixes LGD date validation messages not using custom wording by @MattOz-CDS in #75
- Merge back to feature branch by @finnlewis in #85
- Replaces deprecated class from address element class by @MattOz-CDS in #83
- Revert "Replaces deprecated class from address element class" by @andybroomfield in #86
- fix: static analysis errors by @millnut in #89
- 1.0.0-beta7 release by @finnlewis in #81
Full Changelog: 1.0.0-beta6...1.0.0-beta7
1.0.0-beta6
What's Changed
- Fixes date field validation message presents in reverse order by @MattOz-CDS in #72
- 1.0.0-beta5 release by @finnlewis in #74
Full Changelog: 1.0.0-beta5...1.0.0-beta6
1.0.0-beta5
What's Changed
- Fix running tests with Paratest in Github Actions by @stephen-cox in #61
- Feature: Liberty Create integration example by @Adnan-cds in #60
- Feature: Display Address lookup element title by default by @Adnan-cds in #65
- Feature: Address lookup restriction by local authority by @Adnan-cds in #59
Full Changelog: 1.0.0-beta4...1.0.0-beta5
1.0.0-beta4
What's Changed
- Fix: Template preprocess function names by @Adnan-cds in #56
- 1.0.0-beta4 release by @Adnan-cds in #58
Full Changelog: 1.0.0-beta3...1.0.0-beta4
1.0.0-beta3
What's Changed
- adds demo decision tree module by @markconroy in #52
- Feature: Token support by @Adnan-cds in #48
- 1.0.0-beta3 release by @finnlewis in #54
New Contributors
- @markconroy made their first contribution in #52
Full Changelog: 1.0.0-beta2...1.0.0-beta3
1.0.0-beta2
Mainly adding Drupal 10 support which is needed for localgov_microsites 3.x among other things.
Also fixing tests, README and coding standards.
Known issues
If webform is already installed, it is possible enabling localgov_forms will overwrite webform settings. Please see:
#34
What's Changed
- Update coding standards by @andybroomfield in #41
- Update README.md to describe config ignore by @andybroomfield in #39
- Fixing tests by @millnut in #44
- Added Drupal 10 support by @stephen-cox in #43
- 1.0.0-beta2 release by @finnlewis in #46
New Contributors
- @andybroomfield made their first contribution in #41
- @millnut made their first contribution in #44
- @stephen-cox made their first contribution in #43
- @finnlewis made their first contribution in #46
Full Changelog: 1.0.0-beta1...1.0.0-beta2
Release 1.0.0-beta1
Very first beta release. Contains:
- localgov_forms_date Webform element following the GDS date input pattern.
- localgov_webform_uk_address Webform element for address lookup.
Original code from Brighton and Hove City Council.