Skip to content

Commit

Permalink
update Changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Shan He <heshan0131@gmail.com>
  • Loading branch information
heshan0131 committed May 10, 2020
1 parent e2b4937 commit 96e3a04
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
15 changes: 15 additions & 0 deletions UPGRADE-GUIDE.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 96e3a04

Please sign in to comment.