Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/final-form/react-final-form

🏁 High performance subscription-based form state management for React
https://github.com/final-form/react-final-form

Fix handleSubmit typings (#715)

ce429861f350cbbab5ad00d4c78e34cb73ba75d8 authored almost 5 years ago by Emily Marigold Klassen <[email protected]>
Improved type definition for Field (#708)

Use first generic argument in the default for second generic argument.

3450d7dd1faeb03a4cab762d19ac8f69081a6b75 authored almost 5 years ago by Honza Kalfus <[email protected]>
Add data object to useField/Field (#711)

f3c1aea93b520c0620f1b8090f5966e0da94a798 authored almost 5 years ago by Thomas <[email protected]>
[docs] update codesandbox link wrapper components example (#719)

only change was to add tslib to the codesandbox dependencies. for some reason it is required now.

ab977a9b88a7290db863137fa2106f0e65e5f119 authored almost 5 years ago by Jon Stevens <[email protected]>
Fix FieldProps → FieldRenderProps link (#701)

3237bc8dfcfc78f07afaeaabdc648b50c369b443 authored about 5 years ago by Michael Milton <[email protected]>
Fix doc links to FieldRenderProps (#710)

2d4ca93e073fc903de1f6d67ada54d82b4c964eb authored about 5 years ago by Nacho MartĂ­n <[email protected]>
Submit edge case fix (#697)

* add failing test case when submit does not work with fields that have `formatOnBlur={true}` an...

d90e418d5ceaa4833d19183ffeea9e5067610f96 authored about 5 years ago by George <[email protected]>
Update codesandbox field-warnings example (#699)

* update codesandbox link to one with current mutator usage

* update source files for field-w...

470260d03cd86f1fbcc46703f5073b0494b61087 authored about 5 years ago by Adrian Haurat <[email protected]>
Add missing `to` in philosophy.md (#700)

145297feed448fe7fa16e9ce6803822acee16553 authored about 5 years ago by Benedikt Franke <[email protected]>
Added note about the return type of handleSubmit (#681)

This should clarify the handleSubmit's return type to newcomers. Related issue: #675

add4fcf4b01cc8a1b22289017fa1338f85dd8820 authored about 5 years ago by Honza Kalfus <[email protected]>
Add missing dirtyFieldsSinceLastSubmit to getters (#688)

40c6781f13683ef6da4964da558dee61238e14eb authored about 5 years ago by James Ravenscroft <[email protected]>
6.3.3

213a397c9e9f2d3448f0c5457e5f2c9606f6e6cc authored about 5 years ago by Erik Rasmussen <[email protected]>
Revert "Fix typescript typings in FieldProps (#619)" (#679)

This reverts commit 762b122d72521e77363e608b73b15429dfb03f83.

895763f9fa2f05aba9c701598b21db8dd240f7ee authored about 5 years ago by Erik Rasmussen <[email protected]>
6.3.2

141b5f9490b52f5204e8edd3cf9a53222f89f1c7 authored about 5 years ago by Erik Rasmussen <[email protected]>
Made lazy state getters enumerable (#678)

09bc4b9c1f45cf97be26b21b2df9d37cfb2b328e authored about 5 years ago by Erik Rasmussen <[email protected]>
6.3.1

32d02b1f37161b939825cf539e873272c0dd4f9c authored about 5 years ago by Erik Rasmussen <[email protected]>
Added chakra ui example to docs

24249604390e12b8add76eb22b2b39316037188e authored about 5 years ago by Erik Rasmussen <[email protected]>
Fix chakra example

32c17d65b76543215a3c6977d1d95f17016a80fc authored about 5 years ago by Erik Rasmussen <[email protected]>
Fix chakra example

679ce593b84eda7095aec62b30c393e74f74c6e6 authored about 5 years ago by Erik Rasmussen <[email protected]>
Fix chakra example

9d822ba03b64ee4d9e4e5215c973ee62dea20930 authored about 5 years ago by Erik Rasmussen <[email protected]>
Fixed readme

99f174f405de36f68e2fc950ec8babc6e643b8d6 authored about 5 years ago by Erik Rasmussen <[email protected]>
Fixed failing test and upgraded deps

b889a6f522ca1257b787154b4cbe30b79e8b1883 authored about 5 years ago by Erik Rasmussen <[email protected]>
Added link to sandbox

1b69c3d55156c3a3ca8c312fdbf660c4ac57cb27 authored about 5 years ago by Erik Rasmussen <[email protected]>
Fixed readme

91c8fd7ecce5ffccf9ba3ab808f948007847d891 authored about 5 years ago by Erik Rasmussen <[email protected]>
Chakra UI example

095ccfda72000ea524101fbb6ed4d323c19ebf60 authored about 5 years ago by Erik Rasmussen <[email protected]>
Fix useFormState and useField Flow types (#630)

* Fix useFormState Flow types

* Fix useField flow typings, add flow to tests

3634b35cfe63511c221b13d64699b0a53035142f authored about 5 years ago by Braden Kelley <[email protected]>
Add RenderableProps to FormRenderProps (#575)

as they are actually added to props for createElement call, destructured
but then re-injected i...

648f95236492dc96d68b0f297b2d4231a9b67221 authored about 5 years ago by Ben-Ho <[email protected]>
Fix typescript typings in FieldProps (#619)

According to [the doc](https://final-form.org/docs/react-final-form/types/FieldProps#parse) the ...

762b122d72521e77363e608b73b15429dfb03f83 authored about 5 years ago by Walter Barbagallo <[email protected]>
[ts] fix FormProps['decorators'] (#629)

3d9dfa2805df1b273156a67dad69bdb2f4b21fa2 authored about 5 years ago by Ilya <[email protected]>
Remove weird comma in redux-form migration (#668)

ae0d3044e362fc67b47a7d7ad75542fc5dda9970 authored about 5 years ago by Julien Deniau <[email protected]>
fix: decorators unsubscribe order (#620)

ef85e3c2b8a5a797831007c4ef6b5bcf364fb93d authored about 5 years ago by Alexandr Dascal <[email protected]>
Update index.d.ts (#649)

Similar to other occurences of default type `T extends HTMLElement = HTMLElement` in the typings...

1a7fbfc6b382ce18392e09160d37c80bf4e6530c authored about 5 years ago by VĂ­tězslav Ackermann Ferko <[email protected]>
Bump eslint-utils from 1.4.0 to 1.4.3 (#666)

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.3.
- [Releas...

50b2acf8247816bb326a0086265e8792116f554c authored about 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[docs] add new Material-UI mui-rff components (#654)

* [docs] add new Material-UI mui-rff components

* Add links, simplify text

50b290af1af6b0deefa1aa22d2cf6fec61e5520b authored about 5 years ago by Jon Stevens <[email protected]>
Fixed two links to examples (#641)

3c29825f5e8b3ac46c14da8166e2d7a106d56d8d authored about 5 years ago by Sergey Sharov <[email protected]>
Pass FormValues type to Decorator (#661)

* Pass FormValues type to Decorator

* Update after automatic review

0a3d9b81b7d56287e39bf7a351e534fb8dd7e938 authored about 5 years ago by Ilya Bondarenko <[email protected]>
Update examples.md (#662)

74e1cc908269448faa9aee656eebd791cb80a432 authored about 5 years ago by Paul Li <[email protected]>
Fix issue with inline isEqual causing an infinite rerender loop (#603)

692f1d1f888851c5c5596d6386aa36ee77074ae6 authored over 5 years ago by Mateusz BurzyƄski <[email protected]>
Update FormSpy.md (#617)

Fix wrong sample code

30760c1a7ed61a47f2f1e2e7b4d0ad5796c3f6a9 authored over 5 years ago by Tran Van Sang <[email protected]>
Updated funding

a95569dbc2a3fb36854b048196a4c840638bd4c2 authored over 5 years ago by Erik Rasmussen <[email protected]>
[ts] FieldInputProps extends AnyObject (#606)

Made the comment here: https://github.com/final-form/react-final-form/issues/441#issuecomment-52...

3add0f36ecc191ee1b1425142ab34b19679fa00e authored over 5 years ago by Jon Stevens <[email protected]>
Remove the version (#604)

I have updated the link to work with Material-UI v4.

87fff837d2de987584a22f8519702a26e0ba5620 authored over 5 years ago by Olivier Tassinari <[email protected]>
Migrate all examples (#611)

* Add source code for async field validation

* Add readme with CodeSandbox link

* Add code...

bb84b62a0949d6c7ddb2b1f0833e22bcab3eddd0 authored over 5 years ago by Uche Ozoemena <[email protected]>
Lazy evaluation of form and field state (#596)

abd6d6266d2f6953a1995cb3dedd26f198e653fc authored over 5 years ago by Erik Rasmussen <[email protected]>
Merge branch 'master' of github.com:final-form/react-final-form

60434b8aab9c2cc4aa48a9e4cbc6a8dc536f51ba authored over 5 years ago by Erik Rasmussen <[email protected]>
removes Omit from the typescript definitions (#589)

49a42d35122cdebf43acb2c34f0b6d59f0d93fbd authored over 5 years ago by Keith Bloom <[email protected]>
Updated jest-dom

3ea62df51d592895a28ca1d70992132739a1e6a0 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed warning in examples

7665a97fd12e921d08d4e6a1167332b97f866a8d authored over 5 years ago by Erik Rasmussen <[email protected]>
Added Fields and FieldArray info

ad29010e8aa63c17819f8ea035722e69fdb116e8 authored over 5 years ago by Erik Rasmussen <[email protected]>
removed emoji

55b511ab645af3c5ede10e5d629a39fe2e94a5cb authored over 5 years ago by Erik Rasmussen <[email protected]>
Fix async act warning (#581)

* pass tests in ReactFinalForm.test.js

DO NOT MERGE without reading.

This PR updates react...

047c79dadac74991f75592a4b710fb7932b8758c authored over 5 years ago by Mateusz BurzyƄski <[email protected]>
Migrate one example (#593)

* Add files for debounced synchronous errors example

* Add README with link to CodeSandbox

...

c1eba52524cd7c70f967fd99fc2dd454e576039e authored over 5 years ago by Uche Ozoemena <[email protected]>
RFC: pausing validation before unmount (#595)

* no-op, ReactFinalForm.js: More commenting for pause/resumeValidation() on init

* ReactFinal...

093e5f6ef42b39cdc0fc1e677a9389ba5a41cf09 authored over 5 years ago by Asa Zernik <[email protected]>
[ImgBot] Optimize images (#574)

*Total -- 131.69kb -> 128.27kb (2.6%)

/banner.png -- 54.61kb -> 53.01kb (2.94%)
/logo.png --...

4eb0d7c7dff8c66fb469811b31b764bf214a4c66 authored over 5 years ago by imgbot[bot] <31301654+imgbot[bot]@users.noreply.github.com>
Added migration docs

1f355f0d0b9981f8a131dc146271c8237f555b86 authored over 5 years ago by Erik Rasmussen <[email protected]>
Removed accidental yalc reference #585

11e415341f0015ba17ebf91367417daf9957b7dc authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed CodeSandbox Links #585

fd1be71753a7ea4f06fc650de4677adf1456dc7e authored over 5 years ago by Erik Rasmussen <[email protected]>
Made name shorter

6f0f430ebe9086ee4a18cb091d2054b99640d754 authored over 5 years ago by Erik Rasmussen <[email protected]>
Made name shorter

43d39bd7e78bb1c9b7ddc657b2ee2acc524b9408 authored over 5 years ago by Erik Rasmussen <[email protected]>
Examples help plea

f29b461d9f45e29768ae367eacae6de80f90694e authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed imports in examples

c6fcc8ca58699f2aba001f8fb1bad95576569eb2 authored over 5 years ago by Erik Rasmussen <[email protected]>
Docs link target _blank

aec578c6f96a43cc365e8e62d910620fe0905158 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed docs links in examples

2d6d496beff4c7eced60c7405422ce1cc587b9cc authored over 5 years ago by Erik Rasmussen <[email protected]>
Fix eslint error

e679a0add76ac9fc5fbb5e52b87f13759d9c14bc authored over 5 years ago by Erik Rasmussen <[email protected]>
Wizard example fix

fc630a256b8a69aa842c828a06c1d5881502c1eb authored over 5 years ago by Erik Rasmussen <[email protected]>
Wizard example fix

9df5fdb5d408c0418c5f4b869a4330bef06b803c authored over 5 years ago by Erik Rasmussen <[email protected]>
Link to website on banner

1b88a6a842f362b3925bbf02396359fb5b53a8e4 authored over 5 years ago by Erik Rasmussen <[email protected]>
Moved all docs to website

fd15bbe43c0d34672e9c42b0cc35a882f80eeaec authored over 5 years ago by Erik Rasmussen <[email protected]>
Renamed some examples

c4d13af11761880491ee73260ddb76c7104f6896 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixing examples

d204b7ef258936ebe6c6cbf336bb9220e3171fe9 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed bug in example

0832c280e0858178db844a985e4508e1b3551292 authored over 5 years ago by Erik Rasmussen <[email protected]>
Moved docs to /docs

d99b73bfcea119f49fc8b356f10cc34395dac89e authored over 5 years ago by Erik Rasmussen <[email protected]>
Added more examples

91ae4d0180640dd4990e1673526f968b83abd440 authored over 5 years ago by Erik Rasmussen <[email protected]>
added simple example

800a0c9c7f9f143b15a810b86f098eb6adb238ad authored over 5 years ago by Erik Rasmussen <[email protected]>
Added test for field-level validation bug fixed in final-form v4.18.3

945cd38631a5b652426c737c7ab4cb19ca662bab authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed internal links

a8f15186201558c4e937933afa9f70b17995d49c authored over 5 years ago by Erik Rasmussen <[email protected]>
Added api stubs

f630c4a791231be5a0d46539076dcd4767a3173d authored over 5 years ago by Erik Rasmussen <[email protected]>
Start to putting docs in /docs

28357bd30b5e880d7357c37e9b3b7298af282596 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed bug with ignoring changes to onChange (#572)

31b8f61d29a6fb151bd45dfa67d60df906706463 authored over 5 years ago by Erik Rasmussen <[email protected]>
Added Triplebyte link

ae3eecafa39ea669a119e57ee5b37caef86d0a0a authored over 5 years ago by Erik Rasmussen <[email protected]>
Allow typed render props in TS (#570)

d18d1ca307f225748dd30543a4895a5861027bab authored over 5 years ago by Erik Rasmussen <[email protected]>
Issue 175: pass any additional props to custom component (#565)

41f1b2f2f54b1a6ba116edf088c89997d528fd78 authored over 5 years ago by Maksim <[email protected]>
TOC

2b2f6af5d38be00fff54716eab27d9db0fdc3caf authored over 5 years ago by Erik Rasmussen <[email protected]>
Documented form FormProp

e3a01f047a5f06a4f10790fe22ea6cffda5de491 authored over 5 years ago by Erik Rasmussen <[email protected]>
Removed outline from logo.svg

e4d4c1966f527069ce31b451c5b9c82bdc8c4ea5 authored over 5 years ago by Erik Rasmussen <[email protected]>
Added vector logos

192d0a538160b7fc7dc05e0cd803591e69e922e6 authored over 5 years ago by Erik Rasmussen <[email protected]>
Cleanup onBlur dependencies (#546)

* Cleanup onBlur dependencies

* Removed comment about ternary

1ddf530edfb28f0e5c65d6e4af644f00c63a857c authored over 5 years ago by Mateusz BurzyƄski <[email protected]>
Do not pass undefined type to input (#548)

f3e7c174853788bcfd774898bbe5641e37858eee authored over 5 years ago by Adrian <[email protected]>
Added Prefixed Fields example

881ed8f2b91b61e67928dbd9f4af226b1045822e authored over 5 years ago by Erik Rasmussen <[email protected]>
Added meta.validating to docs

a9828e5c81de0395aed45315acb2e6fac19d19fc authored over 5 years ago by Erik Rasmussen <[email protected]>
Pass through multiple value to custom components (#545)

* Pass through multiple value to custom components

* Removed unused var

8674fc7002e986b7fcc3136abf0ece921312cda8 authored over 5 years ago by Erik Rasmussen <[email protected]>
6.3.0

6cb1d6fad2d10edc6dc995398713b435379c765d authored over 5 years ago by Erik Rasmussen <[email protected]>
Validating flag support (#541)

* Added support for [email protected] `validating` flag

* linting

90ef7f1fdb7fc1fad55207fdb38054ffec4ffb4e authored over 5 years ago by Erik Rasmussen <[email protected]>
Added longwinded comment to explain the reasoning behind #465

b6a7917cac9fa5c47dc1994fde8c81970993dbc0 authored over 5 years ago by Erik Rasmussen <[email protected]>
Fixed destroyOnUnregister bug (#537)

* Fixed destroyOnUnregister bug

* Made work with fields added after original render

a0f67cb2c2d5b02b9f3f3cbf0148278b6de03fe2 authored over 5 years ago by Erik Rasmussen <[email protected]>
Create FUNDING.yml

6b67ce149c0776503000e265c9c5ae587cad24db authored over 5 years ago by Erik Rasmussen <[email protected]>
Use updated value for `formatOnBlur` format func (#465)

* Use updated value for `formatOnBlur` format func

* add test

* made test more realistic (...

817c7311828141932a102c91e0198c9b26da9bde authored over 5 years ago by Michal Tikotzky <[email protected]>
Actual return type for the handleSubmit function (#531)

f3595d85ca39873c4104c4793763e8d58e18ed4c authored over 5 years ago by debel27 <[email protected]>
Added test to ensure version is exported

818640a5fd1455c00f314cd8e79246030922c114 authored over 5 years ago by Erik Rasmussen <[email protected]>
Retrieve version from package.json at build time (#532)

* Retrieve version from package.json at build time

* Just export version direction

* Oops,...

384e5c458873f857c9ac62bd0acfdc2d29a3c441 authored over 5 years ago by Mateusz BurzyƄski <[email protected]>