Skip to content

Releases: final-form/final-form

v4.20.10

11 Aug 09:44
Compare
Choose a tag to compare
  • Merge pull request #475 from xxleyi/add-async-validating-test 16923ad
  • test: async validating 1367ca0
  • Merge pull request #473 from xxleyi/fix-async-validating d20c44b
  • Merge pull request #470 from final-form/dependabot/npm_and_yarn/axios-and-github-build-0.21.4 f5fa420
  • fix: async validating 72c9d73

v4.20.9...v4.20.10

v4.20.9

23 Jan 11:50
Compare
Choose a tag to compare

v4.20.8...v4.20.9

v4.20.8

11 Jan 14:09
Compare
Choose a tag to compare
  • Merge pull request #461 from antonvialibri1/fix-for-array-checkboxes-inputs-after-regression-introduced-in-version-4.20.3 b905214
  • Merge pull request #446 from final-form/dependabot/npm_and_yarn/follow-redirects-1.14.8 24bc8b3
  • Merge pull request #452 from final-form/dependabot/npm_and_yarn/minimist-1.2.6 b084b4b
  • Merge pull request #454 from final-form/dependabot/npm_and_yarn/simple-get-3.1.1 0499149
  • Merge pull request #466 from final-form/dependabot/npm_and_yarn/decode-uri-component-0.2.2 ec23212
  • Merge pull request #468 from final-form/dependabot/npm_and_yarn/json5-1.0.2 a5063e4
  • Merge branch 'huan086-feature/fix-up-field-state' 3b49609
  • Merge branch 'feature/fix-up-field-state' of github.com:huan086/final-form into huan086-feature/fix-up-field-state b666d1c
  • Bump json5 from 1.0.1 to 1.0.2 fef51c5
  • Bump decode-uri-component from 0.2.0 to 0.2.2 5464d69
  • Fix for issue #456 - Fixes unwanted breaking change for array input names introduced in v4.20.3 (a3575ef) - v4.20.2 used to work fine 3e47a6b
  • Bump simple-get from 3.1.0 to 3.1.1 fba79fa
  • Bump minimist from 1.2.5 to 1.2.6 a75117b
  • Bump follow-redirects from 1.14.4 to 1.14.8 6ace61a
  • If mutator creates a new field in MutableState for keeping the field state of a renamed field, set the blur, focus and change function of InternalFieldState when registerField is called. 33e551f

v4.20.7...v4.20.8

v4.20.7

27 Apr 08:34
Compare
Choose a tag to compare
  • Make allValues argument optional on type FieldValidator (#394)
  • Prevent formState.values from initializing to undefined (#450)

v4.20.6...v4.20.7

v4.20.6

06 Dec 11:18
Compare
Choose a tag to compare

Bug Fixes

  • Better fix for async error bug #441

v4.20.5...v4.20.6

v4.20.5

06 Dec 10:49
Compare
Choose a tag to compare

Bug Fixes

  • Don't clear async errors between validations #440

v4.20.4...v4.20.5

v4.20.4

29 Sep 11:18
v4.20.4
Compare
Choose a tag to compare

Oops. Apologies!

  • Remove engines from package.json #434

v4.20.3...v4.20.4

v4.20.3

29 Sep 10:08
v4.20.3
Compare
Choose a tag to compare

Bug Fixes

Type Fixes

  • Fix documentation and TypeScript definition of FormApi.restart #425
  • TypeScript: Make restart and initialize take InitialFormValues instead of FormValues #429 #389

v4.20.2...v4.20.3

v4.20.2

05 Mar 09:09
v4.20.2
Compare
Choose a tag to compare

Bug Fixes

  • Notify form (#386) #383
  • Do not use defaultValue in register call if formState already has it (#372)
  • Fix validating field state when blurring before the promise is resolved (#369)
  • Fix reset in onSubmit (#363) #362
  • Fix a crash when renamed field is unregistered (#385) #384
  • Force field level initialization over form level (#364)

Type Fixes

v4.20.1...v4.20.2

v4.20.1

30 Jun 20:53
Compare
Choose a tag to compare

Hi, @erikras here. The primary purpose for adding scarf as a dependency to this library was to gain some insights into just who is using this library. Nothing but the IP addresses of the computers running the npm install were ever recorded, which were back referenced to determine corporation identity. It was never "malware", but for sure it broke the contract assumption of "I can run npm install without anyone collecting data about me". Every day that assumption is more tenuous, as the 21st century internet continues the trend towards the default assumption being "someone is collecting data about me". But I, personally, don't feel right participating in that trend. The month or so that I had scarf installed confirmed that the largest Silicon Valley giants are using this library. Further spying will not produce more value. I would like to apologize for violating your trust.

That said, the psychosocial rot that is consuming Open Source is the broken funding model. If each of you would request the equivalent of one hour of your salary every month to go to libraries you use (and save you way more than one hour per month), we OSS devs would feel less compelled to search for funding solutions. Please consider adding a line item... 鉂わ笍

Changes

  • Remove scarf dep #361