From d10fdbcc3ee1eeec0407fed15a66633e9f30e864 Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Tue, 25 Jul 2017 13:01:34 +0300 Subject: [PATCH 1/3] Reverted #18227 --- types/react/index.d.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index b74fe7a1a0..e0a047c593 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -12,7 +12,6 @@ // Tanguy Krotoff // Dovydas Navickas // Stéphane Goetz -// Mike Deverell // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.3 @@ -2392,7 +2391,7 @@ declare namespace React { allowTransparency?: boolean; alt?: string; async?: boolean; - autocomplete?: string; + autoComplete?: string; autoFocus?: boolean; autoPlay?: boolean; capture?: boolean; @@ -2577,7 +2576,7 @@ declare namespace React { interface FormHTMLAttributes extends HTMLAttributes { acceptCharset?: string; action?: string; - autocomplete?: string; + autoComplete?: string; encType?: string; method?: string; name?: string; @@ -2623,7 +2622,7 @@ declare namespace React { interface InputHTMLAttributes extends HTMLAttributes { accept?: string; alt?: string; - autocomplete?: string; + autoComplete?: string; autoFocus?: boolean; capture?: boolean; // https://www.w3.org/TR/html-media-capture/#the-capture-attribute checked?: boolean; @@ -2816,7 +2815,7 @@ declare namespace React { } interface TextareaHTMLAttributes extends HTMLAttributes { - autocomplete?: string; + autoComplete?: string; autoFocus?: boolean; cols?: number; dirName?: string; From 0139a27de7b58bf446bc5722842f5072ae7f581d Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Thu, 27 Jul 2017 23:16:38 +0300 Subject: [PATCH 2/3] Update index.d.ts --- types/react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index e0a047c593..92086e0685 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for React 15.0 +// Type definitions for React 15.6.1 // Project: http://facebook.github.io/react/ // Definitions by: Asana // AssureSign From 1990f71c1f14f13dd9475c30c25e4218d1621f9d Mon Sep 17 00:00:00 2001 From: Dovydas Navickas Date: Thu, 27 Jul 2017 23:33:01 +0300 Subject: [PATCH 3/3] Update index.d.ts --- types/react/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/react/index.d.ts b/types/react/index.d.ts index 92086e0685..abc5dd3f4a 100644 --- a/types/react/index.d.ts +++ b/types/react/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for React 15.6.1 +// Type definitions for React 15.6 // Project: http://facebook.github.io/react/ // Definitions by: Asana // AssureSign