From d1d5a362c69da1704c97f197bc57a43a2b6dc4ff Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Mon, 1 Aug 2022 16:30:57 -0700 Subject: [PATCH] Update 2.2.0.0 release note Signed-off-by: Junqiu Lei --- ...rch-dashboards-maps.release-notes-2.2.0.0.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/release-notes/opensearch-dashboards-maps.release-notes-2.2.0.0.md b/release-notes/opensearch-dashboards-maps.release-notes-2.2.0.0.md index 83faa906..7bcd35ab 100644 --- a/release-notes/opensearch-dashboards-maps.release-notes-2.2.0.0.md +++ b/release-notes/opensearch-dashboards-maps.release-notes-2.2.0.0.md @@ -2,5 +2,20 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.2.0 ### Features +* Remove plugin check logic and support offline working of importing custom geoJSON([#10](https://github.com/opensearch-project/dashboards-maps/pull/10)) +* Add error modal and lint fixes([#13](https://github.com/opensearch-project/dashboards-maps/pull/13)) +* Introduce refresh option to update the custom vector map list ([#14](https://github.com/opensearch-project/dashboards-maps/pull/14)) -* Support custom GeoJson by uploading GeoJson files and visualize data in dashboard region maps ([OpenSearch#831](https://github.com/opensearch-project/OpenSearch/issues/831)). +### Bug Fixes +* Fix failing tests and updates license headers in files([#11](https://github.com/opensearch-project/dashboards-maps/pull/11)) +* Fix issue with file validation and danger toast messages ([#16](https://github.com/opensearch-project/dashboards-maps/pull/16)) + +### Infrastructure +* Add basic template files related to OpenSearch guidelines([#2](https://github.com/opensearch-project/dashboards-maps/pull/2)) +* Add GitHub workflow for running unit tests([#6](https://github.com/opensearch-project/dashboards-maps/pull/6)) +* Add badges to README([#9](https://github.com/opensearch-project/dashboards-maps/pull/9)) +* Add developer guide and easy setup([#12](https://github.com/opensearch-project/dashboards-maps/pull/12)) +* Add changes for releasing plugin with OSD as part of 2.2 release([#20](https://github.com/opensearch-project/dashboards-maps/pull/20)) + +### Maintenance +* Add version changes required for 2.2.0 release([#18](https://github.com/opensearch-project/dashboards-maps/pull/18))