From b9117f45d9a89184452fc0c992533b38305fab05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 6 Aug 2019 16:23:47 +0100 Subject: [PATCH 1/2] Update changelog for 0.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín --- CHANGELOG.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2106853b..d9d93f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,15 +7,23 @@ Click to see more. + + +## [v0.4.0](https://github.com/src-d/sourced-ui/releases/tag/v0.4.0) - 2019-08-06 + ### Changed - New styling that follows the source{d} branding ([#139](https://github.com/src-d/sourced-ui/issues/139), [#142](https://github.com/src-d/sourced-ui/issues/142), [#204](https://github.com/src-d/sourced-ui/pull/204).) - Improved method to export and import dashboards as JSON ([#165](https://github.com/src-d/sourced-ui/issues/165)). -- Added a development mode to run source{d} in a hot reloading way, so every change in `srcd` or `superset` -will trigger a refresh in the rowser [[see docs](./CONTRIBUTING.md#run-sourced-ce-for-development-with-hot-reloading)]. +### Fixed - +- Use utf8 encoding for gitbase connection ([#233](https://github.com/src-d/sourced-ui/issues/233)). + +### Internal + +- Added a development mode to run source{d} with hot reloading. Every change in `srcd` or `superset` +will trigger a refresh in the browser ([see docs](./CONTRIBUTING.md#run-sourced-ce-for-development-with-hot-reloading)). ## [v0.3.0](https://github.com/src-d/sourced-ui/releases/tag/v0.3.0) - 2019-06-27 From bbe0ed6fb9a3fb76879d8d8d10c1d651eaa89d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mart=C3=ADn?= Date: Tue, 6 Aug 2019 16:57:34 +0100 Subject: [PATCH 2/2] Add missing changes to changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Martín --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d93f99..6e1d2121 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,10 +15,13 @@ - New styling that follows the source{d} branding ([#139](https://github.com/src-d/sourced-ui/issues/139), [#142](https://github.com/src-d/sourced-ui/issues/142), [#204](https://github.com/src-d/sourced-ui/pull/204).) - Improved method to export and import dashboards as JSON ([#165](https://github.com/src-d/sourced-ui/issues/165)). +- Allow users to re-order top level tabs ([#234](https://github.com/src-d/sourced-ui/pull/234)). +- Disable Druid clusters as datasources ([#238](https://github.com/src-d/sourced-ui/pull/238)). ### Fixed - Use utf8 encoding for gitbase connection ([#233](https://github.com/src-d/sourced-ui/issues/233)). +- Fixes and improvements in the charts of the default dashboards ([#237](https://github.com/src-d/sourced-ui/issues/237), [#236](https://github.com/src-d/sourced-ui/issues/236)). ### Internal