Releases: fracht/reactive-forms
Releases · fracht/reactive-forms
@reactive-forms/[email protected]
@reactive-forms/[email protected]
[email protected]
What's changed
- Used get-changed-workspaces-action (#194) @AlexShukel
- Deleted examples (#191) @AlexShukel
- Moved docs in packages (#190) @AlexShukel
- Started migrating to turbo (#188) @ArtiomTr
- Update stocked (#187) @ArtiomTr
- Cover code with tests (#180) @ArtiomTr
- Fixed bug with handle arrays in deepRemoveEmpty (#176) @AlexShukel
- Bump next from 10.0.1 to 11.1.0 in /docs (#154) @dependabot
- Bump path-parse from 1.0.6 to 1.0.7 in /docs (#153) @dependabot
- Altered publish script (#150) @ArtiomTr
- Fix publish scripts (#140) @ArtiomTr
- Fixed size limit action (#139) @ArtiomTr
- Create tests for core package (#132) @AlexShukel
- Created tests for useMorfixControl (#101) @ArtiomTr
- Excluded validateAllFields from useMorfix return; used MorfixHelpers in MorfixShared type (#100) @AlexShukel
- Create "on validation failed" functionality (#94) @AlexShukel
- Add controller into submit action (#95) @AlexShukel
- Created coverage report workflow (#99) @ArtiomTr
- Created example with parcel (#82) @AlexShukel
- Removed example, fixed configuration (#81) @AlexShukel
- Bump lodash from 4.17.20 to 4.17.21 in /docs (#77) @dependabot
- Bump y18n from 4.0.0 to 4.0.1 (#73) @dependabot
- Bump y18n from 4.0.0 to 4.0.1 in /docs (#74) @dependabot
- Bump ssri from 6.0.1 to 6.0.2 in /docs (#75) @dependabot
- Bump is-svg from 4.2.1 to 4.3.1 in /docs (#72) @dependabot
- Bump elliptic from 6.5.3 to 6.5.4 in /docs (#71) @dependabot
- Bump ini from 1.3.5 to 1.3.8 (#70) @dependabot
💥 Breaking changes
- Strongly typed paths (#181) @ArtiomTr
- disablePureFieldsValidation refactoring (#164) @AlexShukel
- Renamed main component to ReactiveForm (#115) @AlexShukel
- "mrfx" prefix renaming (#109) @AlexShukel
- Renamed morfix -> reactive-forms (#105) @ArtiomTr
- Refactor (#80) @ArtiomTr
- Moved to new stocked version (#78) @ArtiomTr
🚀 Features
- Created autosave package (#195) @ArtiomTr
- Created useUncontrolledField hook (#192) @ArtiomTr
- Modify form proxy provider (#183) @ArtiomTr
- Returning paths object from useForm hook (#182) @ArtiomTr
- Strongly typed paths (#181) @ArtiomTr
- Put proxy into context (#158) @ArtiomTr
- Proxy validators (#156) @ArtiomTr
- Created is pending in useForm (#144) @AlexShukel
- Created FieldValueArray (#137) @AlexShukel
- Created ReactiveFormProvider and consumer (#135) @ArtiomTr
- Created possibility to specifiy initialValues via promise (#134) @ArtiomTr
- Created onValidationSuceed and onReset callbacks (#133) @ArtiomTr
- Validator updates (#131) @ArtiomTr
- Created field component (#130) @ArtiomTr
- Create field value component (#128) @AlexShukel
- Initialized x package (#127) @ArtiomTr
- Create error message (#124) @AlexShukel
- Created SubmitButton (#118) @AlexShukel
- Create field array component (#121) @AlexShukel
- Added name property in ArrayFieldProps (#120) @AlexShukel
- Create form component (#117) @AlexShukel
- TextField component (#110) @ArtiomTr
- Dom memory optimization (#107) @ArtiomTr
- Morfix plugins (#103) @ArtiomTr
- Create proxy (#102) @ArtiomTr
- Remove react dom from core (#97) @ArtiomTr
- Add possibility to skip validation for pure fields (#66) @ArtiomTr
- Create useArrayControl hook (#60) @ArtiomTr
🐛 Bug fixes
- Fixed bug with validation ignoration after value changed (#185) @ArtiomTr
- Fixed bug with empty array error (#177) @AlexShukel
- Fixed useControlHandlers (#174) @ArtiomTr
- Fixed validateUpdatedFields (#173) @ArtiomTr
- Validation registry bug fix (#172) @ArtiomTr
- Validation registry validateBranch bug fix (#171) @ArtiomTr
- Fixed validate updated fields (#167) @ArtiomTr
- Fixed optimization issue (#166) @ArtiomTr
- Fixed deepRemoveEmpty function (#165) @AlexShukel
- Bug fix (#163) @ArtiomTr
- Merging initialValues and current values on submit (#162) @ArtiomTr
- Fixed submit (#161) @ArtiomTr
- Pass initialValues in onReset callback (#159) @AlexShukel
- Fixed bug with errors and touched not being array (#160) @ArtiomTr
- Fixed interceptedRegisterValidator (#157) @AlexShukel
- Fixed isSubmitting value resetting (#155) @AlexShukel
- Infinity loop bug fix in get difference map (#152) @ArtiomTr
- Fixed bug with initial values (#151) @ArtiomTr
- hotfix: render component (#149) @ArtiomTr
- Fixed validateForm (#148) @AlexShukel
- Fixed bug with difference map (#147) @ArtiomTr
- Deep remove empty errors in validateForm (#146) @AlexShukel
- Made all callbacks referenced (#145) @ArtiomTr
- Loading bug fixes (#143) @AlexShukel
- flattenObject Bug fix (#142) @AlexShukel
- ReactiveFormProvider bug fix (#141) @ArtiomTr
- Fixed renderComponent function and FieldValue (#138) @ArtiomTr
- Fixed FieldValue component (#136) @ArtiomTr
- Dom package types fix (#129) @ArtiomTr
- Fixed lockfiles (#125) @ArtiomTr
- Fixed isSubmitting value in submit function (#119) @AlexShukel
- Fixed core package bundle (#108) @ArtiomTr
- Updated size.yml worfklow (#98) @ArtiomTr
- Main CI pipeline fix (#96) @ArtiomTr
- Fix documentation deploy (#69) @ArtiomTr
- Exhaustive-deps bug fix (#62) @ArtiomTr
- Covered utils with tests, fixed bugs (#61) @ArtiomTr
🧰 Maintenance
- Extracted turbo config (#198) @AlexShukel
- Updated stocked version (#197) @AlexShukel
- Updated to the latest stocked version (#184) @ArtiomTr
- Created FieldValueArray test (#178) @AlexShukel
- Created test for useSubmitAction (#179) @AlexShukel
- Updated stocked to the latest beta version (#170) @ArtiomTr
- Extracted enzyme configuration in setupFiles (#169) @AlexShukel
- Renamed prepublish script (#123) @ArtiomTr
- Create script for package publish (#122) @ArtiomTr
- Fixed build (#116) @ArtiomTr
- "mrfx" prefix renaming (#109) @AlexShukel
- Updated ci workflow (#79) @ArtiomTr
- Moved to monorepo (#76) @ArtiomTr
- Fixing vulnerabilities (#68) @ArtiomTr
- CI now uses matrix (#63) @ArtiomTr
[email protected]
[email protected]
initial version