Skip to content

Releases: react-hook-form/devtools

Version 4.3.3

Choose a tag to compare

@bluebill1049 bluebill1049 released this 16 Dec 21:26
  • fix #216 dev tool freeze app issue

Version 4.3.2

Choose a tag to compare

@bluebill1049 bluebill1049 released this 13 Dec 21:53
  • update react 19 support support

Version 4.3.1

Choose a tag to compare

@bluebill1049 bluebill1049 released this 06 Mar 21:24
  • fix runtime error with devtool due to incorrect version

Version 4.3.0

Choose a tag to compare

@bluebill1049 bluebill1049 released this 08 Dec 11:20
  • 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

Choose a tag to compare

@bluebill1049 bluebill1049 released this 11 Jul 09:40

Group 2

๐ŸŽ‰ Chrome extension support

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

huge thanks to @jsun969

Version 4.0.2

Choose a tag to compare

@bluebill1049 bluebill1049 released this 18 Jan 22:09

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

Choose a tag to compare

@bluebill1049 bluebill1049 released this 01 Sep 09:22
  • fix #103 dev tool useFieldArray throw error (#104)

Version 4.0.0

Choose a tag to compare

@bluebill1049 bluebill1049 released this 25 Aug 22:59

close #100
close #96
close #88

Version 3.0.0

Choose a tag to compare

@bluebill1049 bluebill1049 released this 02 Apr 07:16
fcee352

wall paper

Compatiabale with React Hook Form Version 7

Version 3.0.0-rc.1

Choose a tag to compare

@bluebill1049 bluebill1049 released this 30 Mar 09:20

improve #70
fix #69