Skip to content

0.0.11

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 00:13
· 392 commits to main since this release
d097eed

Deprecated crossValidationAction method

If you're application is using a crossFieldValidationAction you'll need to update you're method signature now that both FormSubmission and Submission are passed to the method instead of only FormSubmission. You can see how we updated our methods in the starter app here.

What's Changed

  • Add javascript to disable follow up question inputs by @coltborg in #348
  • Fix cancel clearing and start investigating session cookie issue by @coltborg in #347
  • updated language to help troubleshoot potential challenges by @analoo in #350
  • Stop cache from keeping continue button disabled on back by @spokenbird in #349
  • Bump io.spring.dependency-management from 1.1.2 to 1.1.3 by @dependabot in #346
  • Bump gradle/gradle-build-action from 2.7.0 to 2.7.1 by @dependabot in #352
  • Adds a section about the actuator endpoints by @bseeger in #353
  • Cross field validation #185471858 by @coltborg in #354

New Contributors

Full Changelog: 0.0.10...0.0.11