From 96e3a041d7c5cfcc3e1e987f98060a2293f686f1 Mon Sep 17 00:00:00 2001 From: Shan He Date: Sun, 10 May 2020 14:55:24 -0700 Subject: [PATCH] update Changelog Signed-off-by: Shan He --- CHANGELOG.md | 14 ++++++++++++++ UPGRADE-GUIDE.md | 15 +++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a68f1848..8474d47644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,20 @@ Each version should: Ref: http://keepachangelog.com/en/0.3.0/ --> +## [2.2.0] - May 10 2020 +- [Enhancement] Added Editor and FeatureActionPanel factories (#1093) +- [Feat] Geocoder Search (#1068) +- [Doc] Updated release docs with gh-release instructions (#1059) +- [Bug] Aggregation layer fix out-of-domain coloring for valid strings (#1070) +- [Feat] Add Spanish and Catalan translation (#1087) +- [Doc] Update playback documentation (#1072) +- [Bug] Fix link to umd folder +- [Doc] Refactored doc files for better structure (#1084) +- [Enhancement] Add Portuguese translations (#1063) +- [Bug] Fixed download file for microsoft edge (#1074) +- [Bug] Fix broken redirects in jupyter user guide (#1077) +- [Docs] update upgrade guide (#1044) + ## [2.1.2] - April 3 2020 - [Enhancement] Add support for localization and Finnish translations (#994) - [Bug] Fixes for case sensitive fields in CARTO storage (#1057) diff --git a/UPGRADE-GUIDE.md b/UPGRADE-GUIDE.md index 2c5bfdfdc3..19c2a504c3 100644 --- a/UPGRADE-GUIDE.md +++ b/UPGRADE-GUIDE.md @@ -1,10 +1,25 @@ # Upgrade Guide ## Table of Content +- [v2.1 to v2.2](#upgrade-from-v21-to-v22) - [v2.0 to v2.1](#upgrade-from-v20-to-v21) - [v1.1.12 to v2.0](#upgrade-from-v1112-to-v20) - [v1.1.11 to v1.1.12](#upgrade-from-v1111-to-v1112) +## Upgrade from v2.1 to v2.2 +### New Features +- __Interaction__ - Added Geocoder in the interactin panel + +### Improvements +- __Localization__ - Added Spanish, Catalan, and Portuguese translations + +### Bug Fixes +- __Layer__ - Aggregation layer fix out-of-domain coloring for valid strings +- __Export__ - Fixed download file for microsoft edge + +### API Update +- __Components__ - Exported map drawing editor factories + ## Upgrade from v2.0 to v2.1 ### Breaking Changes - Upgrade Node v10 for dev development, node requirement is now at `>=10.15.0`