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

[Backport 2.x] Add release notes for 2.5 #200

Merged
merged 1 commit into from
Jan 11, 2023
Merged
Changes from all commits
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
@@ -0,0 +1,25 @@
## Version 2.5.0.0 Release Notes
Compatible with OpenSearch and OpenSearch Dashboards Version 2.5.0

### Features
* Add tooltip for hover ([#132](https://github.com/opensearch-project/dashboards-maps/pull/132))
* Introduce tooltip fields to document layer specification ([#124](https://github.com/opensearch-project/dashboards-maps/pull/124))
* Add support for WKT format ([#165](https://github.com/opensearch-project/dashboards-maps/pull/165))
* Add global time filter bar to maps ([#131](https://github.com/opensearch-project/dashboards-maps/pull/131))
* Support custom layer to Maps ([#150](https://github.com/opensearch-project/dashboards-maps/pull/150))
* Support geo_shape visualization in documents layer ([#111](https://github.com/opensearch-project/dashboards-maps/pull/111))
* Introduce saved object plugin into maps plugin ([#67](https://github.com/opensearch-project/dashboards-maps/pull/67))
* Add new layer functions for opensearch map layer ([#66](https://github.com/opensearch-project/dashboards-maps/pull/66))
* Add map page and add basic layers panel ([#40](https://github.com/opensearch-project/dashboards-maps/pull/40))
* Add layer panel component ([#51](https://github.com/opensearch-project/dashboards-maps/pull/51))
* Add base map layer functions ([#62](https://github.com/opensearch-project/dashboards-maps/pull/62))
* Query with geo bounding box ([#148](https://github.com/opensearch-project/dashboards-maps/pull/148))
* Display search filters in map layer config panel ([#130](https://github.com/opensearch-project/dashboards-maps/pull/130))

### Enhancements
* Support other geopoint formats ([#144](https://github.com/opensearch-project/dashboards-maps/pull/144))
* Add reorder handle inside layer panel ([#116](https://github.com/opensearch-project/dashboards-maps/pull/116))
* Update show/hide icon ([#114](https://github.com/opensearch-project/dashboards-maps/pull/114))
* Update basic layer settings ([#107](https://github.com/opensearch-project/dashboards-maps/pull/107))
* Delete layer modal ([#139](https://github.com/opensearch-project/dashboards-maps/pull/139))
* Add multi-layer support to map popup ([#140](https://github.com/opensearch-project/dashboards-maps/pull/140))