mui-rhf-integration

React Hook Form integration for MUI with strict TypeScript handling based on form context.

MIT License

Downloads
230
Stars
4
Committers
2

Bot releases are visible (Hide)

mui-rhf-integration - v5.0.0 Latest Release

Published by github-actions[bot] 23 days ago

5.0.0 (2024-09-25)

Features

BREAKING CHANGES

  • This and future versions require MUI 6
mui-rhf-integration - v4.0.3

Published by github-actions[bot] 7 months ago

4.0.3 (2024-03-26)

Bug Fixes

  • RhfAutocomplete: default to null value for single autocomplete during loading (0ab7f23)
mui-rhf-integration - v4.0.2

Published by github-actions[bot] 7 months ago

4.0.2 (2024-03-26)

Bug Fixes

  • update exports statements (d7ae8b9)
mui-rhf-integration - v4.0.1

Published by github-actions[bot] 7 months ago

4.0.1 (2024-03-26)

Bug Fixes

  • match peer dependency to dev dependency (2af2b55)
mui-rhf-integration - v4.0.0

Published by github-actions[bot] 7 months ago

4.0.0 (2024-03-25)

Features

  • upgrade to @mui/x-date-pickers v7 (d6d9e85)

BREAKING CHANGES

  • this release is incompatible with @mui/x-date-pickers v6.
mui-rhf-integration - v3.4.1

Published by github-actions[bot] 7 months ago

3.4.1 (2024-03-20)

Bug Fixes

  • RhfAutocomplete: do not map value to option while loading (a3a7995)
mui-rhf-integration - v3.4.0

Published by github-actions[bot] 12 months ago

3.4.0 (2023-10-28)

Features

  • allow ReactNode as label for checkbox and radio group (cba22f7)
mui-rhf-integration - v3.3.0

Published by github-actions[bot] about 1 year ago

3.3.0 (2023-07-23)

Features

  • date-picker: forward slot props (d330c56)
mui-rhf-integration - v3.2.0

Published by github-actions[bot] over 1 year ago

3.2.0 (2023-04-27)

Features

mui-rhf-integration - v3.1.0

Published by github-actions[bot] over 1 year ago

3.1.0 (2023-04-25)

Features

  • RhfTextField: pass name property to inner TextField (aa88709)
mui-rhf-integration - v3.0.2

Published by github-actions[bot] over 1 year ago

3.0.2 (2023-04-18)

Bug Fixes

  • pack all exports in root directory and include CJS files (186fbaa)
mui-rhf-integration - v3.0.1

Published by github-actions[bot] over 1 year ago

3.0.1 (2023-04-17)

Bug Fixes

  • add module type and more explicit exports (4a73494)
mui-rhf-integration - v3.0.0

Published by github-actions[bot] over 1 year ago

3.0.0 (2023-04-17)

Features

  • migrate to @mui/x-date-pickers V6 (2bc5427)

BREAKING CHANGES

  • mui-rhf-integration now requires V6 of @mui/x-date-pickers.
    Additionally, the date pickers are now exported as
    mui-rhf-integration/date-picker
mui-rhf-integration - v2.1.0

Published by github-actions[bot] over 1 year ago

2.1.0 (2023-03-03)

Features

  • RhfTextField: add character counter (4080b4f)
mui-rhf-integration - v2.0.3

Published by github-actions[bot] over 1 year ago

2.0.3 (2023-03-02)

Bug Fixes

mui-rhf-integration - v2.0.2

Published by github-actions[bot] almost 2 years ago

2.0.2 (2023-01-13)

Bug Fixes

  • move date and time pickers to separate export file (a00d0e8)
mui-rhf-integration - v2.0.1

Published by github-actions[bot] almost 2 years ago

2.0.1 (2023-01-13)

Bug Fixes

  • add catch statement to lazy date and time pickers (629848b)
mui-rhf-integration - v2.0.0

Published by github-actions[bot] almost 2 years ago

2.0.0 (2023-01-13)

Features

  • update to newer dependencies (c5948a9)

BREAKING CHANGES

  • The react dependency has been raised to version 18.2.
mui-rhf-integration - v1.1.0

Published by github-actions[bot] over 2 years ago

1.1.0 (2022-06-25)

Features

  • RhfAutocomplete: allow transforming between options and form values (2458a17)
mui-rhf-integration - v1.0.1

Published by github-actions[bot] over 2 years ago

1.0.1 (2022-06-13)

Bug Fixes

  • date-pickers: assign input ref to both the field and the date pickers (166b11e)
  • remove ChipComponent from AutocompleteProps (d5e5f6b)
  • replace deprecated fieldState.invalid (3458a55)
  • update date and timer picker prop generic declaration to latest version (eb3997e)