Skip to content

Releases: dohomi/react-hook-form-mui

MUI pickers version 6 and some more improvements

30 Mar 04:48
Compare
Choose a tag to compare

Breaking change due to new version of Pickers.

Upgrade to https://next.mui.com/x/migration/migration-pickers-v5/

Steps to upgrade:

  • @mui/x-date-pickers => >=6

The component signature did not change

fixes #144

Add readonly prop to DatePicker and DateTimePicker

Add DateTimePicker

14 Nov 08:10
Compare
Choose a tag to compare

Add Datetimepicker

closes #90

Support small prop on MultiSelectElement

15 Sep 02:42
Compare
Choose a tag to compare

As the title say this is a minor bugfix for MultiSelectElement to support the small prop

New Component

30 Aug 04:12
Compare
Choose a tag to compare

Restructure Repo as Monorepo and re-export react-hook-form API

29 Aug 06:22
Compare
Choose a tag to compare

Due to context issues this release got refactored to a monorepo and the NextJS and Storybook examples are now using the compiled version of the library.

Beside that the API of react-hook-form is getting re-exported so the context of useWatch can be defined inside of NextJS.
https://github.com/dohomi/react-hook-form-mui/blob/master/apps/nextjs/src/pages/withSub.tsx#L5

Fixes #89

Minor fix for onChange TextFieldElement

18 Aug 01:35
Compare
Choose a tag to compare

Patches

  • Propagate onChange for TextFieldElement closes #52: b585135

New DateTimePickerElement

18 Aug 01:29
Compare
Choose a tag to compare

Add new component DateTimePickerElement

For the use of the new element checkout the docs:
https://react-hook-form-material-ui.vercel.app/?path=/story/datetimepickerelement--basic

Thanks to @Morriz for his contribution.

  • Create DateTimePickerElement.tsx: e889050
  • Update index.ts: f7057d4
  • Merge pull request #90 from Morriz/master: b5a3d39
  • Add stories for DateTimePickerElement: 9edb9f4

Add example for month picker

17 Aug 03:43
Compare
Choose a tag to compare

Small fix on Multi-Select to support grid layout

Add example how a UI of a month picker could look like
Multi-Select:
https://react-hook-form-material-ui.vercel.app/?path=/story/multiselectelement--month-picker
Select:
https://react-hook-form-material-ui.vercel.app/?path=/story/selectelement--month-picker

  • Add example for month picker: c67b8ff

Add Slider Element

16 Aug 03:12
Compare
Choose a tag to compare

New Component SliderElement

For use check https://react-hook-form-material-ui.vercel.app/?path=/story/slider-element--basic