Releases: react-hook-form/devtools
Releases ยท react-hook-form/devtools
Version 4.3.1
- fix runtime error with devtool due to incorrect version
Version 4.3.0
- allow styles overwrite
export interface DevtoolUIProps {
control: Control<any>;
placement?: PLACEMENT;
/** Custom styles for the "show/hide panel" button and for the panel div */
styles?: {
/** Custom styles for the "show/hide panel" button */
button?: React.HTMLAttributes<HTMLButtonElement>['style'];
/** Custom styles for the panel div */
panel?: React.HTMLAttributes<HTMLDivElement>['style'];
};
}
thanks to @cvolant
Version 4.2.0
๐ Chrome extension support
We will ship the chrome extension in the next following days.
huge thanks to @jsun969
Version 4.0.2
fix #113 Invert animation so that when not visible to start, there is no animation off screen (#114)
fix: set header bg color explicitly to avoid overwriting by the host app (#112)
thanks to @@jprosevear @plrthink
Version 4.0.1
Version 4.0.0
Version 3.0.0
Version 3.0.0-rc.1
Version 2.2.1
- fix the issue with
dirtyFields
Version 2.2.0
- support RHF v6.5.0 (Note: this version will not work with < 6.5.0)