Ecosyste.ms: OpenCollective

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

github.com/react-hook-form/react-hook-form

๐Ÿ“‹ React Hooks for form state management and validation (Web + React Native)
https://github.com/react-hook-form/react-hook-form

๐Ÿ’ผ close #5603 to enable nested field array register with useFieldArray (#5608)

* close #5603 to enable nested field array reigster with useFieldArray

* revert test file

...

03d1d1ce427b754f1856748a1daed3411139a844 authored over 3 years ago
๐Ÿ‘๏ธ improve useController to only return focus method from ref (#5582)

* improve useController to only return focus method from ref

* check focus method

* check ...

a76c790a86fcd8f18b74d2d985c5e4a1ee948670 authored over 3 years ago
๐Ÿ›๏ธ improve useFieldArray when its getting unmount and pulling the latest values (#5583)

* improve useFieldArray when its getting unmount and pulling the latest value and stored as fiel...

bbef2bda579886738d410c54fd7ac43200f30cc4 authored over 3 years ago
7.8.4

444f2dfeea6b98d3fe09a3512ce7af4b7b23429d authored over 3 years ago
๐Ÿž fix #5555 register deep nested field append with strict mode (#5580)

* fix #5555 register deep nested field append with strict mode

* followed with test to cover...

8391fb11466512178461792061ea42b3a964835f authored over 3 years ago
๐Ÿ› fix #5566 should unregister inputs when useFieldArray unmounted (#5579)

* fix #5566 should unregister inputs when useFieldArray unmounted
- reset fieldArray defaultVal...

3935f1b15ee1fd8ff46c2d4ed70817105942a8c8 authored over 3 years ago
๐Ÿ”ข fix #5568 include . for a precise focus index lookup (#5578)

* fix #5568 include . for a precise focus index lookup

* include unit test coverage

43152afc3c253ced9533a62eb0554073be63162e authored over 3 years ago
๐Ÿ‘จโ€๐Ÿญ include unit test for setValue nested object

9d52e11bbfddb18e2c0f086ddd4f9bd48ff570ec authored over 3 years ago
๐Ÿ•ต๏ธโ€โ™€๏ธ improve logic on register absent inputs (#5556)

* improve logic on register absent inputs

* rename variable

* remove any and update with test

ae8db23d4f2ae46eac1717730fdf3e51032b6352 authored over 3 years ago
๐Ÿ‘ฎ fix #5538 type error with setError shouldFocus

6290d87df546bfbd38a6cc0204c457cca5c47856 authored over 3 years ago
7.8.3

fd7664c459a62cf2e1d3d580187d049fc82685ce authored over 3 years ago
๐Ÿ› fix 5527 resolver switching (#5530)

* fix 5527 resolver-switching

* include unit test for use case

5e998f5002706aff2d2dea36f9b2ba1b82a544a6 authored over 3 years ago
7.8.2

2955e75be5f3c85e2cc41a0b1ddbf3311b7039af authored over 3 years ago
๐Ÿ› fix #5507 register with value issue (#5511)

* fix #5507 register with value issue

* wip

* rename function

* fix unmount issue with ...

420a43c584088a5ec3a3f1339105a80cbdf4ece0 authored over 3 years ago
๐Ÿ“– fix #5510 with useFieldArray example for min length

85c60610006b606669d59d42212f18d361c84d3a authored over 3 years ago
7.8.1

43cd02eeadf992b696f3e20333cf451921f619cd authored over 3 years ago
๐Ÿ› fix #5499 issue with controller defaultValue overwrite defaultValues at useForm (#5500)

* fix #5499 issue with controller defaultValue overwrite defaultValues at useForm

* fix useCo...

99175a0dbb11271e5da5505ffacf04b2445909b3 authored over 3 years ago
๐Ÿฅผ update changelog

fc5778fa30f204117bdaeba64a46428e9b67130a authored over 3 years ago
7.8.0

2201dda32608899208873fbb0c4b6fcfce3a46b0 authored over 3 years ago
๐Ÿ› fix #5492 with empty reset with useController setting unmount attribute (#5493)

c41511fa10ffad75b95f5e054b58492dc87113d5 authored over 3 years ago
๐Ÿ‘Œ improve logic on unmount input with ref callback (#5488)

42663a2cbca6f3b7a253f92e23c920f24ff3c650 authored over 3 years ago
7.7.2-beta.1

8865bac3d964dcd5e4663b996aa35d3364d92007 authored over 3 years ago
๐Ÿ–‹ fix setValue with shouldTouch config (#5487)

* fix setValue with shouldTouch config
- combine with update dirty and touch logic into a singl...

6be4f5092598f6e32334697bdb327d9e191c0922 authored over 3 years ago
โšœ๏ธ feature: support shouldTouch with setValue (#5181)

* support shouldTouch with setValue

* remove it before trigger

9b5c2a45ee7b030e8a6bacc45c6e6bbac192f9c3 authored over 3 years ago
โ™ป๏ธ useFieldArray improvement with register value API (#5473)

* reduce function

* remove duplicated code

* replace set logic with custom register

7fa082a94f92ffc8a208269926ea86a89cd75829 authored over 3 years ago
๐Ÿ’– feature: support register with value (#5380)

* support register with value

* simplify the logic

* test case for custom register with va...

14db607ab7476bbc7fd8297752b01e230a8552b4 authored over 3 years ago
๐ŸŒ useFieldArray reduce function (#5471)

* reduce function

* rename function

a05b4360f0ff84b627c2bcb29b49e79ae07f4f38 authored over 3 years ago
๐Ÿช– improve focus logic for field array (#5470)

96555712d4e1006aa1affba89a0ded9743db3fa8 authored over 3 years ago
๐Ÿชข improve register perf and remove duplicated logic (#5469)

13c1a4243a1de321a818e42ad16636368250b841 authored over 3 years ago
๐Ÿฅ code quality lift and type improvement (#5445)

* minor type improvement

* fix issue with stale context

* move test into useForm

* comb...

1ed84b965c51c0d588d16049b0c8f653e52f0963 authored over 3 years ago
๐Ÿงฏ close #5440 remove extra value update (#5442)

b2717e05b75c50eddd0da4bbbbeb9d83ca981849 authored over 3 years ago
๐Ÿ”ฌ remove extra ref assign (#5433)

8989120e4a29aed505db870d8f4ad626da984940 authored over 3 years ago
โ›ฝ๏ธ packages update

8eddf5d135142a6835605b20ef3bf0edcda90495 authored over 3 years ago
๐Ÿช Improve isValid form State by removing extra internal formState (#5415)

* wip: remove extra formState for isValid

* setValue unit test pass

* reset unit test pass...

c26533fc746b9f73b937b3c951a38b7677a9c21f authored over 3 years ago
๐Ÿฅผ update changelog

a64f95513fa7caaa4e669448b0c25bf623012952 authored over 3 years ago
7.7.1

dee5babc910df97d58eefa3f7767f88cef5b35fa authored over 3 years ago
๐ŸŽ“ only register absent fields with shouldUnregister: false (#5418)

* only register absent fields with shouldUnregister false

* include unit test coverage

b01a4a307a065c643fb21b836ab040be0c4a6f18 authored over 3 years ago
๐Ÿ“˜ change 7.6.0 to 7.7.0 (#5410)

3effa311392647b63b856afb41f75de280dbf965 authored over 3 years ago
๐Ÿ’ช improve register logic (#5409)

* minor code reduce

* reduce code

* minor refactor on register

* improve register logic...

c7423a421124e3ec0e99aef37e570dc9c22c3c67 authored over 3 years ago
โŒจ๏ธ fix #5252 with nullable object error (#5408)

9e5391cdacdf4abf4d4ee88bd5c038470a785d13 authored over 3 years ago
๐Ÿฅผ update changelog

12f0ff112df35c53e5986ab85e88dc4b698bb8fc authored over 3 years ago
7.7.0

75341f70d38f2749e749311e5d7492d41dfa4a0b authored over 3 years ago
๐Ÿฅฒ fix unit test act warning

7cdc542eed1b25ff0ece4ffd29ff8c42affc2362 authored over 3 years ago
๐ŸŒŸ feature: focus with trigger (#4960)

* focus with trigger

* remove extra logic

* minor adjustment

* minor adjustment

ab402768eb21a12929397d1b4ac16bbfebb79aab authored over 3 years ago
๐Ÿ•ต๏ธ fix test warning (#5398)

367471e4317444cbd7d3aa08fdaf5996fe572b18 authored over 3 years ago
๐Ÿงผ bubble up error when thrown in submitHandler (#5391)

Co-authored-by: Brandon Gandy <[email protected]>

7bff535031ddc6f93941f7b174db6db714a2a552 authored over 3 years ago
7.6.10

822170a4ec6c1b9edc1d53de5dea26bec065c6db authored over 3 years ago
๐Ÿ› fix #5382 trigger() return incorrect valid state (#5383)

* fix #5382 trigger() return incorrect valid state

* followed with unit test

f0862f4a0b8e7e1cfbd20dfed38c3d6c4b0af84d authored over 3 years ago
๐Ÿž close #5379 getFieldValueAs return undefined when supplied with undefined (#5381)

600e2af592ef73681898755679a5c3d3dcd0f917 authored over 3 years ago
๐Ÿ˜… fix test case typo

3d27596cacb4b71e2c0aaf477a1a9a02ce01c00e authored over 3 years ago
7.6.9

6a5b15e7915508a86381f86bd35cdd66d0a1420b authored over 3 years ago
๐Ÿ› fix #5366 inline defaultValue validation (#5376)

21fd751ade266c94416e4411987f63faf2c2632a authored over 3 years ago
โŒจ๏ธ improve controller defaultValue prop type (#5375)

b3059cb3d1c97744eec8bf29c7c8cab9308f7dd7 authored over 3 years ago
๐Ÿ‹๐Ÿปโ€โ™€๏ธ reduce logic with value check (#5356)

* reduce logic with value check

* leave a space

Co-authored-by: leapful <[email protected]>

5219922f768665dd54f38113d4d962f7498aa37c authored over 3 years ago
7.6.8

26f68b2b22fee771a2aadbff0bcf446daa4b19af authored over 3 years ago
๐Ÿž fix #5361 remove check field logic for getFieldValues (#5363)

* fix #5361 remove check _f logic for getFieldValues

* include test coverage

2a454a92d1c63a0d0102569542cf6490518722f8 authored over 3 years ago
๐Ÿž fix #5277 Update value when switch to enabled from initial disabled state (#5350)

* 5277 Update value when switch to enabled from initial disabled state

* Update src/useForm.t...

60390616d5b4c292ab248fecfc84f7a4a85c53b0 authored over 3 years ago
๐Ÿ“ฆ update typescript and remove object define in useController (#5353)

* update typescript

* remove only

* fix cypress

* rename file to ts files

4cd0d13a26bf9e7c1f53dd690f1d78ea14488a15 authored over 3 years ago
๐Ÿ”’ security policy update

8435d0814735eab630a0169263053f664033acdf authored over 3 years ago
7.6.7

90982ccb6ad17aa7ff8ec88a78e177ed719ec125 authored over 3 years ago
๐Ÿž fix 5344 avoid re-register inputs (#5345)

* fix register absent with FileList object

* 7.6.7-beta.1

* skip when name is not found

...

6497bcbd2534fd7f5e6c17088cd8cefc4f9f6697 authored over 3 years ago
๐Ÿ‘Œ close #5283 useFieldArray issue with restrict mode (#5331)

* fix #5283 useFieldArray issue with restrict mode

* 7.6.7-beta.0

95a1157a6b34d6635eccd3339f46307d18c17004 authored over 3 years ago
๐Ÿ‹๐Ÿปโ€โ™€๏ธ save esm bundle size (#5327)

* attemp save size

* remove extra const

480a312df974a8f491fe6566b1c56688814d8b3d authored over 3 years ago
๐Ÿ“– update PR template

e20c86c11f4d03832748a942f007591d5552a811 authored over 3 years ago
โŒจ๏ธ accept readonly field path arrays (#5317)

495812f7dbe537c4f3a6e15049a73299dcd261cf authored over 3 years ago
๐Ÿงช unit test for issue #5300 (#5307)

* unit test for #5300

* revert

cfbf3e1b0798e08c41d71c427c5f70dd538b2eda authored over 3 years ago
7.6.6

9ca5477f7b112fd9573466e50444e6d27d0163be authored over 3 years ago
๐Ÿ› fix #5300 issue with register absent deep nested object (#5302)

153cf98134243314d7d565ad6a2833ba9cbc512b authored over 3 years ago
๐Ÿงช include missing unit test

5ec15980264088af0bf3b4b2f12827fc3ab6043c authored over 3 years ago
๐Ÿ•ต๏ธ close #5297 issue with get with empty path (#5298)

cb0283d814e0bcca2cac38e3af3fd3ed66db9f77 authored over 3 years ago
7.6.5

e2a0b26d6a070581dffba067c74b3a62810c3617 authored over 3 years ago
๐Ÿž fix #5286 useWatch with fieldArray inconsistent behaviour (#5287)

* fix #5286 useWatch with fieldArray inconsistent behaviour

* update unit test

897fcbdc545cecdfa7bcf999280665a0bd4f9e77 authored over 3 years ago
๐Ÿ™„ remove test.only

a902ff12cdf2ee3cd495f018c0757369abe322ae authored over 3 years ago
7.6.4

3d8cee4d45bfe04d06c5de3fcb0fb0349e098e19 authored over 3 years ago
๐Ÿž fix #5276 setValue with null (#5278)

* fix #5276 set null bug

* include unit test update

dd821f6a5e067b04e8df8cd2537cfd6f1e612433 authored over 3 years ago
๐Ÿง‘โ€๐Ÿ’ป close #5234 follow with unit tests (#5270)

* unit test for #5262

* close #5234 with unit test and return isValid

6ef134561d60c9f85ec31250ed3cba1d90202090 authored over 3 years ago
๐Ÿงช unit test for #5262 (#5269)

16b1c40229f01c8480afd629be8ae691254daa3f authored over 3 years ago
7.6.3

d695d8f50db8ed064f7e02722468cccbb39c2e85 authored over 3 years ago
๐Ÿž fix #5246 useFieldArray with nested arrays throws error (#5251)

* fix #5246 useFieldArray with nested arrays throws error

* should register deeply nested obj...

27f5c4caf26d6f252cfb1279b4efb5fca2b988be authored over 3 years ago
๐Ÿž fix #5262 register checkbox issue with absent register (#5263)

0e20b48a80ba714bd10f0fe0519e9835dfe21443 authored over 3 years ago
7.6.2

a85d415c473518012f1e1d73e29c047177165c87 authored over 3 years ago
๐Ÿž fix #5234 should render error logic for valid state (#5235)

* fix #5234 should render error logic for valid state

* Revert "fix #5234 should render error...

5a44263869848ca4b6b3270c3611e035274d0387 authored over 3 years ago
โค๏ธ thank you JGibel for sponsoring

3af1ad11ae2b0ccf0a17f68cb8aac0da4d32a291 authored over 3 years ago
โŒจ๏ธ fix missing-register-options-generic-type (#5238)

bc7d2dff738efe29631355dfb2b39cb7415b34d7 authored over 3 years ago
7.6.1

acec66727656979847f00dfa39828ce6ccda7a79 authored over 3 years ago
๐Ÿž fix #5229 issue with ref become undefined (#5233)

00df23891e72e4225a7d07793c0282127300dd61 authored over 3 years ago
๐Ÿ”– close images gap (#5215)

d50c330bf8e40c140c9ff43d2c37a221c4305d64 authored over 3 years ago
๐ŸŽ improve multiple useWatch performance (#5210)

* improve useWatch perf

* 7.6.1-beta.0

* 7.6.1-beta.1

* remove postversion

* update ...

102a60d3e0ed93142e7d863c3bab88ac283868a4 authored over 3 years ago
๐Ÿ‘ close #5208 useFieldArray nested object with React.StrictMode (#5209)

ecd99aaed93b614541f2a51b553e965f162e73a8 authored over 3 years ago
๐Ÿฅผ update changelog

283e0a256027308b2e310aec7540a97ee877c78d authored over 3 years ago
7.6.0

0915d547c19b45a3966b36b7d94e1e4312e1827f authored over 3 years ago
โœจ useForm register absent defaultValues (#5069)

* poc on defaultValuesStrategy

* remove unused file

* Revert "remove unused file"

This ...

4241b0cae9ca5647b40607e072ee17287fa04a53 authored over 3 years ago
๐Ÿ”ข include semantic version number during version publish

41198f808ede6c2af161d360836320b53dd4e463 authored over 3 years ago
7.5.3

f69f4a70d4f996f729ddfd121c59610ee229da0c authored over 3 years ago
7.5.3-beta.1

89cc2aa1ec84e70e8e250799924e26dff15fc260 authored over 3 years ago
7.5.3-beta.0

3aa424d19710f18c43021ac8b8432923e1f60f48 authored over 3 years ago
๐Ÿง  close #5162 watch behaviour with useFieldArray set to shouldUnregister: true (#5173)

49de7669ab4fe804ada111bb4a852f6df4d1fb85 authored over 3 years ago
๐Ÿงป remove .js for eslintrc

edac4a7692fe7371d129025cd2585bfdecf8a4fc authored over 3 years ago
โค๏ธ thank you knoefel for sponsoring

ba7ce4e7cb0b7bd2b26eecc9e6ac3f6960ad20db authored over 3 years ago
โค๏ธ thank you Chris Tsongas for sponsoring

d1ff020bed4495297f4d55481e154c428f0ba460 authored over 3 years ago