Component changelog entry.

This commit is contained in:
Jeff Stieler 2019-08-15 12:54:45 -07:00
parent 77967d2824
commit 6b18a6d93e
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
- Added a new `<SimpleSelectControl />` component.
- Added a new `<WebPreview />` component.
- SearchListItem component: fix long count values being cut-off in IE11.
- Add `disabled` prop to CompareButton, Search, and TableCard components.
- Table component: add empty table display.
# 3.1.0
- Added support for a `countLabel` prop on `SearchListItem` to allow custom counts.