Skip to content

Commit c900af4

Browse files
committed
v2.0.0-beta.7
1 parent eceadad commit c900af4

File tree

9 files changed

+26
-19
lines changed

9 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [v2.0.0-beta.6](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.5...v2.0.0-beta.6)
8+
9+
> 28 October 2019
10+
11+
- Dependabot Automatic Library Bumps [`#272`](https://github.com/formsy/formsy-react/pull/272)
12+
713
#### [v2.0.0-beta.5](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.4...v2.0.0-beta.5)
814

915
> 27 October 2019

dist/formsy-react.cjs.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.cjs.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.esm.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.umd.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/formsy-react.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,15 @@ declare class Formsy extends React.Component<FormsyProps, FormsyState> {
138138
suppressHydrationWarning?: boolean;
139139
accessKey?: string;
140140
className?: string;
141-
contentEditable?: boolean;
141+
contentEditable?: boolean | "inherit" | "false" | "true";
142142
contextMenu?: string;
143-
draggable?: boolean;
143+
draggable?: boolean | "false" | "true";
144144
id?: string;
145145
lang?: string;
146146
placeholder?: string;
147-
spellCheck?: boolean;
147+
spellCheck?: boolean | "false" | "true";
148148
tabIndex?: number;
149+
translate?: "yes" | "no";
149150
radioGroup?: string;
150151
role?: string;
151152
about?: string;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "formsy-react",
3-
"version": "2.0.0-beta.6",
3+
"version": "2.0.0-beta.7",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)