- e2fa983: Add set did submit function
- bb2330c: Improve change event handling and add filter property
- 187df71: Switch to using signals-react-safe. This is a breaking change, since signals are no longer automatically subscribed. In most cases, you should use the
useFieldData
,useFormContextData
, etc... hooks instead of accessing signals directly.
- 0784d09: Fix error in validate method
- d4b31a8: Validate search params
- ae4b547: Remove errorResponse helper, as it interferes with vite tree-shaking
- bd8a6ca: Add context in onSubmit callback
- fa22d63: Add formRef and useSubmit hook
- 7cd3f65: React to schema changes dynamically
- f36fcdf: Automatically set data value if field has a value in the DOM
- 3b0bbaa: Don't package node dependencies
- 879d914: Separate remix entrypoint
- 4a7ffba: Set server errors on form context rathern than breaking memoization
- 14b799e: Automatically convert form data in validate
- cfefbae: Add schema implementation
- c5f9839: Add support for multi selects
- 208da03: Improve reactive forms by not updating value if it hasn't changed
- 4515d6a: Add support for external form data
- dd18f9a: Fix form id hidden field value
- 73d6f31: Added support for signals 2.0
- 5449d69: Relax react and signals-react dependencies
- 501c49d: Fix useFieldsContext
- 096fbab: Pass signal value to input
- 7e99b57: Relax remix dependencies
- d5174f4: Import project
- d53903a: Initial release