Releases: seasonedcc/remix-forms
Releases · seasonedcc/remix-forms
v1.6.1
What's Changed
- Fix: Pass preventScrollReset to submit function by @danielweinmann in #170
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Add a Remix 1.14.1 app to make sure our types work with both new and older versions of Remix by @danielweinmann in #166
- Add preventScrollReset prop to forward to the framework Form by @danielweinmann in #169
Full Changelog: v1.5.4...v1.6.0
v1.5.4
What's Changed
- Clear global errors on new submission by @danielweinmann in #162
Full Changelog: v1.5.3...v1.5.4
v1.5.3
What's Changed
- Allow serialization of button name and value by @danielweinmann in #159
Full Changelog: v1.5.2...v1.5.3
v1.5.2
v1.5.1
What's Changed
- Rename GitHub org by @danielweinmann in #140
- Remove unused tsconfig package by @gustavoguichard in #141
- Add dynamic form example by @danielweinmann in #150
- Fix code for dynamic form example by @danielweinmann in #151
- Fix flaky specs by @diogob in #153
- Fix forward ref and coercion of array fields by @diogob in #152
Full Changelog: v1.5.0...v1.5.1
v1.5.0
Highlights
- Imperative submit by @gustavoguichard in #136
What's Changed
- eslint setup and clean up by @gustavoguichard in #135
- Update get-started content by @vedovelli in #138
New Contributors
- @vedovelli made their first contribution in #138
Full Changelog: v1.4.0...v1.5.0
v1.4.0
Highlights
- Wrap fields with context to expose a
useField
hook by @bvangraafeiland in #133 - Check out the new example.
What's Changed
- Fix hook order on Form by @danielweinmann in #129
- Revalidate (or at least clean) server errors on input change by @diogob in #126
- Show hidden input errors as global errors by @felipefreitag in #132
- Add infrastructure for mdx docs by @felipefreitag in #134
Full Changelog: v1.3.0...v1.4.0
v1.3.0
What's Changed
- Add reValidateMode prop by @felipefreitag in #125
- Wrap forms with RHF's
FormProvider
by @bvangraafeiland in #127
New Contributors
- @bvangraafeiland made their first contribution in #127
Full Changelog: v1.2.2...v1.3.0
v1.2.2
README updates
- Update Discord link to our own community by @gustavoguichard in #117
- Update discord links by @danielweinmann in #118
Bugfixes
- Fix several use cases to customize radio buttons by @diogob in #116
- Fix radio labels when using field with children by @diogob in #120
Full Changelog: v1.2.1...v1.2.2