Skip to content

Releases: rootstrap/FlowForms

1.4.1 : add fieldStatusFlows accesor to FlowForm

08 May 14:34
db0f90a

Choose a tag to compare

What's Changed

  • Add fieldStatusFlows to retrieve status of form's fields easily by @hrodrick in #58
  • Update FlowForms Core and android app to 1.4.1 by @hrodrick in #60

Full Changelog: 1.4.0...1.4.1

1.4.0 : Related fieldId on FieldStatus. Emit repeated field status to observers

30 Mar 19:53
003626b

Choose a tag to compare

What's Changed

  • Add related fieldId to FieldStatus entity by @hrodrick in #54
  • Emit repeated field status to observers. Remove android Jetifier by @hrodrick in #56

Full Changelog: 1.3.0...1.4.0

1.3.0 : Support Gradle 7.4.1. Updated Kotlin to 1.8.10

17 Mar 21:50
8b0f408

Choose a tag to compare

What's Changed

  • Update gradle to 7.4.1, Kotlin to 1.8.10 and lib version to 1.3.0 by @hrodrick in #52

Full Changelog: v1.2.0...1.3.0

1.2.0 : Added result when validating all the fields in a form.

15 Mar 14:35
90679f1

Choose a tag to compare

What's Changed

  • Feature : add result to form.validateAllFields() function by @hrodrick in #50

Notes

  • This feature allows to support use cases where all the fields are validated together at the same time when the form is being submitted. For example, to revalidate the fields at sign up (or to directly validate them only when the user taps on a sign up button)

Full Changelog: v1.1.0...v1.2.0

1.1.0 : Cross field validation support

09 Mar 15:43
cbd6b2d

Choose a tag to compare

What's Changed

  • Fix doc typos and link to ViewModel example in android quickstart by @hrodrick in #42
  • Feature/hooks by @ximenaperez in #43
  • Cross-field validations docs by @hrodrick in #47
  • Cross-field validations tests and added a direct way to get form's fields by @hrodrick in #46
  • Feature : conditioned cross field validations by @hrodrick in #45
  • Updated version to 1.1.0 by @hrodrick in #48

Full Changelog: v1.0.0...v1.1.0

1.0.0 : Stable API with Docs and firsts grasps on iOS implementation

30 Nov 14:56
88be5ce

Choose a tag to compare

What's Changed

  • add iOS example module by @tarruk in #39
  • Project docs and github pages by @hrodrick in #40
  • Fix documentation responsiveness on mobile screens. Upgrade to version 1.0.0 by @hrodrick in #41

New Contributors

Full Changelog: v0.0.3...v1.0.0

0.0.3 : FlowForms DSL and Android library publishing

20 Sep 12:57
54fcde8

Choose a tag to compare

What's Changed

Full Changelog: v0.0.2...v0.0.3

0.0.2 : FlowForms Core and Android utilities

15 Sep 16:56
6125122

Choose a tag to compare

What's Changed

New Contributors

Additional notes

  • Android library not yet published as it needs additional setup configuration

Full Changelog: v0.0.1...v0.0.2

0.0.1 - FlowForms Core

06 Jun 14:43

Choose a tag to compare

What's Changed

  • First release of FlowForms. Only contains the Core module, which it is (actually) a kotlin only module.
  • Allows to declarativelly create a Form with it's fields, while also allowing to extend the classes to customize behaviors.

Notes

  • As a version under 0.x the code implementation may change between each new release and should be considered unstable until we release the 1.0.0 version.