Skip to content

Releases: codeforamerica/form-flow

0.0.7

25 Jul 18:24
Compare
Choose a tag to compare

What's Changed

  • add plugin to build.gradle by @lkemperman-cfa in #273
  • Bump io.hypersistence:hypersistence-utils-hibernate-60 from 3.5.0 to 3.5.1 by @dependabot in #274
  • Added details about errors and alternative email service. by @enyia21 in #276
  • Fixes updated_at usage by @bseeger in #272
  • Update the application to requireTls by default by @enyia21 in #277
  • bumps gradle spring boot plugin version by @bseeger in #275
  • Bump com.smartystreets.api:smartystreets-java-sdk from 3.13.15 to 3.13.19 by @dependabot in #281
  • Bump net.coobird:thumbnailator from 0.4.19 to 0.4.20 by @dependabot in #287
  • Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre by @dependabot in #305
  • Bump org.apache.pdfbox:pdfbox from 2.0.28 to 2.0.29 by @dependabot in #304
  • Bump gradle/gradle-build-action from 2.4.2 to 2.5.1 by @dependabot in #303
  • Adds journey test for address validation in a subflow by @bseeger in #306
  • Fixes error in subflow where form submission data was not merged correctly by @bseeger in #307
  • Automate releases [#185136763] by @bencalegari in #236
  • Bump com.smartystreets.api:smartystreets-java-sdk from 3.13.19 to 3.14.0 by @dependabot in #308

Full Changelog: 0.0.6...0.0.7

0.0.6

26 Jun 23:18
Compare
Choose a tag to compare

What's Changed

  • Fix state on HttpSessions, to handle being in the db. by @bseeger in #271

Full Changelog: 0.0.5...0.0.6

0.0.5

26 Jun 18:57
Compare
Choose a tag to compare

This release:

  • rounds out the major PDF work that was left to be done. PDF generation work is complete, though still very alpha and may have issues.
  • adds an afterSaveAction() to list of available actions. This action is called after the input data has been saved to the database.
  • Sessions are now backed in the Database

What's Changed

Full Changelog: 0.0.4...0.0.5

0.0.4

16 May 22:05
7fd8a16
Compare
Choose a tag to compare

What's Changed

  • Add conditions to subflows
  • Update state.html placeholder text
  • Update address fields to match USWDS convention
  • Use temp files for PDF generator
  • Add X-forwarded-for headers filter
  • Update Gradle to 8.1.1
  • Add email service
  • Bumps dependencies:
    • Bump org.flywaydb:flyway-core from 9.17.0 to 9.18.0
    • Bump io.github.bonigarcia:webdrivermanager from 5.3.2 to 5.3.3

0.0.3

03 May 14:31
Compare
Choose a tag to compare

What's Changed

  • Upgrades code to use Spring Boot version 3.0.5
  • Starts PDF Generation work - it is not complete.
  • Adds currentSubflowItem to model so that it is available for use in the Thymeleaf templates
  • Adds noneOfTheAbove boolean to checkboxInSet input
  • Bumps dependencies:
    • io.hypersistence:hypersistence-utils-hibernate-60 from 3.3.1 to 3.3.2
    • org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3
    • org.flywaydb:flyway-core from 9.16.3 to 9.17.0
    • org.jsoup:jsoup from 1.15.4 to 1.16.1

0.0.2-SNAPSHOT

21 Apr 18:17
Compare
Choose a tag to compare

A stable release before adding PDF mapping and an upgrade to Spring Boot 3.0.

0.0.1-SNAPSHOT

23 Mar 18:18
Compare
Choose a tag to compare

This will be a "frozen" release to be used for Doc LA project.