Skip to content

Commit

Permalink
chore: updated readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
foxhound87 committed Jul 13, 2023
1 parent 928cacf commit 163bdbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 6.3.3 (master)
Fix: `get('value')` retrieve empty array removed after `update()`
Fix: `composer` returned in `validate/submit` instead of single methods.
- Fix: `get('value')` retrieve empty array removed by `update()`
- Fix: `composer` returned in `validate/submit` instead of single methods.

# 6.3.2 (master)
Fix: `preserveDeletedFieldsValues` on `add()` action to handle `fields` prop.
- Fix: `preserveDeletedFieldsValues` on `add()` action to handle `fields` prop.

# 6.3.1 (master)
- Introduced field `computed` prop. To handle nested array fields computed values.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const fields = [{
}];
```

> See all available [Field Props](https://foxhound87.github.io/mobx-react-form/docs/api-reference/fields-properties.html) on the docs.
> See [Fields Definitions](https://foxhound87.github.io/mobx-react-form/docs/fields/) and all available [Field Props](https://foxhound87.github.io/mobx-react-form/docs/api-reference/fields-properties.html) on the docs.
#### Define the Validation Hooks

Expand Down

0 comments on commit 163bdbc

Please sign in to comment.