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

Version Packages #557

Merged
merged 1 commit into from
Apr 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/cyan-bees-pretend.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-rivers-marry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-oranges-drive.md

This file was deleted.

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

## 0.0.164

### Patch Changes

- [#555](https:/wellyshen/react-cool-form/pull/555) [`546645a`](https:/wellyshen/react-cool-form/commit/546645a9945092582237e47c28040e54716a7821) Thanks [@wellyshen](https:/wellyshen)! - Fix(useControlled): value not updated when working with conditional fields and setting default value from `defaultValue` option

* [#553](https:/wellyshen/react-cool-form/pull/553) [`6b33570`](https:/wellyshen/react-cool-form/commit/6b33570e999ccd8e445aa227dbea386f3e3ec0d8) Thanks [@wellyshen](https:/wellyshen)! - Fix(useControlled): sync field value with its default value for a conditional field

- [#556](https:/wellyshen/react-cool-form/pull/556) [`b3edba8`](https:/wellyshen/react-cool-form/commit/b3edba847372e8a7baf556bf78c71c1d25eba738) Thanks [@wellyshen](https:/wellyshen)! - Fix(useControlled): do not update default value when working with field-array

## 0.0.163

### 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.163",
"version": "0.0.164",
"description": "React hooks for forms state and validation, less code more performant.",
"license": "MIT",
"homepage": "https://react-cool-form.netlify.app",
Expand Down