Skip to content

Commit 0ef2683

Browse files
committed
v2.0.0-beta.6
1 parent e6905df commit 0ef2683

9 files changed

+129
-81
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ 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.5](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.4...v2.0.0-beta.5)
8+
9+
> 27 October 2019
10+
11+
- Fix Typescript false vs boolean typing [`#260`](https://github.com/formsy/formsy-react/pull/260)
12+
- Dependabot Automatic Library Bumps [`#240`](https://github.com/formsy/formsy-react/pull/240)
13+
- Update to wrapper types to fix props [`#259`](https://github.com/formsy/formsy-react/pull/259)
14+
- Remove deprecated lifecycle methods [`#216`](https://github.com/formsy/formsy-react/pull/216)
15+
- chore(deps-dev): Bump jest from 24.8.0 to 24.9.0 [`#222`](https://github.com/formsy/formsy-react/pull/222)
16+
- chore(deps-dev): Bump rollup from 1.19.2 to 1.20.3 [`#223`](https://github.com/formsy/formsy-react/pull/223)
17+
- chore(deps-dev): Bump husky from 3.0.2 to 3.0.4 [`#220`](https://github.com/formsy/formsy-react/pull/220)
18+
- chore(deps): [Security] Bump eslint-utils from 1.4.0 to 1.4.2 [`#215`](https://github.com/formsy/formsy-react/pull/215)
19+
- chore(deps-dev): Bump @types/react from 16.8.24 to 16.9.2 [`#221`](https://github.com/formsy/formsy-react/pull/221)
20+
- Bump babel, typescript, and types [`#212`](https://github.com/formsy/formsy-react/pull/212)
21+
- Fix shouldComponentUpdate and context changes in `withFormsy` [`#200`](https://github.com/formsy/formsy-react/pull/200)
22+
- Add function formsyRef.setValue to change only one input [`#189`](https://github.com/formsy/formsy-react/pull/189)
23+
- Fix test utils imports to use src, not dist. [`#199`](https://github.com/formsy/formsy-react/pull/199)
24+
- Bump np from 5.1.0 to 5.1.1 [`ec69f94`](https://github.com/formsy/formsy-react/commit/ec69f948a238e8ed0bc7c65a09a11e182f3a6dfe)
25+
- Fix Typescript type issue from false => boolean [`0cafa43`](https://github.com/formsy/formsy-react/commit/0cafa43d7b4ff994406d6a429564c85e37bb4dbf)
26+
- Fix type incompatibility between validation and requiredValidation [`349cc14`](https://github.com/formsy/formsy-react/commit/349cc14a7887696309fc6bacd880a823c9cead66)
27+
728
#### [v2.0.0-beta.4](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.3...v2.0.0-beta.4)
829

930
> 12 July 2019

dist/formsy-react.cjs.js

Lines changed: 33 additions & 24 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.

0 commit comments

Comments
 (0)