Skip to content

Releases: dohomi/react-hook-form-mui

Improve FormContainer

23 Jun 03:45
Compare
Choose a tag to compare

Changelog

The typings of FormContainer are improved, now the defaultValues types are directly interfered and propagated to the onSuccess function.

Additionally all useForm arguments are now forwarded to the FormProvider. This enables the use of resolver like yup/joi

  • Fix storybook: 55df369
  • Improve FormContainer typings and add useForm arguments: 06d4272

Move pickers import to new location

18 Jun 05:12
Compare
Choose a tag to compare

Move locations of pickers.

Thanks to @TomFreudenberg for his PR's

Important:
make sure that from this version onwards all pickers related imports move

@mui/lab => @mui/x-date-pickers

Closes #54

Fix Datepicker and Switch reset functionality

17 Jun 05:35
Compare
Choose a tag to compare

Fix Datepicker and Switch on reset

  • Remove test select field: ec81a57
  • Remove missing import: bfee274
  • Switch sb version and fix datepicker and switch reset: 382a327

upgrade all internal dependencies and move to Vite plugin.

Forward checkbox props

08 Jun 01:01
Compare
Choose a tag to compare

Forward checkbox props to CheckboxElement

Fix PasswordRepeat props forwarding

08 Jun 00:45
Compare
Choose a tag to compare

Fixes forwarding of the props. Thanks @CapsAdmin

Cleanup github action

22 May 02:11
Compare
Choose a tag to compare

Thanks @TimMikeladze for the contribution.

Patches

  • Chore: 🤖 Remove extra github action: c561cfc
  • Merge pull request #48 from TimMikeladze/master: b74e014

Add color for SVG icon on PasswordElement

18 May 11:44
Compare
Choose a tag to compare

Patches

  • Mod: enable setting of icon color for visibility icons from palette: fffe19b
  • Merge pull request #46 from 4commerce-technologies-AG/master: 3ec6fc4

Add github workflow and clean npm folder

18 May 10:05
Compare
Choose a tag to compare

Patches

Change tsup export

18 May 08:32
Compare
Choose a tag to compare

Try to move successful to tsup package without breaking package export.

Patches

Allow 0 values on select field

18 May 08:09
Compare
Choose a tag to compare

Patches

  • Bugfix select and textfield support 0 values: d89b811
  • Minor updates on package.json: 006b05c