Skip to content

Commit

Permalink
Merge pull request #1997 from Shopify/Textfield-as-function
Browse files Browse the repository at this point in the history
[TextField] Converting TextField and Resizer to functional components using React Hooks
  • Loading branch information
dleroux authored Sep 17, 2019
2 parents a0caf51 + 10b7285 commit 0b9938e
Show file tree
Hide file tree
Showing 5 changed files with 450 additions and 440 deletions.
1 change: 1 addition & 0 deletions UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to f
- Migrated `ContextualSaveBar` to use hooks instead of `withAppProvider` ([#2091](https://github.com/Shopify/polaris-react/pull/2091))
- Migrated `RangeSlider`, `ScrollLock` and `TopBar.SearchField` to use hooks instead of withAppProvider ([#2083](https://github.com/Shopify/polaris-react/pull/2083))
- Updated `ResourceItem` to no longer rely on withAppProvider ([#2094](https://github.com/Shopify/polaris-react/pull/2094))
- Migrated `TextField` and `Resizer` to use hooks ([#1997](https://github.com/Shopify/polaris-react/pull/1997));

### Deprecations
Loading

0 comments on commit 0b9938e

Please sign in to comment.