Skip to main content
Version: 2.1

What's changed?

2.1.1

Released - 30 Mar, 2025

Fixes & Enhancements

  • Internal optimization to reduce bundle size
  • Correct fieldLabelText logic in RHFSelect

2.1.0

Released - 3 Mar, 2025

New Components 🔥

New Helper functions 🎉

2.0.1

Released - 11 Jan, 2025

  • Update exports and typesVersions to fix resolution of default imports from the individual folder of a component.

2.0.0

Released - 14 Dec, 2024

New Components 🔥

New Features 🎉

  • Add allLabelsAboveFields prop in ConfigProvider component to set showLabelAboveFormField to true for all components.
  • Added required prop for all components to indicate in the formLabel that the field needs to be filled with the relevant value before submission.
  • Add fontSize, fontFamily, fontColor, fontBackgroundColor options in the toolbar for RHFRichTextEditor.
  • Introduce form-helpers module which exposes internal utility functions to the developers.

Enhancements ✨

  • Added a new form example containing all components with validation handled through the registerOptions prop.
  • Added a checkbox to enable or disable all form fields in the forms that include every component of this package.
  • Version-Specific Documentation.

Fixes 🛠️

  • Checkbox default label now renders with label prop
  • Add disabled prop in RHFCheckboxGroup & RHFRadioGroup
  • Improve implementation for RHFNativeSelect & RHFColorPicker. Check Migration Guide for more details.
  • Update v1 docs

Compatibility with MUI v6 and above

Introduced a flag isAboveMuiV5 in the code to handle the deprecation of the following props when using this package with MUI v6 or above. The dependencies have also been upgraded to care care of this.

Mui ComponentDeprecated Prop in v5Use InsteadComponents Affected
AutocompleteChipPropsslotProps.chipRHFAutocomplete, RHFMultiAutocomplete, RHFCountrySelect
TextFieldinputPropsslotProps.htmlInputRHFAutocomplete, RHFMultiAutocomplete, RHFCountrySelect
TextFieldInputPropsslotProps.inputRHFPasswordInput, RHFTagsInput, RHFPhoneInput

1.0.3

Released - 1 Nov, 2024

  • Fix defaultFormHelperTextSx bug in ConfigProvider.
  • Handle snake-case convention to render default form label text.
  • Added Examples and Playground links on appbar in docs website.