Add overlooked changes to CHANGELOG.md for SelectControl, List, and Link (https://github.com/woocommerce/woocommerce-admin/pull/4555)

This commit is contained in:
Matt Sherman 2020-06-11 14:13:55 -04:00 committed by GitHub
parent 1b312186f6
commit aaefeebe29
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@
- Add `<Plugins />` component for installation of plugins.
- Removed use of `IconButton` in favor of `Button` component.
- Add custom autocompleter support to `<Search />` component.
- Fix `<SelectControl />` component to allow clicking anywhere on options in list to select.
- Add support for `<List />` component item tags and link types.
- Add `<List />` and `<Link />` components to Storybook.
## Breaking Changes
- Removed `SplitButton` because its not being used.