Skip to content

Commit

Permalink
Merge pull request #641 from gadget-inc/droberts/react-17.1
Browse files Browse the repository at this point in the history
chore(react): release 0.17.1
  • Loading branch information
danroberts committed Sep 13, 2024
2 parents 07a3936 + 3c098cb commit 43326e3
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 29 deletions.
8 changes: 0 additions & 8 deletions packages/react/.changeset/README.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/blue-bears-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/clean-flies-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/nasty-crews-beam.md

This file was deleted.

5 changes: 0 additions & 5 deletions packages/react/.changeset/rich-melons-decide.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @gadgetinc/react

## 0.17.1

### Patch Changes

- Updated `AutoTable` to automatically deselect records and close after running Gadget bulk actions
- Updated `AutoInput` to accept an optional `label?: string` input
- Fixed bug with AutoForm include/exclude system which prevented submission due to validations getting applied to hidden fields
- fix(useActionForm): fixes issue where relationship fields with readonly children were sometimes updated

## 0.17.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gadgetinc/react",
"version": "0.17.0",
"version": "0.17.1",
"files": [
"README.md",
"dist/**/*",
Expand Down

0 comments on commit 43326e3

Please sign in to comment.