Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #292 from wellyshen/changeset-release/master
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
wellyshen authored Jan 2, 2021
2 parents 03859ef + ce74d41 commit 133e503
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 36 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-apricots-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/new-shirts-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/proud-plums-complain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-feet-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-fans-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-lions-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-games-speak.md

This file was deleted.

18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# react-cool-form

## 0.0.101

### Patch Changes

- [`9c1e7ce`](https:/wellyshen/react-cool-form/commit/9c1e7ce72ba99bf7e3dc491034a346c1f35030c1) [#293](https:/wellyshen/react-cool-form/pull/293) Thanks [@wellyshen](https:/wellyshen)! - Refactor(type): enhance types

* [`569167b`](https:/wellyshen/react-cool-form/commit/569167be2ffe61bacb5bf7c6d872db3b87f3d9f9) [#297](https:/wellyshen/react-cool-form/pull/297) Thanks [@wellyshen](https:/wellyshen)! - Refactor(utils): `cloneObject` will not handle event object

- [`e75aeb7`](https:/wellyshen/react-cool-form/commit/e75aeb74c2a16b73fcbeb1e3486bf159776f5e5e) Thanks [@wellyshen](https:/wellyshen)! - Docs(readme): update features

* [`4399c18`](https:/wellyshen/react-cool-form/commit/4399c1881f184af36cc163f22c12f014d668525b) [#296](https:/wellyshen/react-cool-form/pull/296) Thanks [@wellyshen](https:/wellyshen)! - Feat(useForm): rename `dirtyFields` state and option to `dirty`

- [`0901fc3`](https:/wellyshen/react-cool-form/commit/0901fc31482f8197b200c444fac18080946ef447) [#291](https:/wellyshen/react-cool-form/pull/291) Thanks [@wellyshen](https:/wellyshen)! - Feat(useForm): adjust the `parse` and `onChange` APIs of the `controller` method

* [`5000470`](https:/wellyshen/react-cool-form/commit/5000470f7ff57bf995cd121ee6c2614cb634ba11) [#295](https:/wellyshen/react-cool-form/pull/295) Thanks [@wellyshen](https:/wellyshen)! - Feat(useForm): rename the option of `setValues` from `touchedFields` to `touched`

- [`e1cd135`](https:/wellyshen/react-cool-form/commit/e1cd135ccc90fba025caf6bb49712c3afe5bc644) [#294](https:/wellyshen/react-cool-form/pull/294) Thanks [@wellyshen](https:/wellyshen)! - Feat(useForm): rename `removeUnmountedField` to `shouldRemoveField`

## 0.0.100

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-cool-form",
"version": "0.0.100",
"version": "0.0.101",
"description": "React hooks for forms state and validation, less code more performant.",
"license": "MIT",
"homepage": "https://react-cool-form.netlify.app",
Expand Down

0 comments on commit 133e503

Please sign in to comment.