Skip to content

Releases: react-hook-form/devtools

Version 4.3.1

06 Mar 21:24
Compare
Choose a tag to compare
  • fix runtime error with devtool due to incorrect version

Version 4.3.0

08 Dec 11:20
Compare
Choose a tag to compare
  • 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

11 Jul 09:40
Compare
Choose a tag to compare

Group 2

๐ŸŽ‰ Chrome extension support

We will ship the chrome extension in the next following days.

huge thanks to @jsun969

Version 4.0.2

18 Jan 22:09
Compare
Choose a tag to compare

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

01 Sep 09:22
Compare
Choose a tag to compare
  • fix #103 dev tool useFieldArray throw error (#104)

Version 4.0.0

25 Aug 22:59
Compare
Choose a tag to compare

close #100
close #96
close #88

Version 3.0.0

02 Apr 07:16
fcee352
Compare
Choose a tag to compare

wall paper

Compatiabale with React Hook Form Version 7

Version 3.0.0-rc.1

30 Mar 09:20
Compare
Choose a tag to compare

improve #70
fix #69

Version 2.2.1

25 Aug 07:04
Compare
Choose a tag to compare
  • fix the issue with dirtyFields

Version 2.2.0

25 Aug 01:26
Compare
Choose a tag to compare
  • support RHF v6.5.0 (Note: this version will not work with < 6.5.0)