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

๐Ÿงป remove default tile prefix

6156ee0fa92682e15f738274a2fea9a80d53775b authored over 3 years ago
๐Ÿž fix #6731 subscription issue with unmount field array (#6732)

* fix #6731 subscription issue with unmount field array

* include unit test coverage

63e6aa227555631f33de5f9e1960a56bde1bdff0 authored over 3 years ago
๐Ÿ’‰ simplify controller field state error type (#6730)

* simplify controller field state error type

* fix unit test coverage

* fix unit test

85097ae4bced7f8ffdd68256c583ca2a98c8561c authored over 3 years ago
โค๏ธ thank you Alex Johansson for sponsoring

8ddd0e1eb95b07b5df1c5f1867cb5ae17b7e96d9 authored over 3 years ago
๐ŸŒŸ improve reset with keepDefaultValues options (#6720)

* improve reset options

* update reset api with improve keep defaultValues option

* fix cy...

08b060298ee76eb29715ad64507055eadf3212af authored over 3 years ago
๐Ÿ‘‚ improve useSubscribe hook (#6724)

* improve useSubscribe hook

* useRef with callback

* code elimination

* fix type

* r...

e0f0a2be3e2e43e89aa526a27507719984067c5d authored over 3 years ago
๐Ÿ“˜ fix type errors in customMaskedInputWithController example v7 (#6719)

* Add files via upload

Fix type errors in customMaskedInputWithController example v7

* Upd...

07070805401c52f6e55f2ae7707a240a1886c158 authored over 3 years ago
๐Ÿ“– more TS test coverage for missing generic at useForm (#6716)

* attempt to fix the issue

* include test coverage for any/none generic

* rename type

*...

ccaec46a62d7f6d44b5418b53a14ec96f7e8bf0b authored over 3 years ago
7.17.1

28368632adef25a8f1b20d17def340112c7f95e0 authored over 3 years ago
Revert "โœจ Add support for generic components using `FieldPathWithValue` (#6562)" (#6717)

This reverts commit f5a25199c27b4b0622556ca634cd869b271117eb.

08883bb4d5bfe6898c0dfd82815afaeafb5e8531 authored over 3 years ago
๐Ÿ™ minor code improvement (#6715)

* minor watch logic improvement

* minor code improvement

* fix issue caught by test

51e9bafd62db48d7dfe77c980685498f93a0a609 authored over 3 years ago
๐Ÿ–Œ๏ธ fix Path and ArrayPath types for defined value type with interface (#6626)

* fix: improve Path type for defined value type with interface

* fix: improve ArrayPath type ...

ab106ab57f4ee049a4fec89bb83fb8deb1d34e31 authored over 3 years ago
๐Ÿง‰ close #6657 support equality check on date time object (#6706)

2d061a95bcb66d98581d6e913f30f03ecac21436 authored over 3 years ago
๐Ÿฅผ update changelog #6693 over interface type improvement

e511ac47b41d59626366e2d58b4e61bde87b89c5 authored over 3 years ago
๐ŸŽธ improve internal logic and save bytes (#6701)

9d8302e68ef9d186134366250a04c35e9ea4fc9d authored over 3 years ago
๐Ÿ’„ minor code improvement and remove set FileList (#6700)

* minor code improvement and remove set FileList

* consistency with single if statement

* ...

d4f31f5596338e2c7b327b2af252fd02638b0b89 authored over 3 years ago
๐Ÿชฃ update to the latest packages (#6699)

* update to the latest packages

* minor code clean up

8654604547ebea7bafce251e4d08e221d288c033 authored over 3 years ago
โค๏ธ thank you Taku Kobachi for sponsoring

417695ab08087175228050a8bcb9945e6c19a8d0 authored over 3 years ago
๐Ÿ›‚ refactor: improve createFormControl (#6691)

* remove unneeded native reset api

* save some bytes with comma expression

* save a retur...

c03c66eb8d650a9a881fe47d3e968b80ec7b3918 authored over 3 years ago
๐Ÿฅผ update changelog 7.17.0

62c5701b6b47871c23378f25c6bf384a1ce9d8cc authored over 3 years ago
7.17.0

d06f52ba3d06ac7b37105b9536dcc53a45ec3e2c authored over 3 years ago
โœจ Add support for generic components using `FieldPathWithValue` (#6562)

* โœจ Add support for generic components using FieldPathWithValue

* โœ… Fix tests

* โœจ Fix i...

f5a25199c27b4b0622556ca634cd869b271117eb authored over 3 years ago
๐Ÿ“ฆ update packages (#6688)

* update packages

* change check api to click

* remove index.tsx

* remove only

319219b4370cd25a0a4e76ae228dec2db516e400 authored over 3 years ago
โš™๏ธ migrate from Select.options to Select.selectedOptions (#6678) (#6687)

* Migrate from Select.options to Select.selectedOptions (#6678)

* Add selectedOptions as a pe...

7ef44471c6c173017d5b7f9d909b4624b9297f4d authored over 3 years ago
๐Ÿž fix #6683 trigger regression with isValid subscription (#6686)

56a1fbcdb062ea4beaed5cfb7535bd7d62a908b8 authored over 3 years ago
7.16.2

3a4c79b61ec16b418fc0e3150ebf36a977944e6f authored over 3 years ago
Update formProvider.tsx (#6675)

Update formProvider.tsx to work with v7.

9d9db53ecb8303c1580e3e04b93e5326c8e5ccfb authored over 3 years ago
๐Ÿ‘จโ€๐Ÿซ added example for dirty fields only (#6662)

b1a3459e04ed1c2093f6d7e3a1b4365f0e5beb6f authored over 3 years ago
โŒจ๏ธ fix fieldState error type with NestedValue (#6658)

* include test case coverage

* revert back to the old type

* Revert "revert back to the ol...

9e2e851833778a5ac1fd162daadd7cf27e740788 authored over 3 years ago
๐Ÿ‘“ fix #6655 issue with field array focus name with filter operator (#6656)

* fix #6655 issue with field array focus name with filter operator

* remove only

* patch i...

dcd8c7e743bad61f451416115e614a3a2bf34dce authored over 3 years ago
๐Ÿž fix #6651 trigger api with schema validation per field level (#6652)

d812ca231719017d5a09314e29753838ae9bada3 authored over 3 years ago
๐Ÿฅผ update changelog 7.16.1

7b62767981ac176805a85123854f22d16f44ebc0 authored over 3 years ago
7.16.1

096618aa7142d655d4c86076129453c7dabea0b1 authored over 3 years ago
๐ŸŽน fix #6646 incorrect type with fieldState error (#6650)

* fix #6646

* fix type error with detect nested field

* include test for deeply nested

...

4adffaeb17f06f9b244daa1093148342f5e68c14 authored over 3 years ago
๐Ÿ‘‚ fix issue with stale subscription name and remove .only in test (#6642)

* fix issue with stable subscription name and remove .only in test

* fix unit test on render ...

de6db78192e82192a38b92f81aba030ec0810a39 authored over 3 years ago
๐ŸŽง refactor subscription logic into useSubscribe (#6614)

* attempt with subscribe early instead of useEffect

* pass test

* include new useSubscribe...

22843cb4e71080c0cc987fedb7439136eb4fb5a1 authored over 3 years ago
๐Ÿฅผ update changelog 7.16.0

bfa02de4c4c95bd6b3927f0d6d53d7ac2f812853 authored over 3 years ago
7.16.0

7102b2b54059796b2c848b818567212cd553bac7 authored over 3 years ago
๐Ÿ—บ๏ธ fix Mapped types for defined value type with interface (#6605)

* fix: fix Mapped types for defined value type with interface

* refactor: refactor mapped typ...

6a869a45983661d55b29589a0d02950b25289ef5 authored over 3 years ago
๐Ÿฅ close #6590 prevent error throw by missing input with trigger API (#6591)

* fix #6590

Signed-off-by: Egi Ginting <[email protected]>

* add unit test

Signed-...

e9bea66595c9c943647c066ba344077d7e3617ef authored over 3 years ago
๐Ÿช„ feat: Ability to provide custom onBlur and onChange handlers (#5620)

* feat: Ability to provide custom onBlur and onChange callbacks

Related to #4977 and #4751

...

ddc924343dca2a4cd828f3a977b745dfd517faee authored over 3 years ago
7.15.4

f3adae1980370842a55004a8ab2d3d9c87dd5035 authored over 3 years ago
๐Ÿ’‰ inlcude unit test for #6581 setValue with missing input

35fc8d8dd4f949904aa5a31afccaaa6cbc3f3ccc authored over 3 years ago
๐Ÿ‘จโ€๐Ÿญ close #6581 by register input with setValue to improve DX for missing registered inputs (#6582)

* ๐Ÿ‘จโ€๐Ÿญ close #6581 by register input with setValue to improve DX for missing registered inputs

...

69da4363622868877e88dfbb8e8d0ed84bc0bb71 authored over 3 years ago
๐Ÿž fix #6573 calling setValue from useEffect at mount does not update controller value (#6578)

87a6ae1c508c1de95cc41cc1e39f189a87e74967 authored over 3 years ago
โค๏ธ thanks Oscar Wu Li for sponsoring

12561a713941f34545131af3dc437aae19bea641 authored over 3 years ago
โŒš๏ธ close #6548 watch, reset with shouldUnregister: true by trigger extra re-render to flush out the current form values (#6549)

a3a6a5b2980764617f09f904b29d32709d83c861 authored over 3 years ago
๐Ÿž fix async useFieldArray actions (#6540)

* fix aysnc useFieldArray actions

* remove duplicated code

* code reduction

1af061ee9079077b666be4e9b85317d9f1c87a67 authored over 3 years ago
๐Ÿ”– fix typos in examples and source code (#6531)

ecbd848b33550f97951f53c03d1db2d9db2ae8a8 authored over 3 years ago
๐Ÿ’‰ replace updateValues with cloneObject (#6530)

* replace updateValue with cloneObject

* update snapshot

* improve clone object and cypres...

70d7691bb05e317456753c426edf7c5ab5ab0290 authored over 3 years ago
7.15.3

9ce365390d5fda48c48c69d62b96f21da5473a61 authored over 3 years ago
๐Ÿž fix #6528 reset update isMounted when isValid is not subscribed (#6529)

* fix #6528 reset update isMounted when isValid is not subscribed

* revert change

* includ...

8a1f978cb39694230b6e11b6cb34a862fc45601b authored over 3 years ago
๐Ÿž fix #6513 reset keepValues update formValues (#6524)

* fix #6513 reset keepValues update formValues

* remove additional div tag

4f2fe6a34c5c52b8453c3e3e40e5d9d1a23eed22 authored over 3 years ago
โค๏ธ thank you Pavel for the sponsorship

0ebbdb5f4aa69b8464041d10bad6004ddf4908d0 authored over 3 years ago
๐Ÿž fix #6482 reset formValues with shouldUnregister: true (#6512)

* fix #6482 reset formValues with shouldUnregister: true

* package update

* upgrade cypress

f45a9e8efd7189ec7045fab0ff4963b0f748813a authored over 3 years ago
๐Ÿž fix #6509 return defaultValues when components are not mounted (#6511)

f32c38cd27c45f0f82d3429dbe834d00033ce31e authored over 3 years ago
๐Ÿ”จ proper fix for useController default value update (#6510)

* include proper fix for useController default value update

* uncomment code

d8426ef1adccb8c0adfa40b53605f8dab235ade1 authored over 3 years ago
7.15.2

8ca71b286d4e9064df877a484a6a633c7cd33116 authored over 3 years ago
๐Ÿž fix #2655 disabled input should set to undefined (#6501)

* fix #2655 disabled input should set to undefined

* fix unit test

0a9b2a03828d9db277a111a55a99aabbfa8815d5 authored over 3 years ago
๐Ÿž improve ControllerFieldState type for Controller types (#6500)

* fix: improve ControllerFieldState type for Controller types

* refactor: refactor Controller...

1c29ecb5d9b4febe08f1b4c4bc4bb1f12ca80f85 authored over 3 years ago
๐Ÿž add File and FileList interface for ReactNative (#6495)

* fix: add File and FileList interface for ReactNative

* 7.15.2-beta.0

Co-authored-by: Bei...

7d1a7a701e357ae29511adbe433cb24a7dfe10e5 authored over 3 years ago
๐Ÿฅผ update changelog

b8ce62717d3196ff3fb71782deb7a3795c0803b7 authored over 3 years ago
7.15.1

05d8845f8bd8dfe5b7226a1de1b334c5a5780d43 authored over 3 years ago
๐Ÿ’ป ci: update from ubuntu-16.04 to ubuntu-latest (#6485)

0337cb5c7a826bf2e71da549d89257a439d8fb48 authored over 3 years ago
๐Ÿž fix handleChange to set undefined value (#6481)

* fix: fix handleChange to set undefined value

* test: add integration test

15f2dc5c6d23af7cab4e544edd02ad4adbcb6ee2 authored over 3 years ago
๐Ÿš€ fix: add UnionLike type for FieldErrors and FieldNamesMarkedBoolean type (#6381)

* fix: add UnionLike type for FieldErrors type

* fix: fix utility types

* refactor: fix lo...

35e311325b61f80afec736218f9d06961cb98541 authored over 3 years ago
๐Ÿž fix #6473 isMount flag for useWatch value subscription (#6474)

53c969a899d1edd4fc0388f9b7054ff21ec63ab6 authored over 3 years ago
๐Ÿž fix #6469 schema checkbox validation incorrect parent node lookup (#6471)

1845c753cb25746587ad76819ced88ebb61e81b8 authored over 3 years ago
7.15.0

6db65993f2e4ccbd4e26b8a4718c81f90d78b86d authored over 3 years ago
๐Ÿž fix #6379 toggle disabled props with register api (#6459)

* fix toggle disabled props with register api

* wrap with if check

* Revert "wrap with if ...

5df4312f298d72229194f53b708de5e02a43f4ef authored over 3 years ago
๐Ÿ—บ๏ธ improve Mapped types (#6451)

* refactor: improve mapped types

* reafactor: improve DeepMap type

184fe269fdd9ab730eb87854bc56c7aabc7ec968 authored over 3 years ago
refactor: improve NestedValue type (#6449)

b0dfe7d0337da036fcdbfe498fb143f4d8f8d8f5 authored over 3 years ago
๐ŸŽ‡ [useFieldArray] new method `replace()` (#6304)

* Adds the `replace()` - new `fieldArray` method

* Adds the test coverage to the new method
...

df12bf89bae6edd328db0e98fa31ae2c1b90bffb authored over 3 years ago
๐Ÿ—๏ธ feat: improve PathValue type to fully support union type (#6431)

fea6ccafce9f9fe1e665a4d6470691063af348af authored over 3 years ago
7.14.2

38e8641026a639310d0460344ee7c1d0bcd19427 authored over 3 years ago
๐Ÿงฅ fix getter and setter consistency (#6408)

* fix getter and setter consistency

* fix build

f77cf144146c471018e5c71bb3a768c2bff65d37 authored over 3 years ago
๐Ÿ› fix #6403 issue with fields object with getter and setter function (#6407)

f0ecdfa6f64fdfcffded0f5e2d10e154be52662a authored over 3 years ago
โŒจ๏ธ update watch observer types (#6404)

The watch callback is only invoked with one field at a time. See https://github.com/react-hook-...

51166ad65322134891d2d5a8d8f007fcd05a7e1c authored over 3 years ago
7.14.1

10d67caad875cca631f2a62ff7691aa44a098505 authored over 3 years ago
Revert "๐ŸŽน fix #6265 objects may have error messages (#6275)" (#6391)

This reverts commit d2eefdeb61f1bebed37676cc2923f20e2a0e0c37.

b436c4176700c153f263626bb50401baff9d4e55 authored over 3 years ago
๐ŸŽฎ prevent controller with TypeError: e.focus is not a function (#6386)

* fix focus type issue of controller

* move checking logic

b1b1c8ea47fa3440f8982b9918bccdbe56eb5245 authored over 3 years ago
๐Ÿ‘พ improve change event perf (#6373)

* improve handleChange perf

* delay validation skip check

* cache revalidated mode

* pa...

89cd7a25c00259821d59e10ca3c4023aa71bf8ce authored over 3 years ago
๐Ÿž fix #6379 when disabled is not return from the DOM attribute (#6380)

* fix #6379 when disabled is not return from the dom attribute

* include unit test coverage

4aaf2a0e2e6e92806a4f836f8d8016fad79c8b89 authored over 3 years ago
๐Ÿงป code improvement and size reduction (#6372)

* remove an extra variable

* package upgrade and minor code clean up

* minor validate logi...

4c142ceb5054b01ddb5b05269e8a947a87cf58d1 authored over 3 years ago
7.14.0

abd9146f1a524bb97394ffa37a66afb36d1213c0 authored over 3 years ago
โค๏ธ thank you Raรญ Siqueira for the sponsorship

60c593f701e17c06c8bcf5eefd440e24d87baa0b authored over 3 years ago
๐Ÿ“ญ close #6367 missing absent empty object and array input from defaultValues (#6368)

33c75563e5c2c8de7061f1dcbeb62e18791d699f authored over 3 years ago
๐Ÿ‡ฏ๐Ÿ‡ต create version7 Japanese README (#6356)

* Create a version7 japanese README

* Add Japanese translation link to README

Co-authored-...

4e7042d64942e9ed9b78b295f2443ddded9f8a2e authored over 3 years ago
Revert "7.15.0-next.0"

This reverts commit 63e885d5a90f699b5fc419bd01a1f48500754744.

16f23b907dec99bb8f38585d448cf15e565f5a2b authored over 3 years ago
7.15.0-next.0

63e885d5a90f699b5fc419bd01a1f48500754744 authored over 3 years ago
7.14.0-next.0

97d78afea681244fddedef47726f159513e7cd49 authored over 3 years ago
๐Ÿฆ† close #6319 remove shallow clone with watch return value (#6336)

* close #6319 remove shallow clone with watch return value

* shallow clone at useWatch level

3671b3c3f839f1a5ac64bd4b4b9e332df4689f04 authored over 3 years ago
๐Ÿ—๏ธ fix #6320 type issue with provider context (#6326)

de1ad01b5fa9be147df518554cccb99b7413f37d authored over 3 years ago
๐ŸŽ›๏ธ fix #6335 useController only update field ref #6341

* fix useController to only update field ref

* fix controller reigster ref issue

* remove ...

b6ffb6e33a253e13df8f0569ed09be899dcf0174 authored over 3 years ago
๐ŸŽฎ close #6328 useController set defaultValue to be part of formValues (#6329)

8fd05c5c83c3574e57efd0e555ce5ca59d402a0b authored over 3 years ago
๐Ÿฅณ feature: add dependent validation - run a dependent field's validation after another field's validation runs (#6141)

* Feature: Run validation when another field's validation runs
* Register gets a new option: de...

6fbc52f1cc58fe9fbb3b767e61be593b32cdcd8a authored over 3 years ago
7.13.0

7617ca6d7d64f8c58a2e231eaefd05b79d58b020 authored over 3 years ago
โฑ๏ธ close #6296 abort validation early when disable prop is detected (#6300)

d372748ca6b72d9cbdcb992f184dc2acc718bf42 authored over 3 years ago
๐Ÿง‹ clean up package deps (#6289)

* clean up package deps

* remove resolve

* packages update

* code reduce on validate co...

0153891206cc16e408cfb42f0de30ce58d5591e3 authored over 3 years ago
๐ŸŽน fix #6265 objects may have error messages (#6275)

* fix(types): #6265 objects may have error messages

* fix(lint): lint issue on unit test

d2eefdeb61f1bebed37676cc2923f20e2a0e0c37 authored over 3 years ago