Ecosyste.ms: OpenCollective

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

github.com/jaredpalmer/formik

Build forms in React, without the tears 😭
https://github.com/jaredpalmer/formik

Make sure that field registry isn't recycled (#1658)

ade2dc653441a4b2c9c85c48c1e884d4b5b071f3 authored over 5 years ago by Jared Palmer <[email protected]>
Missing shouldValidate parameter from typings (#1643)

The `FormikHelpers`-type is currently missing the parameter `shouldValidate?: boolean` from `set...

793a58e01a396882d8e12c3bf918f88a1bcf6acc authored over 5 years ago by Dag Stuan <[email protected]>
fix missing import yup package (#1641)

fix missing import yup package to improve document

4e629c9938ec628452af2ff2c2d537b795de1f56 authored over 5 years ago by Thanawat Chookes <[email protected]>
Run low-pri validation at a given field / path in schema (#1578)

* Use validateAt for handleChange/handleBlur

* Fix single field validation

7ba657cf4b53339afe0b9816667842b5c3541805 authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.8

d249f3485cdfe22315188a5335f8b0f1ac5a8614 authored over 5 years ago by Jared Palmer <[email protected]>
Update typescript to 3.5.2 (#1639)

60f4273d56780bc3cc33c5d14caca2f03116780e authored over 5 years ago by Jared Palmer <[email protected]>
submitForm should not break promise chain (#1637)

* feature #1636 - submitForm helper should not brake promise chain if handleSubmit has returned ...

b42d4184e77799143ab1f0e6d200090366207d60 authored over 5 years ago by Andrew Muntyan <[email protected]>
Merge pull request #1638 from sajadtorkamani/patch-1

Fix typo

e1edffdbac1e3ce8a7d0dbef515bdd728556f830 authored over 5 years ago by Jared Palmer <[email protected]>
Fix typo

fa53d58fdf860e5df69fa10149433d466125aae8 authored over 5 years ago by Sajad Torkamani <[email protected]>
Call preventDefault and stopPropagation in handleReset (#1629)

Call preventDefault and stopPropagation in handleReset

581421ec45a55dfb3f072218ae331f60db6a92d5 authored over 5 years ago by Jared Palmer <[email protected]>
Fix types

20da8caf7402d29dbc0ed97536456bfe59c1ff73 authored over 5 years ago by Jared Palmer <[email protected]>
Call preventDefault and stopProp in handle reset too

e0f45a9254ae6c02b7cb1be478da033dc52cb6cd authored over 5 years ago by Jared Palmer <[email protected]>
Merge pull request #1628 from jaredpalmer/fix/undefined-ctx-warning

Warn consumers when Formik context is undefined

69c9332eb1afe2bfa4b10bfca73bd5ccac34d2d1 authored over 5 years ago by Jared Palmer <[email protected]>
Fix tests

8deb1d34d24e4078a3c5be2bc144fe44f8fafc31 authored over 5 years ago by Jared Palmer <[email protected]>
Warn when using useFormikContext() without ctx

ebd07fe908281c607ed3ed7791baa4ecf2c8b7d3 authored over 5 years ago by Jared Palmer <[email protected]>
Warn when using connect without Formik context

46182c611113529332d6418aab5c4575090a6a99 authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.7

798ea8db57853cc4ba422b7112d7344ef52c6bcf authored over 5 years ago by Jared Palmer <[email protected]>
Update readme clarifying current status

f5298e78655c53d16a91264d8c053269cb9cb8e1 authored over 5 years ago by Jared Palmer <[email protected]>
Upgrade tsdx (#1627)

Upgrade tsdx

62b7feabbd0ac3ae67082060455d01e56d6c0501 authored over 5 years ago by Jared Palmer <[email protected]>
Upgrade tsdx

c596ddd521f4ad971dacd851c8240fa77ec87c46 authored over 5 years ago by Jared Palmer <[email protected]>
FormikErrors didn't support array type. (#1585)

FormikErrors didn't support array type.

84aa1e6d69f8b3f472c589aef774abd91a91943c authored over 5 years ago by Jared Palmer <[email protected]>
Formik v2 (#1626)

67f8369e6ffdc1f330cdf49317f214538655234b authored over 5 years ago by Jared Palmer <[email protected]>
Merge remote-tracking branch 'origin/master' into next

7c7fdbadf6321016f2a479fece2048807d23537a authored over 5 years ago by Jared Palmer <[email protected]>
Remove v2 docs from docusaurus

07b31e2e715a4b46f7e33cc7a7ecb9b1c1cdc021 authored over 5 years ago by Jared Palmer <[email protected]>
Merge branch 'master' into next

e0a988e6852ec510d67770211aad071cf0253e50 authored over 5 years ago by Jared Palmer <[email protected]>
FastField: fallback to default shouldComponentUpdate implementation even if custom shouldUpdate implementation returns false (#1238) (#1317)

3f8d27d66ce56efc35f442556abd49f6f735956d authored over 5 years ago by Verbon <[email protected]>
Move __DEV__ declaration to global.d.ts

b4a975bbdfd6d42fea82f52b84556aebd57614ca authored over 5 years ago by Jared Palmer <[email protected]>
Fix Linter Errors (#1446)

* Fix Linter Errors

calling the variable `props` is confusing linters because it's saying `ha...

49b070614c65e76f84d1e8e3ecf2e22cd459c36a authored over 5 years ago by Michael Neeley <[email protected]>
v2.0.1-rc.6

5ee75b26d3fe05170d0a18fc91f72ee163ab1127 authored over 5 years ago by Jared Palmer <[email protected]>
Update type of resetForm to accept Partial<S> (#1617)

fff7c4668749628504734a4c4c6a7bd42c189783 authored over 5 years ago by Jared Palmer <[email protected]>
Overwritten property (#1447)

If an object literal has two properties with the same name, the second property overwrites the f...

c55848448b072d8434d2d62932d59a65ac49e4c0 authored over 5 years ago by Matheus Rocha Vieira <[email protected]>
added __DEV__ resolution to webpack config for storybook (#1608)

7f493bb9add46145ed80ee840d5da990d65de950 authored over 5 years ago by Gunnar Gabrielson <[email protected]>
v2.0.1-rc.5

90e6e0ffbf913d702d2ad977000aa85092d97103 authored over 5 years ago by Jared Palmer <[email protected]>
[v2] Add support for checkboxes and multiple select (#1555)

* Add support for checkboxes and multiple select

* Improve getSelectedValues

* Simplify ch...

e399d6d05a02648770d55ddf9d072e2345d55a6b authored over 5 years ago by Jared Palmer <[email protected]>
[v2] Breaking: Change async validate to resolve errors (#1575)

* Change async validate to resolve errors instead of throw them

* Throw real runtime errors i...

54fb3fe84483cb1402f2962efbfdeefa0d850b6b authored over 5 years ago by Jared Palmer <[email protected]>
[v2] Upgrade to TS 3.5.x (#1559)

* Upgrade to TS 3.5.x

* More typefixes

* Return FormikErrors from runValidationSchema

d29775de7a8eb75f8274e42a5b39b3926edf8a83 authored over 5 years ago by Jared Palmer <[email protected]>
Fix initialValues ref when `enableReinitialize` is true (#1570)

Fix initialValues ref when `enableReinitialize` is true

b91a2724262ccd2134e3e8905e89184558dd3b94 authored over 5 years ago by Jared Palmer <[email protected]>
Merge pull request #1596 from Rahmon/patch-1

Change the __DEV__ global from true to "boolean"

5e97f221b6a3ad1816603cffce32420d5d25d536 authored over 5 years ago by Andrej Badin <[email protected]>
Change the __DEV__ global from true to "boolean"

https://github.com/jaredpalmer/formik/pull/1594#discussion_r291847709

#1594

0a634004fdd158417d55186f5b1d988d943549e1 authored over 5 years ago by Ramon <[email protected]>
Remove unused index.js (#1595)

Remove unused index.js

1f8a5acbcdf3842306fbc1c011bd26e715926d53 authored over 5 years ago by Jared Palmer <[email protected]>
Remove unused index.js

68474b8e4aaad1846cd710a2b07cb5e079934bca authored over 5 years ago by Jared Palmer <[email protected]>
Update to use __DEV__ constant (#1594)

Update to use __DEV__ constant

2f3d628f99f565868bf24d6da0a7b26ab3d1706c authored over 5 years ago by Jared Palmer <[email protected]>
Update to use __DEV__ constant

ee7f0c3c9b15c4ea334870f0777d2a30fd21e2c9 authored over 5 years ago by Ramon <[email protected]>
[change] accept array of string

0d01ffcb91deeea448d353dc2e788003ad3838be authored over 5 years ago by Tomokatsu Iguchi <[email protected]>
[change] accept string on Array field of FormikErrors

7418a683e25f6a5be1f3b3a9fe1303cf1850500f authored over 5 years ago by Tomokatsu Iguchi <[email protected]>
[fix] bug

c705d98f9c3dc59aab305b13eabbe58b0eba8955 authored over 5 years ago by Tomokatsu Iguchi <[email protected]>
resolve #850 FormikErrors didn't support array type.

437dcdbc94d85ec5766547c95024e066ceaa608e authored over 5 years ago by Tomokatsu Iguchi <[email protected]>
:ok_hand: remove reinitialize example

5e4367a0619dea8b6e09f45e43afe05220b6c76b authored over 5 years ago by Cheng <[email protected]>
Mimic class properties with useEventCallback (#1566)

Mimic class properties with useEventCallback

e51f09a318cba216a1ba3932da0906202df0b979 authored over 5 years ago by Jared Palmer <[email protected]>
:bug: enableReinitialize works now

73e9ec034eb3bc9237199450991802ca7aefee9e authored over 5 years ago by Cheng <[email protected]>
Fix curried overloads of handleChange and handleBlur

cc97f3384615bb4633326e06b3854f64bd5e175f authored over 5 years ago by Jared Palmer <[email protected]>
Add useEventCallback and autosave example

1fd9580d7da1b5d05f0c4183f038657d6b2b4a02 authored over 5 years ago by Jared Palmer <[email protected]>
Remove useFormik from exports for now

076b3b02cab791e14fdcdbaf09857491d3ed142d authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.4

af86ca97adb3ee84dfb8774e8d8033c855546193 authored over 5 years ago by Jared Palmer <[email protected]>
Resetting a form using the nextState-argument sets errors and touched to nextState.values (#1563)

Resetting a form using the nextState-argument sets errors and touched to nextState.values

e5b26119852297556d585892ca2c3b39c5e74b99 authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.3

6535adc8b1dce7a9750e64949f4b5fb3415f7947 authored over 5 years ago by Jared Palmer <[email protected]>
Remove unused includes in tsconfig.json

bc81fd2e006590b7c4b29a632833c0774d9912c5 authored over 5 years ago by Jared Palmer <[email protected]>
Don't show <Field children> warning without <Field as> (#1564)

Don't show <Field children> warning without <Field as>

bacc113b2b8cbe10840877725fa557b53d9d7f48 authored over 5 years ago by Jared Palmer <[email protected]>
Merge pull request #1561 from falldowngoboone/falldowngoboone/field-children-warning-without-as-prop

Don't show <Field children> warning without <Field as>

90b83522574337f64e7627a75031cede2cceefd8 authored over 5 years ago by Jared Palmer <[email protected]>
Resetting a form using the nextState-argument sets errors and touched to nextState.values

When using the `nextState` argument when resetting a form the `errors` and `touched` properties ...

f5f7e76831a6ce425e3f9f7d686096b134220aa3 authored over 5 years ago by Dag Stuan <[email protected]>
Don't show <Field children> warning without <Field as>

Removing the default assignment for `<Field as>` params and assigning it
after the check for bot...

506d59d547726429bc97b86facd8d1f1442ac35b authored over 5 years ago by Ryan Boone <[email protected]>
[v2] Hooks (#1063)

[v2] Hooks

1ab54257e0c9142d9ca8b4f6d8fbee8135303bfe authored over 5 years ago by Jared Palmer <[email protected]>
Merge branch 'master' into hooks

94f346a0f5ec3638917c3a714b08687667b8e3f9 authored over 5 years ago by Jared Palmer <[email protected]>
Prepare for next branch

5f2cdfb8a3cb32cddb51f1eeeb1b76a4cdf128c6 authored over 5 years ago by Jared Palmer <[email protected]>
Start spinning up a v2 docs website

cfb7e151e43a3d851c803223feffa7285b691fad authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.2

e6dca874783910da747a112caaf3d9fc12ea54e2 authored over 5 years ago by Jared Palmer <[email protected]>
Upgrade to the latest version of docusaurus

22a17b84700af503828ca27c0d2e6a283112c4ea authored over 5 years ago by Jared Palmer <[email protected]>
Upgrade to tsdx 0.6.0

64ab584606b1a998f79506eabae91cecf390647a authored over 5 years ago by Jared Palmer <[email protected]>
[v2]: Distinguish between high/low priority validation (#1522)

* Distinguish between high/low priority validation

* Use scheduler, unstable_runWithPriority ...

123e3925a02ae952c445daef072021224ab3690a authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.1

2b9a25a667e55a918b277408cfcd9a86ef223c23 authored over 5 years ago by Jared Palmer <[email protected]>
Bump to tsdx 0.5.12

bfcdba4383ba4701eed53ada0ebf74d0b63dfc52 authored over 5 years ago by Jared Palmer <[email protected]>
Update README.md (#1551)

Add reference to license

f198c81dc0a9c452b1d9c729d071e9265ff2cc95 authored over 5 years ago by Andrej Badin <[email protected]>
[ImgBot] Optimize images (#1552)

/website/static/img/logos/gitconnected-logo.png -- 52.77kb -> 29.27kb (44.53%)

a4b6b4467aeb64c2855583ea8c0fd9685ee2036f authored over 5 years ago by imgbot[bot] <imgbot[bot]@users.noreply.github.com>
Add formik user (#1546)

623b716e2fcc8e7b757c915b37193e82d55d556a authored over 5 years ago by Trey Huffine <[email protected]>
Update README.md

Add reference to license

b266d9a7d85d48f63c3c971e67b20fb89d870475 authored over 5 years ago by Kanishk gupta <[email protected]>
Update tutorial.md (#1539)

remove probably mistaken className on Field

5294a5b733412ce9c4beda6ac8dd73655736ae8a authored over 5 years ago by Slava Beloglazov <[email protected]>
[ImgBot] Optimize images (#1538)

/website/static/img/logos/letgo-logo.png -- 10.15kb -> 10.10kb (0.51%)

b5d816ff8d622615338b4eeffd33542b3023fd30 authored over 5 years ago by imgbot[bot] <imgbot[bot]@users.noreply.github.com>
Merge pull request #1537 from albert-olive/bugfix/fix-letgo-logo-wrong-path

Changed letgo url and fixed logo wrong path

9d7b09e432cde8d1a8d2436f903d81aaf40861c0 authored over 5 years ago by Andrej Badin <[email protected]>
Compressed logo

68032af789d2560c49348d84ee99fce01d75ae6a authored over 5 years ago by Albert Olive <[email protected]>
Changed letgo url and fixed logo wrong path

568f23bc2e3a7bd17c498db261c12ac6f3406bb7 authored over 5 years ago by Albert Olive <[email protected]>
[ImgBot] Optimize images (#1532)

/website/static/img/letgo-logo.png -- 69.07kb -> 50.34kb (27.12%)

3ad189461b365e7be85319d910a6676449e85653 authored over 5 years ago by imgbot[bot] <imgbot[bot]@users.noreply.github.com>
Added letgo brand (#1531)

* Update siteConfig.js

* Added logo

b74d0fae9a8e88d8c2fcb17a30052a710da510a9 authored over 5 years ago by Albert Olive <[email protected]>
Bump versions in docs

cc4b7158ebb262f1d1a34c2619016a2aa989ed94 authored over 5 years ago by Jared Palmer <[email protected]>
v1.5.7

b2868656c358e4a9804effe4401b7fc6cb04cd8d authored over 5 years ago by Jared Palmer <[email protected]>
Provide better typing for isInitialValid method when using withFormik (#1490)

b6c630d93295d7d581b67e069c66c0312f6c2e58 authored over 5 years ago by Martyn Smith <[email protected]>
Upgrade to storybook 5

701643e6c0648acf6f56572ff2a3f4ad7e300392 authored over 5 years ago by Jared Palmer <[email protected]>
v2.0.1-rc.0

fa2bc4c57e97827f5a2ad180bdf5d63d55ed2f2f authored over 5 years ago by Jared Palmer <[email protected]>
Merge branch 'master' into hooks

3378b583b9abaec382b925efff6706b147080ad8 authored over 5 years ago by Jared Palmer <[email protected]>
Add version for 1.4.4 patch

1cccc6c42c478f5e1f3562f518b02616a9b897f0 authored over 5 years ago by Jared Palmer <[email protected]>
v1.5.6

b81ebd832ebdd01e040055cb6171eb3f2ee52a80 authored over 5 years ago by Jared Palmer <[email protected]>
Cast hoist in connect() to R.CompType<OuterProps>

cb443e2b0d58bd9c35b6431d2cdbbf4739d16b09 authored over 5 years ago by Jared Palmer <[email protected]>
Bump react types and fix hoist-non-react-statics?

f6cfa09c02b7866edcf9208d8721f1d1ef7d335e authored over 5 years ago by Jared Palmer <[email protected]>
Merge branch 'master' into hooks

2bc08b756987ab6e0a8ec55c2d32e7f06a9babee authored over 5 years ago by Jared Palmer <[email protected]>
Bump docs to 1.5.5

7c0236b1b217f3b1b5f7a237f5ef227da1513e10 authored over 5 years ago by Jared Palmer <[email protected]>
v1.5.5

1d2c08efb5809114ce8a3fd0f5d17aee2eb7af30 authored over 5 years ago by Jared Palmer <[email protected]>
Fix TS build and remove types for hoist-non-react-statics (#1521)

34a0805b774ef984c7d0278d9b79eff763170854 authored over 5 years ago by Jared Palmer <[email protected]>
Fixed typo (#1518)

47af0f4038d25d384e4eb067a0d5fc30f3ff5611 authored over 5 years ago by Clemens Tolboom <[email protected]>
Move to @palmerhq/tsdx (#1516)

* Move to @palmerhq/tsdx

* Fix TS errors in test

* Remove unused variable

* Fix type er...

902a40aeaab7de4f41d20e485f96bf1e215caf48 authored over 5 years ago by Jared Palmer <[email protected]>
Bump deps for hoist (#1514)

c63d38f2ed57ffbca78df48868a94acda6d36f76 authored over 5 years ago by Jared Palmer <[email protected]>
Merge branch 'master' into hooks

0872e62f00eb1376a30398fd9316d0a79113d870 authored over 5 years ago by Jared Palmer <[email protected]>