From 63ab1868fd86e00214b8238c95b3a6a83b4687e1 Mon Sep 17 00:00:00 2001 From: raphael Date: Fri, 10 Apr 2020 16:57:38 +0200 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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