-
fix(form-core): Resolve memory leaks for SSR / Devtools (#1866)
-
Ensure dynamically rendered fields receive form validation errors (#1691)
-
fix: prevent unnecessary re-renders when there are no async validators (#1929)
Fields were re-rendering twice on each keystroke because
isValidatingwas being set totruethenfalseeven when there were no async validators to run. This fix checks if there are actual async validators before toggling theisValidatingstate.Fixes #1130
- Bump TanStack pacer to pacer-lite for reduced custom event emissions. (#1876)
- Fix issues with methods not being present in React adapter (#1903)
- fix stale fields on array changes (#1729)
- allow explicitly setting
field.handleChange(undefined)(#1729)
- Removes debug config from event client in form-core (#1852)
-
- Make
fieldMetarecord typePartial<>to reflect runtime behaviour (#1787)
- Make
- Optimise event client emissions and minor layout tweaks (#1758)
- respect dontValidate option in formApi array modifiers (#1775)
- fix(form-core): prevent runtime errors when using
deleteField(#1706)
- fix(form-core): call
onSubmitInvalideven whencanSubmitis false (#1697)
- Removes UUID from package.json for native environments. Reverts formId to a getter function. (#1753)
- Bump @tanstack/devtools-event-client to 0.3.2, patches side effects in event client. (#1767)
- fix(form-core): handle string array indices in prefixSchemaToErrors (#1689)
- bump to latest event client, for angular ssr (#1761)
-
ssr, dayjs, uuid, version bump patch (#1747)
-
Jumping v1.22.0 as it's incorrectly published, fixed adapter to core. (#1749)
- Bump core to match devtools, docs config update (#1739)