One of the most critical changes in this release is the auto field value update implemented in #729. Conform now updates input value using the DOM api instead of relying on the key to re-mount the inputs with the new defaultValue.
Helpers like getInputProps, getSelectProps or getTextareaProps are no longer spreading a key to the input element. This change resolves warnings related to 'key' props being incorrectly passed to JSX, streamlining input handling.
Thanks to pkg.pr.new, we are now releasing a preview version on every pull request (#742). This allows users to install pre-release versions easily, fostering better testing and integration.
Improved the types of submission.payload in #706. If you were using Remix with single fetch, the action results should no longer be in type never, improving the development experience.
Collection
[
|
...
]