0.0.15
Disable Flows and bug fix for incomplete subflow iterations
Subflow iterations are now consistently marked complete for both GET and POST screen endpoints by using logic in the navigation
endpoint. Users will no longer see an issue backing up into a subflow and seeing data get lost or altered. Flows can also now use GET pages within subflows more reliably.
Enabling/Disabling of a flow can now be controlled by the application config, see the README and starter app for instructions and examples.
An enhancement has been added to support doc types in a document uploader flow, although it is not currently in use.
What's Changed
- Updates
iterationIsComplete
status by @bseeger in #410 - Add method to user file map by @bseeger in #421
- Fixes a flow issue where navigation went to the wrong spot. by @bseeger in #423
- Adding icons from design library and fixing clip id conflict by @sree-cfa in #427
- Add Ability to Disable a flow by @mpidcock in #422
- Add default disabled flow screen by @spokenbird in #429
- Adds migration and column for
doc_type_label
and fixes virus scanning logic by @lkemperman-cfa in #424
Dependabot updates
- Bump com.squareup.okhttp3:mockwebserver from 4.11.0 to 4.12.0 by @dependabot in #415
- Bump org.springframework.integration:spring-integration-ws from 6.1.3 to 6.1.4 by @dependabot in #417
- Bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by @dependabot in #418
- Bump com.mailgun:mailgun-java from 1.0.9 to 1.1.0 by @dependabot in #420
- Bump com.smartystreets.api:smartystreets-java-sdk from 3.14.0 to 3.14.1 by @dependabot in #426
- Bump io.github.bonigarcia:webdrivermanager from 5.5.3 to 5.6.0 by @dependabot in #428
- Bump org.flywaydb.flyway from 9.22.3 to 10.0.0 by @dependabot in #430
Full Changelog: 0.0.14...0.0.15