Ecosyste.ms: OpenCollective

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

Final Form

🏁 Final Form is a framework-agnostic form state management library for javascript.
Collective - Host: opensource - https://opencollective.com/final-form - Code: https://github.com/final-form

Added material ui 1.0 example

github.com/final-form/react-final-form - 08fe8a79795071c311782ddc9933545502be7587 authored over 6 years ago by Erik Rasmussen <[email protected]>
Ensured that input.checked is boolean (#158)

github.com/final-form/react-final-form - 5dd92af29db37803516099924e0618973ad4e73a authored over 6 years ago by Erik Rasmussen <[email protected]>
Update comparison to Formik (#154)

github.com/final-form/react-final-form - 3db0f77c3890a230df07e09e05e5b6da6c5b3acd authored over 6 years ago by Jared Palmer <[email protected]>
Add isEqual prop to typescript definition (#145)

github.com/final-form/react-final-form - dce603cd70e4d5e51224cbce99643a2ad34711ba authored over 6 years ago by Forbes Lindesay <[email protected]>
Activating Open Collective (#149)

* Added backers and sponsors on the README

* Added call to donate after npm install (optional...

github.com/final-form/react-final-form - 1c511f448233ed98da2564caacb54a07aa9d8b20 authored over 6 years ago by jess <[email protected]>
Stopped extending React.PureComponent (#153)

github.com/final-form/react-final-form - 811aff17a734532f8580207c4fb9c166d1c340a9 authored over 6 years ago by Erik Rasmussen <[email protected]>
New loading, normalizing, saving, and reinitializing example

github.com/final-form/react-final-form - ac4f535298f1233feb66ff93f10f5a2cc4dd6cc0 authored over 6 years ago by Erik Rasmussen <[email protected]>
Added pause/resume validation functions (#74)

github.com/final-form/final-form - 5d5b3d1b7fed977cbba77af86d0143595310592e authored over 6 years ago by Erik Rasmussen <[email protected]>
Sealed subscription flow types (#71)

github.com/final-form/final-form - caad0c4893d33d7587f3b08024bbc841c7a0bfeb authored over 6 years ago by Erik Rasmussen <[email protected]>
Added touched and visited objects to form state (#70)

github.com/final-form/final-form - a77d094260273c0f2237688fda2bacaaa1b9cca8 authored over 6 years ago by Erik Rasmussen <[email protected]>
Allow setting undefined array values (#69)

github.com/final-form/final-form - 42248b321dad60504baeb37ad5aa28a7da883b12 authored over 6 years ago by Erik Rasmussen <[email protected]>
Merge branch 'master' of github.com:erikras/react-final-form-arrays

github.com/final-form/react-final-form-arrays - 0c5c8901643c41d3755f989c38fec467a5c18606 authored over 6 years ago by Erik Rasmussen <[email protected]>
[typescript] add tests and implementation for FieldArrayProps (#18)

* [typescript] add tests and implementation for FieldArrayProps

* fix typings extension

* ...

github.com/final-form/react-final-form-arrays - c44ad1d223cbfedc2631cf15a558132d4ceddc61 authored over 6 years ago by Kevin Ross <[email protected]>
make runtime match the expected type signatures regarding fieldState and meta

github.com/final-form/react-final-form-arrays - 405ad84356b60012b99d106704a356ab2e758189 authored over 6 years ago by Kevin Ross <[email protected]>
Upgraded react-final-form

github.com/final-form/react-final-form-arrays - df0aa44533f8bdc395593cea7af484336ef13f38 authored over 6 years ago by Erik Rasmussen <[email protected]>
Upgraded ff and ffarrays deps

github.com/final-form/react-final-form-arrays - dc4ad537a16328c5de5b195ef0f11910c479ba8f authored over 6 years ago by Erik Rasmussen <[email protected]>
Merge pull request #8 from rosskevin/ts-fixes

typescript tests and fixes

github.com/final-form/final-form-arrays - 0f31f17e11d97ce41a86656579c77495165be937 authored over 6 years ago by Erik Rasmussen <[email protected]>
fix default import

github.com/final-form/final-form-arrays - 28035c58ae5b29aed1f1c5afac70ace84828c006 authored over 6 years ago by Kevin Ross <[email protected]>
Upgraded final-form dep to v4.0.4

github.com/final-form/final-form-arrays - 6827e9dc75e380ffa3a2d4ec49cf0490a9c1dd5d authored over 6 years ago by Erik Rasmussen <[email protected]>
Upgraded final-form dep for #129

github.com/final-form/react-final-form - 8569cc7e23ff2f8fa75dda719a349c5c5f42b7d1 authored over 6 years ago by Erik Rasmussen <[email protected]>
[typescript] possibly undefined mutators (on render) are difficult to use (#129)

* [typescript] show mutator example - undefined mutators are difficult

* Fixed and tested wit...

github.com/final-form/react-final-form - c20ac66ba97c04c9643cb9ee9347e17ab281231f authored over 6 years ago by Kevin Ross <[email protected]>
export a default type

github.com/final-form/final-form-arrays - 6699402c094fba7e844efa24254acea9678f7fef authored over 6 years ago by Kevin Ross <[email protected]>
fix typings extension

github.com/final-form/react-final-form-arrays - e4af3dd6b2b4f298a30b995923af2fcac9d5ce04 authored over 6 years ago by Kevin Ross <[email protected]>
Ensure `mutators` is defined to avoid bad strongly typed developer casting experienc (#68)

* ensure mutators is defined to avoid bad strongly typed developer casting experience

* typin...

github.com/final-form/final-form - d5c079d7a53946e4ec2cb189fb8fcb7b1ac5cd3d authored over 6 years ago by Kevin Ross <[email protected]>
a bit simpler usage depending on https://github.com/final-form/final-form/pull/68

github.com/final-form/final-form-arrays - 7fab324ed4bc2537c614404d885f943e18b738e5 authored over 6 years ago by Kevin Ross <[email protected]>
fix reference to typings file #7

github.com/final-form/final-form-arrays - 77d51f3f731befcdf3f721b963b57a216441d68b authored over 6 years ago by Kevin Ross <[email protected]>
[typescript] test and fixes for index.d.ts

github.com/final-form/final-form-arrays - 2a736d8e0b5a5fd24f40e08dc84e319be68b99e6 authored over 6 years ago by Kevin Ross <[email protected]>
[typescript] add tests and implementation for FieldArrayProps

github.com/final-form/react-final-form-arrays - 0eb8bba935865089172bcc0a5560f362dd36ddb3 authored over 6 years ago by Kevin Ross <[email protected]>
Adding dirtySinceLastSubmit on FieldRenderProps (#127)

github.com/final-form/react-final-form - 52376738f8e3f64d4c3df2e461d29b885484a9f0 authored over 6 years ago by Felipe Taboada <[email protected]>
[typescript] introduce typescript tests (#126)

* initial typescript tests

* fix incorrect subscription in ts test

* remove unused comment...

github.com/final-form/react-final-form - 41cd0c6119fd807209eaa813d505f274e8d532de authored almost 7 years ago by Kevin Ross <[email protected]>
v4.0.3

github.com/final-form/final-form - d7f302d7eb75c7bc2853954dad804b0dcf4f251b authored almost 7 years ago by Erik Rasmussen <[email protected]>
v4.0.2

github.com/final-form/final-form - 6d850e32f00b41f6d89d7ab4c95f60505d6255d2 authored almost 7 years ago by Erik Rasmussen <[email protected]>
[typescript] test and fix subscriptions (#66)

github.com/final-form/final-form - 0b5aa2b655262f8e05ba1a28eee559ecca444fe4 authored almost 7 years ago by Kevin Ross <[email protected]>
v4.0.1

github.com/final-form/final-form - f8e864979f6398834e167305e7141d98b9f3ea0c authored almost 7 years ago by Erik Rasmussen <[email protected]>
v4.0.1

github.com/final-form/final-form - 152795d3a9be9edbafb7fd62095f6b873156f6a2 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Made submitFailed true when submit fails due to validation errors (#64)

github.com/final-form/final-form - bca172b59a9b23d01c0a98e4f95a32ad62e05813 authored almost 7 years ago by Erik Rasmussen <[email protected]>
RenderableProps component prop should still be given T (#124)

github.com/final-form/react-final-form - b83de502a5c657aaf83913e5745225c78aae6b16 authored almost 7 years ago by Forbes Lindesay <[email protected]>
Remove duplicated methods from FormRenderProps (#123)

These methods already appear in SubsetFormApi

github.com/final-form/react-final-form - d097835ad09ebb1811a70dc1fb232015b8a62427 authored almost 7 years ago by Forbes Lindesay <[email protected]>
Make errors `any` not `boolean` (#122)

It's unlikely that the errors will ever be a boolean. Typically they are `null | string` but fin...

github.com/final-form/react-final-form - ebaf99c0f47089f66bd854c9079aa172e308c995 authored almost 7 years ago by Forbes Lindesay <[email protected]>
Update README.md (#121)

github.com/final-form/react-final-form - 6e2e029a52e79a136fdef9d8b5e3e6fcbebb9004 authored almost 7 years ago by Wes Pickett <[email protected]>
Render custom checkbox and custom radio with checked prop (#118)

* Render custom checkbox and custom radio with checked prop

* Undo version number change

github.com/final-form/react-final-form - 2cd610163b56f772853df8875926f3d77dcecec6 authored almost 7 years ago by Maciej <[email protected]>
Typescript tests and fixes (#61)

* Fix ts defs and add index.d.test.ts

* Add "typescript" to package-scripts.js

* Add back ...

github.com/final-form/final-form - 449955e7ef3090c13d7921aa8a71acb95f5ba443 authored almost 7 years ago by Kevin Ross <[email protected]>
Added custom validation example

github.com/final-form/react-final-form - e93dbff598efddaec2e51e3bc34ced2785f92f1f authored almost 7 years ago by Erik Rasmussen <[email protected]>
Remove unnecessary `flow` dev dependency (#59)

github.com/final-form/final-form - e4d7b900da2945fe2349160d3073230852d15095 authored almost 7 years ago by Josef Kříž <[email protected]>
Removed warning about radio buttons (#113)

github.com/final-form/react-final-form - e8db69825bf2e3254fbe8f399ce5757ae90e82d5 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Fixed checkbox bug (#111)

github.com/final-form/react-final-form - eb80621e9a4842b297dc3af75225d80d18798b8b authored almost 7 years ago by Erik Rasmussen <[email protected]>
Final Form v4.0 compatibility (#110)

* Final Form v4.0 compatibility

* Upgraded ff dep

github.com/final-form/react-final-form - 356c12f72508af97310d6f33addbd75c09a716a5 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Upgraded version

github.com/final-form/final-form - dd2925a0433e4d4ba3b0cfce0c0ba42f0bbcbac2 authored almost 7 years ago by Erik Rasmussen <[email protected]>
v4.0.0

github.com/final-form/final-form - bc61e82506fafd9f15b8f0cdd61fa7bf6b2b6b57 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Changed how fields register validators (#58)

* Changed how fields register validators

* Updated docs

github.com/final-form/final-form - 55b830dec03ce1715b334c7ca6de9a1013699ef4 authored almost 7 years ago by Erik Rasmussen <[email protected]>
v2.2.1 - Fix FF peerDep

github.com/final-form/react-final-form - 79da7cfa452c1e51cc86a16f3f5a7968c2839b19 authored almost 7 years ago by Erik Rasmussen <[email protected]>
v3.1.0

github.com/final-form/final-form - 938938cf90aead0ffb2780d3b12eb722fc15a1e0 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Added dirtySinceLastSubmit flag for fields and form (#57)

github.com/final-form/final-form - 3fa5fbb9b04c073b6dee6974e5c76461cd7ec860 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Added mutators list to readme

github.com/final-form/final-form - 41f2dfc0b4687f6544f5ec0dadde4563c1677e55 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Updated deps and made compatible with Final Form v2.0 (#15)

github.com/final-form/react-final-form-arrays - 4e128e283455f9b5ba7902619005d98d0003e286 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Merge pull request #4 from MichaelDeBoey/prettier

Add flow & TypeScript files to Prettier

github.com/final-form/final-form-arrays - 4cd710e494cb9248c424921203e13e39a6f55e4d authored almost 7 years ago by Erik Rasmussen <[email protected]>
Merge pull request #3 from MichaelDeBoey/typescript

Add TypeScript typings

github.com/final-form/final-form-arrays - 09b675a880fca837a08e82134165f3fd37b804c4 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Merge pull request #5 from MichaelDeBoey/update-devDependencies

Update devDependencies

github.com/final-form/final-form-arrays - 28adb593a84ef508dd6ab97789b72b3c5fef7e0c authored almost 7 years ago by Erik Rasmussen <[email protected]>
Added faq about #103

github.com/final-form/react-final-form - ac9f23ea25948b9a60855e19f00d18ca64041b6b authored almost 7 years ago by Erik Rasmussen <[email protected]>
v3.0.1

github.com/final-form/final-form - 144e77724060d487b936a246ccbce83ec3ddcd8d authored almost 7 years ago by Erik Rasmussen <[email protected]>
Provided Form API to FormSpy (#105)

* Provided form api to FormSpy

* Formatted readme

github.com/final-form/react-final-form - a19235aab2a3e7365efe63050ee01561274cb30b authored almost 7 years ago by Erik Rasmussen <[email protected]>
Docs for #104

github.com/final-form/react-final-form - 36583b7068150a8f799cf47fa3481d8243334493 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Enabled checkboxes with value props to maintain array values (#104)

* Enabled checkboxes with value props to maintain array values

* Fixed render of checkboxes

github.com/final-form/react-final-form - baada4e72925b53b8cbb5044506edd9694b6b9ba authored almost 7 years ago by Erik Rasmussen <[email protected]>
[typescript] Use interfaces where possible for reuse cases (#54)

github.com/final-form/final-form - bb1126a0e031debf017c92586f706e36e27bb8a8 authored almost 7 years ago by Kevin Ross <[email protected]>
[typescript] Use interfaces where possible for reuse cases (#100)

Depends on https://github.com/final-form/final-form/pull/54

github.com/final-form/react-final-form - 4e9971079e65e92d085f0be8b33f61c26e19058f authored almost 7 years ago by Kevin Ross <[email protected]>
Add flow & TypeScript files to Prettier (#6)

github.com/final-form/react-final-form-arrays - bb4df6a456f4b74e0aa5f1ed1be6a5a7f161c64e authored almost 7 years ago by Michaël De Boey <[email protected]>
Add TypeScript typings (#9)

github.com/final-form/react-final-form-arrays - 32367dce89037cab1b79847ce8dd28522f87add4 authored almost 7 years ago by Michaël De Boey <[email protected]>
Added auto-save examples

github.com/final-form/react-final-form - 6d34a8442590182d07ddd74e0be6e146af9e4cb2 authored almost 7 years ago by Erik Rasmussen <[email protected]>
Make event optional in TS handleSubmit definition (#95)

github.com/final-form/react-final-form - 4171c6a1cf4399027c26bfb0f44579192dbd3128 authored almost 7 years ago by Daniel Gimenes <[email protected]>
Update FormState TS definition (#53)

Defining the 'values' property of FormState as 'object' forces one to reference keys via bracket...

github.com/final-form/final-form - a51ad7992236397a4dd8e455cc6485d2636b561c authored almost 7 years ago by Rickert Mulder <[email protected]>
Add 'batch' and 'mutators' TS definitions (#87)

Added 'batch' and 'mutators' definition to FormRenderProps

github.com/final-form/react-final-form - 7451c659e536d50de923e106308d2b0450d732d1 authored almost 7 years ago by Rickert Mulder <[email protected]>
Make event parameter optional on handleSubmit (#84)

* Make event parameter optional on handleSubmit

* Add test

github.com/final-form/react-final-form - 0778ea31f46d0f2604fb46ed81d46b1ac7c20194 authored almost 7 years ago by Corentin Smith <[email protected]>
typescript types fixes (#81)

* Allow arbitrary third party component props in typescript types.

Fixes #79

* Add the typ...

github.com/final-form/react-final-form - 95d4ae11abb5683fb5ed8f534c3a6d9086f07694 authored almost 7 years ago by Geoffroy Warin <[email protected]>
Fixed tests

github.com/final-form/final-form - a33c64fe734d05795239dfb4335383a0fb31179e authored almost 7 years ago by Erik Rasmussen <[email protected]>
Fix parse and format TS defs (as not required) (#77)

Please release a fix :)

github.com/final-form/react-final-form - d5740851df5134526e6a2ca6549f03e0a084994c authored almost 7 years ago by Brice BERNARD <[email protected]>
Added parse and format example

github.com/final-form/react-final-form - 44f01767f96c7a824ae3ce9121e14736dc284819 authored almost 7 years ago by Erik Rasmussen <[email protected]>