Skip to content

Commit 4e00c86

Browse files
committed
v2.0.0-beta.2
1 parent ffd1005 commit 4e00c86

File tree

4 files changed

+1134
-24
lines changed

4 files changed

+1134
-24
lines changed

CHANGELOG.md

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,60 @@
1-
<a name="2.0.0-beta.1"></a>
2-
# [2.0.0-beta.1](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.1) (2019-05-26)
3-
1+
# [2.0.0-beta.2](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.2) (2019-06-21)
42

53
### Bug Fixes
64

7-
* removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC ([3284327](https://github.com/formsy/formsy-react/commit/3284327))
5+
- removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC ([3284327](https://github.com/formsy/formsy-react/commit/3284327))
6+
7+
<a name="2.0.0-beta.1"></a>
8+
9+
# [2.0.0-beta.1](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.1) (2019-05-26)
810

11+
### Bug Fixes
912

13+
- removed useless default for innerRef prop from the HOC to prevent warnings when the wrapped component is a SFC ([3284327](https://github.com/formsy/formsy-react/commit/3284327))
1014

1115
<a name="1.1.4"></a>
16+
1217
## [1.1.4](https://github.com/formsy/formsy-react/compare/v1.1.3...v1.1.4) (2018-03-05)
1318

1419
### Bug Fixes
1520

16-
* **IE Scrolling:** Scroll in IE does not work if form is disabled ([#81](https://github.com/formsy/formsy-react/pull/81)) ([b00bcab](https://github.com/formsy/formsy-react/commit/b00bcab))
17-
* **isDefaultRequiredValue:** Fix `isDefaultRequiredValue` to also consider `null` as an empty value. ([#82](https://github.com/formsy/formsy-react/pull/82)) ([8fbc7ef](https://github.com/formsy/formsy-react/commit/8fbc7ef))
18-
21+
- **IE Scrolling:** Scroll in IE does not work if form is disabled ([#81](https://github.com/formsy/formsy-react/pull/81)) ([b00bcab](https://github.com/formsy/formsy-react/commit/b00bcab))
22+
- **isDefaultRequiredValue:** Fix `isDefaultRequiredValue` to also consider `null` as an empty value. ([#82](https://github.com/formsy/formsy-react/pull/82)) ([8fbc7ef](https://github.com/formsy/formsy-react/commit/8fbc7ef))
1923

2024
<a name="1.1.3"></a>
25+
2126
## [1.1.3](https://github.com/formsy/formsy-react/compare/v1.1.2...v1.1.3) (2018-02-07)
2227

2328
### Bug Fixes
2429

25-
* **PropTypes:** Add object to allowed types for required prop ([#75](https://github.com/formsy/formsy-react/pull/75)) ([fe60d06](https://github.com/formsy/formsy-react/commit/fe60d06))
26-
30+
- **PropTypes:** Add object to allowed types for required prop ([#75](https://github.com/formsy/formsy-react/pull/75)) ([fe60d06](https://github.com/formsy/formsy-react/commit/fe60d06))
2731

2832
<a name="1.1.2"></a>
33+
2934
## [1.1.2](https://github.com/formsy/formsy-react/compare/v1.1.1...v1.1.2) (2017-12-13)
3035

3136
### Bug Fixes
3237

33-
* **deprecation:** Make Wrapper deprecation warning only show once ([#30](https://github.com/formsy/formsy-react/issues/30)) ([a1c0bbe](https://github.com/formsy/formsy-react/commit/a1c0bbe))
34-
* **binding:** Fix resetForm throwing error due to bad binding ([#41](https://github.com/formsy/formsy-react/issues/41)) ([b58cfd](https://github.com/formsy/formsy-react/commit/b58cfd))
38+
- **deprecation:** Make Wrapper deprecation warning only show once ([#30](https://github.com/formsy/formsy-react/issues/30)) ([a1c0bbe](https://github.com/formsy/formsy-react/commit/a1c0bbe))
39+
- **binding:** Fix resetForm throwing error due to bad binding ([#41](https://github.com/formsy/formsy-react/issues/41)) ([b58cfd](https://github.com/formsy/formsy-react/commit/b58cfd))
3540

3641
<a name="1.1.1"></a>
42+
3743
# [1.1.1](https://github.com/formsy/formsy-react/compare/v1.1.0...v1.1.1) (2017-11-22)
3844

3945
### Bug Fixes
4046

41-
* **email validation:** Fix email validation broken for new domains ([f8dc5f](https://github.com/formsy/formsy-react/commit/f8dc5f))
42-
* **hoc binding:** Bind all necessary methods of the HOC ([5ea795](https://github.com/formsy/formsy-react/commit/5ea795))
47+
- **email validation:** Fix email validation broken for new domains ([f8dc5f](https://github.com/formsy/formsy-react/commit/f8dc5f))
48+
- **hoc binding:** Bind all necessary methods of the HOC ([5ea795](https://github.com/formsy/formsy-react/commit/5ea795))
4349

4450
### Features
4551

46-
* **changelog:** Changelog with conventional-commits ([#26](https://github.com/formsy/formsy-react/issues/26)) ([d6ce00c](https://github.com/formsy/formsy-react/commit/d6ce00c))
52+
- **changelog:** Changelog with conventional-commits ([#26](https://github.com/formsy/formsy-react/issues/26)) ([d6ce00c](https://github.com/formsy/formsy-react/commit/d6ce00c))
4753

4854
<a name="1.1.0"></a>
49-
# [1.1.0](https://github.com/formsy/formsy-react/compare/v1.0.2...v1.1.0) (2017-11-21)
5055

56+
# [1.1.0](https://github.com/formsy/formsy-react/compare/v1.0.2...v1.1.0) (2017-11-21)
5157

5258
### Features
5359

54-
* **react16:** add support for react16 by loosening dev and peer dependencies ([16b9065](https://github.com/formsy/formsy-react/commit/16b9065))
55-
56-
57-
58-
60+
- **react16:** add support for react16 by loosening dev and peer dependencies ([16b9065](https://github.com/formsy/formsy-react/commit/16b9065))

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.1",
3+
"version": "2.0.0-beta.2",
44
"description": "A form input builder and validator for React",
55
"keywords": [
66
"form",

0 commit comments

Comments
 (0)