- next js type inference (8b146ce)
- possible mutation errors due to missing copy of updated options (c03edfc)
- wrong copy of date objects (b6787c2)
- change submit return to allow all values (232a8d7)
- unmounted fields not being removed from the form (80dae36)
- add option to keep fields in form even if they are unmounted (f2a3f2e)
- examples: update package versions from workspace to explicit npm versions (309c881)
- elements returning jsx elements instead of react nodes (a38dd87)
- add npmignore to reduce package size (70f3199)
- move default entry file to last place to resolve nextjs error (0ff0855)
- form-core: allow files as a deep signalify exception similar to dates (7c6ac75)
- form-core: add transform buffer to bridge invalid transformations (ffe09b5)
- form-core: transform signal not doing finegrained updates (54d7d16)
- form-core: form validation skipping if fields without default values are registered (564eb8a)
- form-core: onSubmit validation running debounce (0b26e7a)
- form-core: array not being marked as dirty when adding or removing values (82827e7)
- form-core: creation of form group mutating members array (e5432e0)
- form-react: field group rerendering too much because members array is recognized as changed even though it hasnt (eca1d7a)
- form-react: allow to manage mounted state by a different source than the hooks (9ce5206)
- form-core: field transform function changes not being recognized (09488cf)
- form-core: keep unmounted values by default (a551942)
- form-core: allow to validate unmounted fields on form (6bf6c72)
- dev-tools-react: css reset (08a4d44)
- form-core: ignore undefined field values for equality (1fe72c0)
- form-core: deep signalisation of arrays (0e27a32)
- form-core: default values overwriting existing form values (a9e0bf0)
- form-core: combination of default values (e611a62)
- form-core: unmounted fields being ignored for default values (a53c9d7)
- form-core: errors clearing for unmounted fields on change (ba0a5c3)
- form-core: handle change not changing the base object (83d173f)
- form-react: construction of FieldProvider on field group (9bf95bf)
- form-react: binding of handleChangeBound function (ef65472)
- dev-tools-react: Update form-react dependency version (93e5a31)
- dev-tools-react: Show disabled state in dev tools (d660880)
- dev-tools-react: Add field group state to dev tools (58184ac)
- form-core: Add ability to disable fields and form (624e7cb)
- form-core: add field groups (e193d4d)
- form-react: Add field groups to react bindings (055215b)
- form-core: Reset values not taking field default values into account (165d7c3)
- form-core: mounted state being ignored for field array + object helpers (2e59628)
- form-react: Make sure to only update form and field options within a layout effect (e7ee994)
- form-react: Submit binding (db77152)
- signals: Fix signal retrieval for empty signals (31298b0)
- Add dev-tools-react to release (4b578b9)
- form-core: Fix child fields not being unregistered when parent is unregistered + remove fields if their value is removed through helper methods (e2d3e93)
- form-core: Fix incorrect default value used within form based on fields (5b0c92a)
- dev-tools-react: Add dev tools for the React bindings (378b635)
- form-core: Fix FormLogic.updateOptions not allowing to delete fields + array items through new default values (719318a)
- form-react: Fix form options not being optional (c4f958f)
- form-core: Add ability to set errors manually (552c90e)
- form-core: Add transformer to convert zod issues to errors consumable by the addError method during submission (e79c100)
- form-core: Add ability addErrors during submission (ff856ed)
- Fix package.json formats (e03ae04)
- Always auth for npm (b0e7e4c)
- Add additional auth token alias + add registry url (f4cd4a4)
- Add debug information to nx release (75444ee)
- form-core: Change README.md to trigger release (4ce47ce)
- Fix nx release not parsing output correctly (63a4262)
- form-core: Change README.md to trigger release (4b2723f)
- form-core: Change README.md to trigger release (ae85776)
This was a version bump only, there were no code changes.
- form-core: Move todo up (ec32d35)
- Fix build errors (460b765)