Skip to content

Releases: homebound-team/form-state

v2.1.0

29 Jul 00:19
Compare
Choose a tag to compare

2.1.0 (2021-07-29)

Features

v2.0.2

23 Jun 14:29
Compare
Choose a tag to compare

2.0.2 (2021-06-23)

Bug Fixes

  • Allow init.input to be an array. (#21) (adc6195)

v2.0.1

23 Jun 12:15
Compare
Choose a tag to compare

2.0.1 (2021-06-23)

Bug Fixes

  • Remove init from useMemo when it's not the input/map pair. (#20) (306789f)

v2.0.0

22 Jun 20:28
Compare
Choose a tag to compare

2.0.0 (2021-06-22)

⚠ BREAKING CHANGES

  • Refactor to opts, more flexible init

  • feat: Only call initFn if initValue is defined.

  • Add initValueIfUndefined.

  • Rename initValue to initInput.

  • Reorder, tweak docs.

  • Correctly initialize initValueIfUndefined.

  • Try splitting out.

  • WOrking initIfNew/ifExisting.

  • New init.input/map approach.

  • Comments.

Features

  • Refactor to opts, more flexible init BREAKING CHANGE (#17) (2dd6da1)

v1.8.6

09 Jun 20:51
Compare
Choose a tag to compare

1.8.6 (2021-06-09)

Bug Fixes

  • ReadOnly Field Should Not Throw Error onBlur (#18) (c8dae00)

v1.8.5

08 Jun 20:51
Compare
Choose a tag to compare

1.8.5 (2021-06-08)

Bug Fixes

v1.8.4

07 Jun 18:27
Compare
Choose a tag to compare

1.8.4 (2021-06-07)

Bug Fixes

  • Field.readOnly should maintain its state (#14) (7fc1db8)

v1.8.3

07 Jun 15:04
Compare
Choose a tag to compare

1.8.3 (2021-06-07)

Bug Fixes

  • Fix the types for FieldState.rules. (#13) (242ec7b)

v1.8.2

04 Jun 19:25
Compare
Choose a tag to compare

1.8.2 (2021-06-04)

Bug Fixes

v1.8.1

03 Jun 16:59
Compare
Choose a tag to compare

1.8.1 (2021-06-03)

Bug Fixes