Skip to content

Commit 6890631

Browse files
committed
v2.0.0-beta.4
1 parent b5d836f commit 6890631

File tree

9 files changed

+381
-43
lines changed

9 files changed

+381
-43
lines changed

CHANGELOG.md

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,44 @@ 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.3](https://github.com/formsy/formsy-react/compare/v2.0.0-beta.2...v2.0.0-beta.3)
8+
9+
> 5 July 2019
10+
11+
- Significant tightening / improvements of Typescript Types [`#175`](https://github.com/formsy/formsy-react/pull/175)
12+
- chore(deps-dev): Bump eslint-plugin-jsx-a11y from 6.2.1 to 6.2.3 [`#185`](https://github.com/formsy/formsy-react/pull/185)
13+
- Add back a number of disabled eslint checks [`#184`](https://github.com/formsy/formsy-react/pull/184)
14+
- Bump all libraries and reset yarn lock [`#183`](https://github.com/formsy/formsy-react/pull/183)
15+
- Convert tests to Typescript [`#182`](https://github.com/formsy/formsy-react/pull/182)
16+
- Convert Wrapper to Typescript [`#181`](https://github.com/formsy/formsy-react/pull/181)
17+
- Convert index / Formsy to Typescript [`#178`](https://github.com/formsy/formsy-react/pull/178)
18+
- Bump all eslint libraries and reset yarn lock [`#180`](https://github.com/formsy/formsy-react/pull/180)
19+
- Convert utils to typescript [`#177`](https://github.com/formsy/formsy-react/pull/177)
20+
- Convert validationRules to Typescript [`#174`](https://github.com/formsy/formsy-react/pull/174)
21+
- Restrict prettier from formatting dist [`#176`](https://github.com/formsy/formsy-react/pull/176)
22+
- Replace webpack with rollup for cleaner releases [`#173`](https://github.com/formsy/formsy-react/pull/173)
23+
- Clean up tests and remove unnecesary dev libraries [`#172`](https://github.com/formsy/formsy-react/pull/172)
24+
- Stop project from building when running yarn [`#171`](https://github.com/formsy/formsy-react/pull/171)
25+
- Switch from standard-changelog to auto-changelog [`#170`](https://github.com/formsy/formsy-react/pull/170)
26+
- Revert some changes with Enzyme [`#169`](https://github.com/formsy/formsy-react/pull/169)
27+
- docs: Update gitter badge [`#168`](https://github.com/formsy/formsy-react/pull/168)
28+
- Switch to Enzyme for testing [`#167`](https://github.com/formsy/formsy-react/pull/167)
29+
- Switch to Jest for testing [`#166`](https://github.com/formsy/formsy-react/pull/166)
30+
- refactor: Upgrade all babel libraries to 7.x [`#165`](https://github.com/formsy/formsy-react/pull/165)
31+
- chore(deps-dev): Bump np from 5.0.2 to 5.0.3 [`#150`](https://github.com/formsy/formsy-react/pull/150)
32+
- chore(deps-dev): Bump eslint-plugin-react from 7.5.1 to 7.13.0 [`#163`](https://github.com/formsy/formsy-react/pull/163)
33+
- chore(deps): [Security] Bump hoek from 4.2.0 to 4.2.1 [`#162`](https://github.com/formsy/formsy-react/pull/162)
34+
- chore(deps-dev): Bump nodeunit from 0.11.2 to 0.11.3 [`#159`](https://github.com/formsy/formsy-react/pull/159)
35+
- chore(deps-dev): Bump eslint-plugin-jsx-a11y from 6.0.3 to 6.2.1 [`#157`](https://github.com/formsy/formsy-react/pull/157)
36+
- chore(deps-dev): Bump babel-eslint from 8.1.2 to 10.0.2 [`#158`](https://github.com/formsy/formsy-react/pull/158)
37+
- chore(deps-dev): Bump webpack from 3.10.0 to 3.12.0 [`#160`](https://github.com/formsy/formsy-react/pull/160)
38+
- chore(deps-dev): Bump eslint from 4.14.0 to 4.19.1 [`#161`](https://github.com/formsy/formsy-react/pull/161)
39+
- chore(deps-dev): Bump eslint-plugin-import from 2.8.0 to 2.17.3 [`#149`](https://github.com/formsy/formsy-react/pull/149)
40+
- chore(deps-dev): Bump sinon from 4.1.3 to 7.3.2 [`#152`](https://github.com/formsy/formsy-react/pull/152)
41+
- chore(deps-dev): Bump react from 16.2.0 to 16.8.6 [`#154`](https://github.com/formsy/formsy-react/pull/154)
42+
- Fix version command blocking beta-3 release [`fe8ea23`](https://github.com/formsy/formsy-react/commit/fe8ea23ee1257362f072d6ae2961a1c4092e313a)
43+
- Fix build [`6f183a2`](https://github.com/formsy/formsy-react/commit/6f183a2f44a11194786709595bed2dbe43f2c664)
44+
745
#### [v2.0.0-beta.2](https://github.com/formsy/formsy-react/compare/v1.1.4...v2.0.0-beta.2)
846

947
> 21 June 2019
@@ -139,7 +177,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
139177
- Nit-picky typo [`#366`](https://github.com/formsy/formsy-react/pull/366)
140178
- Update README.md [`15493dc`](https://github.com/formsy/formsy-react/commit/15493dce67433746391f4eb42c7f994b72cf5df9)
141179
- Update LICENSE [`89dbed0`](https://github.com/formsy/formsy-react/commit/89dbed0468f3b27a06d17e6a277df20847ee2287)
142-
- Nit-picky typo [`42ba961`](https://github.com/formsy/formsy-react/commit/42ba9616d29b2ab0399b81dd24763803023913fa)
180+
- Nit-picky typo [`42ba961`](https://github.com/formsy/formsy-react/commit/42ba9616d29b2ab0399b81dd24763803023913fa)
143181

144182
#### [v0.18.1](https://github.com/formsy/formsy-react/compare/v0.18.0...v0.18.1)
145183

@@ -205,7 +243,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
205243
- Relax react peerDependency to minor level (0.13.x instead of ^0.13.1) [`#172`](https://github.com/formsy/formsy-react/pull/172)
206244
- Update main.js [`#160`](https://github.com/formsy/formsy-react/pull/160)
207245
- fix typo [`#156`](https://github.com/formsy/formsy-react/pull/156)
208-
- - Fixed mapModel issue when input name is nested [`#153`](https://github.com/formsy/formsy-react/pull/153)
246+
- * Fixed mapModel issue when input name is nested [`#153`](https://github.com/formsy/formsy-react/pull/153)
209247
- Made passing all props, except `onSubmit` [`#148`](https://github.com/formsy/formsy-react/pull/148)
210248
- fix typo [`#149`](https://github.com/formsy/formsy-react/pull/149)
211249
- Changed validation behaviour [`#138`](https://github.com/formsy/formsy-react/pull/138)

dist/formsy-react.cjs.js

Lines changed: 26 additions & 12 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: 26 additions & 12 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: 26 additions & 12 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.

0 commit comments

Comments
 (0)