Ecosyste.ms: OpenCollective

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

mobx-react-form

Reactive Mobx Form State Management
Collective - Host: opensource - https://opencollective.com/mobx-react-form - Website: https://medium.com/@foxhound87 - Code: https://github.com/foxhound87

fix: zod validation crashes when some of fields don't have errors #636

fix #636

github.com/foxhound87/mobx-react-form - 2d9f991303b749e6e3faa4aa4ca05d0e74da145a authored 8 months ago by foxhound87 <[email protected]>
Merge branch 'VladSt90-master'

github.com/foxhound87/mobx-react-form - 6280f50f8e6aca4ddee879dc6c06b332f633f3ca authored 8 months ago by foxhound87 <[email protected]>
fix(zod plugin): fix validation crash

github.com/foxhound87/mobx-react-form - d6e006d2d0186514cb5f7a5e04ee11da196bac73 authored 8 months ago by Vlad Stukov <[email protected]>
fix: introduced `SubmitOptions` and `SubmitHooks` models

github.com/foxhound87/mobx-react-form - e9b6ada8891e69f0f984b08b7fcd39444359239a authored 9 months ago by foxhound87 <[email protected]>
fix: deprecated `checkSVKValidationPlugin`

github.com/foxhound87/mobx-react-form - e593c968576c574464813f2c4d1d0db355ba5708 authored 9 months ago by foxhound87 <[email protected]>
fix: introduced `validate()` input types

github.com/foxhound87/mobx-react-form - ed171fc24c79551197755406a56a7c79177a8363 authored 9 months ago by foxhound87 <[email protected]>
feat: validator types improvements

github.com/foxhound87/mobx-react-form - 415cc6addbc9b1730e563079e3e7215d5beae94b authored 9 months ago by foxhound87 <[email protected]>
fix: deprecated field `showAsyncErrors()`, field import in `FormInterface`

github.com/foxhound87/mobx-react-form - 3eebaceb6f16359a1744a7de3e6df7ed435c89f8 authored 9 months ago by foxhound87 <[email protected]>
fix: fix: call `invalidate()` with `deep` argument

github.com/foxhound87/mobx-react-form - da376402a4741eda16f076fed0c426d301f32808 authored 9 months ago by foxhound87 <[email protected]>
refactor: refactored field showAsyncErrors

github.com/foxhound87/mobx-react-form - 6face47657262eced777f3a415aade3eece98ad3 authored 9 months ago by foxhound87 <[email protected]>
fix: fix: call `invalidate()` with `async` argument

github.com/foxhound87/mobx-react-form - f891f24a127956023a7bdb9969e50cff10dfc8ba authored 9 months ago by foxhound87 <[email protected]>
feat: field `invalidate()` methods arguments updated, introduced `deep`

github.com/foxhound87/mobx-react-form - 411b8d70d8804392d25928656882baf893331178 authored 9 months ago by foxhound87 <[email protected]>
fix: better handling of `deep` argument for `showErrors()` & `invalidate()` methods

github.com/foxhound87/mobx-react-form - bb9986294cb35bbcc3904b02eafc7147cc3198c8 authored 9 months ago by foxhound87 <[email protected]>
fix: extend hooks and handlers on form instance using set()

github.com/foxhound87/mobx-react-form - 9d748ab19fcc5088587b84f4da519023d1b5e09f authored 10 months ago by foxhound87 <[email protected]>
fix: reset validation action for mobx strict mode

github.com/foxhound87/mobx-react-form - 63ea8c859876d7638e752cc8130d94d405a4f623 authored 10 months ago by foxhound87 <[email protected]>
fix: mobx strict mode for hooks and handlers

github.com/foxhound87/mobx-react-form - ff08c81b09d510bf1ba83101eac4ce0f9481cc8a authored 10 months ago by foxhound87 <[email protected]>
Merge branch 'cmolenda-632-fix-assignable-hooks'

github.com/foxhound87/mobx-react-form - d737eeb857fb53dae30a341825d44c273a2524d7 authored 10 months ago by foxhound87 <[email protected]>
fix: #632 assignable hooks

This bug was introduced in v6.4.0

In rare circumstances, creating a form class with a hooks met...

github.com/foxhound87/mobx-react-form - ffad106564626120ee32a83f6b6c341a01f30251 authored 10 months ago by Chad Molenda <[email protected]>
feat: introduced `class`/`classes` props to handle `Field` extension in Fields Definitions

github.com/foxhound87/mobx-react-form - ffb8f874c5bd191e2f100a645a12a67c4b227008 authored 10 months ago by foxhound87 <[email protected]>
Merge branch 'cmolenda-custom-field-constructor'

github.com/foxhound87/mobx-react-form - 903e88af3d47ecf7fd1a7098e7fac0aeef5012e8 authored 10 months ago by foxhound87 <[email protected]>
feat: configurable field classes

github.com/foxhound87/mobx-react-form - 72e8c13b1ba2217c9233f673f799bdc440379456 authored 10 months ago by Chad Molenda <[email protected]>
fix: added missing bind method to field interface

github.com/foxhound87/mobx-react-form - 4a3b2420fe6aff4a429cbdf95945ee1cf76bfc2b authored 10 months ago by foxhound87 <[email protected]>
feat: zod driver, svk nested

zod driver, svk nested

#404

github.com/foxhound87/mobx-react-form - fab755a18c6f03006b8c000bd08f92ce956aed6c authored 11 months ago by foxhound87 <[email protected]>
feat: handle `set()/get()` for `hooks` and `handlers`

github.com/foxhound87/mobx-react-form - d6b95252007771761793649cb3f38695dbf57a44 authored about 1 year ago by foxhound87 <[email protected]>
feat: ability to define or override hooks after initialization

github.com/foxhound87/mobx-react-form - a81b951ae3e5ebcf52afd66e6e22737f68181f26 authored about 1 year ago by foxhound87 <[email protected]>
fix: handle `onSubmit` hook return promise

github.com/foxhound87/mobx-react-form - b1aec1c073eda94af4c9d81fcc0b74a8f92d7812 authored about 1 year ago by foxhound87 <[email protected]>
chore: update sponsors

github.com/foxhound87/mobx-react-form - bbeb5495a3e0a3ae413d491723897539024f7643 authored about 1 year ago by foxhound87 <[email protected]>
fix: composer error method

composer error method

github.com/foxhound87/mobx-react-form - 9118bf43ff8f68fc439af6bb44c469e971d04983 authored about 1 year ago by Cla <[email protected]>
chore(deps): bump yaml and semantic-release (#625)

Removes [yaml](https://github.com/eemeli/yaml). It's no longer used after updating ancestor depe...

github.com/foxhound87/mobx-react-form - dd4a84e16eba7f8fa91e34327539f06c83226111 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: fix: `parseCheckArray` checks for `incremental` field status

Fix: `parseCheckArray` checks for `incremental` field status.

github.com/foxhound87/mobx-react-form - 1d3ac214101e18af1e8ca5ae8eac8ebc353cd69e authored over 1 year ago by Claudio Savino <[email protected]>
fix: isArrayFromStruct

isArrayFromStruct

github.com/foxhound87/mobx-react-form - 67fef53afe1183e5753dab51c2d2e32d4f2e5514 authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated readme and changelog

github.com/foxhound87/mobx-react-form - 163bdbc6e9c478bf02339d05b1aa0229182bcd26 authored over 1 year ago by Claudio Savino <[email protected]>
fix: `get('value')` retrieve empty array removed after `update()`

`get('value')` retrieve empty array removed after `update()`

github.com/foxhound87/mobx-react-form - 928cacf6f224005b57966d35486b8c5c882e255b authored over 1 year ago by Claudio Savino <[email protected]>
feat: open in new windows

open in new windows

github.com/foxhound87/mobx-react-form-devtools - 84bc15c29c829528c709522f229e7263cdb37fed authored over 1 year ago by Claudio Savino <[email protected]>
fix: `preserveDeletedFieldsValues` on `add()` action to handle `fields` prop

`preserveDeletedFieldsValues` on `add()` action to handle `fields` prop.

github.com/foxhound87/mobx-react-form - 8d18b2f251d8660190c16bd2a865bd1d04e09dec authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated readme

github.com/foxhound87/mobx-react-form-devtools - 290d1ed34bc5bad88fd23361f446a5a08918de04 authored over 1 year ago by Claudio Savino <[email protected]>
fix: introduced field `computed` prop

Introduced field `computed` prop

github.com/foxhound87/mobx-react-form - c2d9244d00e86e8dfd009b26461fde8bbae5aabd authored over 1 year ago by Claudio Savino <[email protected]>
feat: introduced computed props and composer

introduced computed props and composer

github.com/foxhound87/mobx-react-form - 8492ee9e08a597de2f2ad72cbee672a75316cda3 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: `input` function removed from `set value`

Fix: `input` function removed from `set value`.

github.com/foxhound87/mobx-react-form - ed07ffdbc393b8013a513bd97617b4c2a5f6ed55 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: `input` function removed from `set value`

Fix: `input` function removed from `set value`.

github.com/foxhound87/mobx-react-form - dd6376fe238c28570a88d9c8a063276da4210c43 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: mobx cycle detected in computation (get() strict mode)

Fix: mobx cycle detected in computation (get() strict mode)

github.com/foxhound87/mobx-react-form - 5a8181dca5a0098825d1c3c40438b9adfab0a896 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: input function applied 2 times when using `set()`

Fix: input function applied 2 times when using `set()`

github.com/foxhound87/mobx-react-form - da89513f762750cda81ed3bcefecae250a56ccd9 authored over 1 year ago by Claudio Savino <[email protected]>
feat: feat: #433 (File input append mode)

Feat: #433 (File input append mode)

fix #433

github.com/foxhound87/mobx-react-form - 5f31d7ef2a33e30d4680fb1044b3593988db1099 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: #624 (default() helpers)

Fix: #624 (default() helpers)

Fix: #624

github.com/foxhound87/mobx-react-form - 5849cc1333796c231bee4c6ff2b3507e28a34bd5 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'mmoczulski-fix-form-defaults'

github.com/foxhound87/mobx-react-form - 22d72b488aa40ac6879d38450b15b3fffd184983 authored over 1 year ago by Claudio Savino <[email protected]>
fix(base.ts): fix form defaults()

It seems to me, that there was a bug introduced with commit
https://github.com/foxhound87/mobx-r...

github.com/foxhound87/mobx-react-form - 280e8cffbb098049a288340f7d44486380338c9e authored over 1 year ago by Michal Moczulski <[email protected]>
chore: updated package homepage

updated package homepage

github.com/foxhound87/mobx-react-form - 00d32253d958fa260638ac118765253289ac46b2 authored over 1 year ago by Claudio Savino <[email protected]>
feat: introduced `fallbackValue` and `retrieveNullifiedEmptyStrings` form options

Introduced `fallbackValue` and `retrieveNullifiedEmptyStrings` form options.

github.com/foxhound87/mobx-react-form - a5d151b61c78de5f3e029318ebb515a40ac99038 authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated readme

updated readme

github.com/foxhound87/mobx-react-form - 170a2d87759105f5885cbe077a202c957ec68df4 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 73320722a74ba117446c95fefc31e3fc832913fd authored over 1 year ago by Claudio Savino <[email protected]>
feat: master release

master release

BREAKING CHANGE: master release

github.com/foxhound87/mobx-react-form - 863487455597d6d663c67395a79c247a73ef6211 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: onSync/onChange handlers

fix: onSync/onChange handlers

github.com/foxhound87/mobx-react-form - bf2acf26024db55403e344cafe2693463e48ae5b authored over 1 year ago by Claudio Savino <[email protected]>
refactor: tested and removed props exceptions

tested and removed props exceptions

github.com/foxhound87/mobx-react-form - 3c23db8be89dc7ac4ba7df2879458615321b9925 authored over 1 year ago by Claudio Savino <[email protected]>
fix: `set()` will apply `input` function also to `initial` and `default` props

`set()` will apply `input` function also to `initial` and `default` props.

fix: #519

github.com/foxhound87/mobx-react-form - 97c276a258c676d1c8ef5bcf7073d1c59108e171 authored over 1 year ago by Claudio Savino <[email protected]>
feat: introduced trim method and options + fixes

introduced trim method and options + fixes

fix: #283

github.com/foxhound87/mobx-react-form - 72f4a8bf8dce9eabf35b1f4dadb46bac17d8029a authored over 1 year ago by Claudio Savino <[email protected]>
fix: using `autoTrimValue` option will not trigger `onChange` Event Hook

using `autoTrimValue` option will not trigger `onChange` Event Hook

github.com/foxhound87/mobx-react-form - 6223b4fe7f58c313350e29a8257b72e7070c9d0a authored over 1 year ago by Claudio Savino <[email protected]>
feat: introduced inputMode field prop and autoTrimValue form option

introduced inputMode field prop and autoTrimValue form option

fix #283

github.com/foxhound87/mobx-react-form - 6ed5db6bb9c95ff3780b5831a1b96f75e0182b33 authored over 1 year ago by Claudio Savino <[email protected]>
feat: updated onChange hook behavior and fixes

updated onChange hook behavior and fixes

fix #337

github.com/foxhound87/mobx-react-form - 8e417a38ad704f9e7837bab41a14924c57896a60 authored over 1 year ago by Claudio Savino <[email protected]>
fix: ref computed, allow set ref

ref computed, allow set ref

github.com/foxhound87/mobx-react-form - 7f20503318df79695eb471afbcade27c426ca836 authored over 1 year ago by Claudio Savino <[email protected]>
chore: ref computed

ref computed

github.com/foxhound87/mobx-react-form - 870399eaf5b0106af5b5c5b427ee47715b9d3acb authored over 1 year ago by Claudio Savino <[email protected]>
chore: substr to substring

substr to substring

github.com/foxhound87/mobx-react-form - ee23faddf36a9db3d0ab7ed300956487cf811bf6 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - c11f0fa6631c31ad41e0523b650a96c9e2dadc40 authored over 1 year ago by Claudio Savino <[email protected]>
feat: support input ref, fix: focus method

support input ref, fix: focus method

fix: #529, fix: #250, fix: #524

github.com/foxhound87/mobx-react-form - e0fd4c28cd0a4805b2b7a7ca1e2b143511308271 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - e7aaad226288fe96c2f8c9a86f36baad70b27451 authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: empty constructor

fix: empty constructor

github.com/foxhound87/mobx-react-form - 389905d7b2714e15743169622b728a94bd69a0ac authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 30a87ccc3d2fa72e0f7581e98e5ad521ae531db7 authored over 1 year ago by Claudio Savino <[email protected]>
fix: introduced `preserveDeletedFieldsValues` form option

Introduced `preserveDeletedFieldsValues` form option

github.com/foxhound87/mobx-react-form - 1a6af13f5227b2a0c74d4efc33a28579a2d12067 authored over 1 year ago by Claudio Savino <[email protected]>
updated minimizer

github.com/foxhound87/mobx-react-form-demo - 6d8b5002332d9ea3a56e641d8886f7964c565222 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 7a33065e7a5ac8808e39db4753023263d1f23c0c authored over 1 year ago by Claudio Savino <[email protected]>
feat: fix: #585 #531

fix: #585 #531

fix: #585, fix #531

github.com/foxhound87/mobx-react-form - e59727c0241b57a2849479a8ffc9fac4607816f1 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 901f0d7302d84da59873afa8af59b4582051305a authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated readme build status

github.com/foxhound87/mobx-react-form - f5ce9633dfb743c18b991a0ee5ed98c0c880817d authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - f6049496e2d9fe95a39020eda597ef30601e3834 authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated tests #585, #531

github.com/foxhound87/mobx-react-form - 45d6f23fcfdf8d243a0942a39fd11e1feb8d3864 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - cf8655cd1a94aba0c0682673647ed4ee9e67e678 authored over 1 year ago by Claudio Savino <[email protected]>
chore: updated tests #585 #531

github.com/foxhound87/mobx-react-form - e7a93b3f199b5e438bb5b7cfbd2bf15a435b923c authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - cba79196fcc0ce6d6c9b2faf46719ebe366ed06e authored over 1 year ago by Claudio Savino <[email protected]>
chore: added test for #531

added test for #531

github.com/foxhound87/mobx-react-form - 94294e6bbb4ad08abadb5c940d95336978f950b0 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 98e0e1f7a0afac454f314b693b72b03182e33fef authored over 1 year ago by Claudio Savino <[email protected]>
chore: added test for #585

github.com/foxhound87/mobx-react-form - 589a8bddbf83b88f5be1e5cdc07c85f50801dd34 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - 75b1716f6b6b1283c9b686328298f9367c2cd7dc authored over 1 year ago by Claudio Savino <[email protected]>
fix: fix: #371 #399 #408

fix: #371 #399 #408

fix: #371 #399 #408

github.com/foxhound87/mobx-react-form - 6209c69ed590c21dcc6c562a9b89b918477f41e7 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - c4eced9df4ede783ffb8d9fd99d76ad9d39fd48a authored over 1 year ago by Claudio Savino <[email protected]>
updated demo link

github.com/foxhound87/mobx-react-form - f1ea523aef16c2e9ed6928dbc1ac8063e37c1e1e authored over 1 year ago by Claudio Savino <[email protected]>
fix build root and demo link

github.com/foxhound87/mobx-react-form-demo - 409bef2ef1034ff55114d117eb2f1f48fd507099 authored over 1 year ago by Claudio Savino <[email protected]>
typescript support

github.com/foxhound87/mobx-react-form-demo - 67106043a9d34b0eb94165828086f9b0d4552d54 authored over 1 year ago by Claudio Savino <[email protected]>
Merge branch 'next'

github.com/foxhound87/mobx-react-form - e6c4172977e7f4a5f602a9096f58d5b51e2b9935 authored over 1 year ago by Claudio Savino <[email protected]>
feat: update version 5.4.0

#616 #617 #615 #613 #614 #544 #454 #518 #376 #497 #582 #394

github.com/foxhound87/mobx-react-form - 8feab3d75b66e74a848600b15611a2b6ea94bd1d authored over 1 year ago by Claudio Savino <[email protected]>
feat: update version 5.4.0

#616 #617 #615 #613 #614 #544 #454 #518 #376 #497 #582 #394

github.com/foxhound87/mobx-react-form - 5f357f1be0f2b267a1614fe2bf56fb14f0a9b597 authored over 1 year ago by Claudio Savino <[email protected]>
updated npm version

github.com/foxhound87/mobx-react-form-devtools - 5d26af93876f67cbd20b6aa9c71dcee357c4253c authored over 1 year ago by Claudio Savino <[email protected]>
chore: fix validator imports

github.com/foxhound87/mobx-react-form - d1d52d1f190fb8ce43406f91fb7464420b18718e authored over 1 year ago by Claudio Savino <[email protected]>
support typescript

github.com/foxhound87/mobx-react-form-devtools - 296273223e6ada177d383e33eaa6e8413a2eedcd authored over 1 year ago by Claudio Savino <[email protected]>
refactor: deprecated init method

github.com/foxhound87/mobx-react-form - 86acfa280649c2a2e892a858f4f1231fd508e1d3 authored about 2 years ago by Claudio Savino <[email protected]>
refactor: updated models

github.com/foxhound87/mobx-react-form - 26123aa7718871c6e9ddec67e1699e949d096ece authored about 2 years ago by Claudio Savino <[email protected]>
fix: Support validatedWith with nested property of a field's value

#611

github.com/foxhound87/mobx-react-form - 0b94cfaa45625595f7a8162068780c842f90dece authored about 2 years ago by Claudio Savino <[email protected]>
fix: set disabled prop

#609

github.com/foxhound87/mobx-react-form - 2b522bc7960f5f54f90bff44776b00b2ce415d17 authored over 2 years ago by Claudio Savino <[email protected]>
fix: set disabled prop

fix #609

github.com/foxhound87/mobx-react-form - 80add7aa123260e92745eca72b310bac5131a9d2 authored over 2 years ago by Claudio Savino <[email protected]>