Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.2.0.0 release note #23

Merged
merged 2 commits into from
Aug 2, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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))
junqiu-lei marked this conversation as resolved.
Show resolved Hide resolved

### 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))