Releases: react-hook-form/devtools
Releases Β· react-hook-form/devtools
Version 4.3.3
- fix #216 dev tool freeze app issue
Version 4.3.2
- update react 19 support support
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