diff --git a/CHANGELOG.md b/CHANGELOG.md index ae729fbc79..6e58c345d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +# Unreleased + +### Changed + +- Add a `isUniqueValuesLoading` key to columns in the vuex state. This will allow us to display a spinner when loading column's unique values. +- Call to backend are now wrapped into a `backendify` function which role is to set loading state and catch errors + +### Added + +- New component `ListUniqueValues` which will be used to display column's unique values. + +### Fixed + +- Fix setup of store in Storybook + ## [0.15.1] - 2020-04-06 ### Changed