v1.1.0-pre.0
Pre-release
Pre-release
Improvements
- The form value should now keep in synced on DOM updates (e.g. when you render an addition input) (#491)
- You can now access the latest form or field metadata in the callback without the need to subscribe it during render (#467)
- Form errors will be cleared immediately on form submit now instead of waiting until the server result is back (#553)
- Both the
update
andreset
intents now accept an optional index similar to theinsert
intent (#555) - Conform will revalidate on blur only if there was any changes made before (i.e. an input event was triggered) to minimize the chance server error get cleared simply because of moving focus out of the inputs. (#559)
- The
useFormMetadata
hook now accept noformId
(#560)
Full Changelog: v1.0.6...v1.1.0-pre.0