2018-12-05 22:30:01 +00:00
|
|
|
# 1.3.0
|
|
|
|
|
|
|
|
- Update `<Table />` to use header keys to denote which columns are shown
|
2018-12-11 19:34:16 +00:00
|
|
|
- Add `onColumnsChange` property to `<Table />` which is called when columns are shown/hidden
|
2018-12-14 15:13:34 +00:00
|
|
|
- Add country autocompleter to search component
|
2018-12-17 16:20:11 +00:00
|
|
|
- Add customer email autocompleter to search component
|
2018-12-17 15:49:03 +00:00
|
|
|
- Add customer username autocompleter to search component
|
2018-12-14 18:44:24 +00:00
|
|
|
- Adding new `<Chart />` component.
|
|
|
|
- Added new `showDatePicker` prop to `<Filters />` component which allows to use the filters component without the date picker.
|
|
|
|
- Added new taxes and customers autocompleters, and added support for using them within `<Filters />`.
|
|
|
|
- Bug fix for `<SummaryNumber />` returning N/A instead of zero.
|
|
|
|
- Bug fix for screen reader label IDs in `<Table />` header.
|
|
|
|
- Added new component `<TextControlWithAffixes />`.
|
2018-12-05 22:30:01 +00:00
|
|
|
|
2018-12-03 15:09:16 +00:00
|
|
|
# 1.2.0
|
2018-11-30 18:19:17 +00:00
|
|
|
|
2018-12-03 15:09:16 +00:00
|
|
|
- Update `Search` to exclude already-selected items
|
2018-11-30 18:19:17 +00:00
|
|
|
- Fix incorrectly loaded `proptype-validator`
|
2018-12-03 15:09:16 +00:00
|
|
|
- Update focus style on `SummaryNumber`
|
|
|
|
- Remove prefixes from order statuses
|
2018-11-30 18:19:17 +00:00
|
|
|
|
2018-11-29 21:34:01 +00:00
|
|
|
# 1.1.0
|
|
|
|
|
|
|
|
- Add `interpolate-components` as an explicit dependency, fixes issue with
|
|
|
|
- Update `<Popover />` usage to match core component updates
|
|
|
|
- Chart component: Add `chartMode` prop to control display mode
|
|
|
|
- Add Taxes autocompleter to Search
|
|
|
|
- Improve test coverage with new tests
|