Skip to content

Commit

Permalink
v2.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuykendall committed Jun 21, 2019
1 parent ffd1005 commit 4e00c86
Show file tree
Hide file tree
Showing 4 changed files with 1,134 additions and 24 deletions.
42 changes: 22 additions & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,58 +1,60 @@
<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.1) (2019-05-26)

# [2.0.0-beta.2](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.2) (2019-06-21)

### Bug Fixes

* 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))
- 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))

<a name="2.0.0-beta.1"></a>

# [2.0.0-beta.1](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.1) (2019-05-26)

### Bug Fixes

- 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))

<a name="1.1.4"></a>

## [1.1.4](https://github.com/formsy/formsy-react/compare/v1.1.3...v1.1.4) (2018-03-05)

### Bug Fixes

* **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))
* **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))

- **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))
- **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))

<a name="1.1.3"></a>

## [1.1.3](https://github.com/formsy/formsy-react/compare/v1.1.2...v1.1.3) (2018-02-07)

### Bug Fixes

* **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))

- **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))

<a name="1.1.2"></a>

## [1.1.2](https://github.com/formsy/formsy-react/compare/v1.1.1...v1.1.2) (2017-12-13)

### Bug Fixes

* **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))
* **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))
- **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))
- **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))

<a name="1.1.1"></a>

# [1.1.1](https://github.com/formsy/formsy-react/compare/v1.1.0...v1.1.1) (2017-11-22)

### Bug Fixes

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

### Features

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

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

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

### Features

* **react16:** add support for react16 by loosening dev and peer dependencies ([16b9065](https://github.com/formsy/formsy-react/commit/16b9065))




- **react16:** add support for react16 by loosening dev and peer dependencies ([16b9065](https://github.com/formsy/formsy-react/commit/16b9065))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "formsy-react",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "A form input builder and validator for React",
"keywords": [
"form",
Expand Down
Loading

0 comments on commit 4e00c86

Please sign in to comment.