npm final-form 4.8.1
v4.8.1

latest releases: 4.20.10, 4.20.9, 4.20.8...
6 years ago

Bug Fixes

  • Originally, 🏁 Final Form was written with an implicit assumption that you could not update the values of fields that were not registered. Several users have questioned this assumption, and rightfully so. Why limit the flexibility of the library? Nothing was being gained by that assumption. So that is gone now. You can form.change('field', 'value') for any field. regardless of whether or not it is registered. #134 #102 final-form/final-form-calculate#15
  • Exchanged use of Object.entries (which is way more useful) for the better supported Object.keys. #135

Don't miss a new final-form release

NewReleases is sending notifications on new releases.