|
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) |
4 | 2 |
|
5 | 3 | ### Bug Fixes |
6 | 4 |
|
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) |
8 | 10 |
|
| 11 | +### Bug Fixes |
9 | 12 |
|
| 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)) |
10 | 14 |
|
11 | 15 | <a name="1.1.4"></a> |
| 16 | + |
12 | 17 | ## [1.1.4](https://github.com/formsy/formsy-react/compare/v1.1.3...v1.1.4) (2018-03-05) |
13 | 18 |
|
14 | 19 | ### Bug Fixes |
15 | 20 |
|
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)) |
19 | 23 |
|
20 | 24 | <a name="1.1.3"></a> |
| 25 | + |
21 | 26 | ## [1.1.3](https://github.com/formsy/formsy-react/compare/v1.1.2...v1.1.3) (2018-02-07) |
22 | 27 |
|
23 | 28 | ### Bug Fixes |
24 | 29 |
|
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)) |
27 | 31 |
|
28 | 32 | <a name="1.1.2"></a> |
| 33 | + |
29 | 34 | ## [1.1.2](https://github.com/formsy/formsy-react/compare/v1.1.1...v1.1.2) (2017-12-13) |
30 | 35 |
|
31 | 36 | ### Bug Fixes |
32 | 37 |
|
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)) |
35 | 40 |
|
36 | 41 | <a name="1.1.1"></a> |
| 42 | + |
37 | 43 | # [1.1.1](https://github.com/formsy/formsy-react/compare/v1.1.0...v1.1.1) (2017-11-22) |
38 | 44 |
|
39 | 45 | ### Bug Fixes |
40 | 46 |
|
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)) |
43 | 49 |
|
44 | 50 | ### Features |
45 | 51 |
|
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)) |
47 | 53 |
|
48 | 54 | <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) |
50 | 55 |
|
| 56 | +# [1.1.0](https://github.com/formsy/formsy-react/compare/v1.0.2...v1.1.0) (2017-11-21) |
51 | 57 |
|
52 | 58 | ### Features |
53 | 59 |
|
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)) |
0 commit comments