From ca6dfe639301fbb2505551110b8d3b89f404a203 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 14:12:49 -0800 Subject: [PATCH] Add 2.6.0 release notes (#286) (#287) Signed-off-by: Vijayan Balasubramanian (cherry picked from commit 4591e12e80434749cd91ba4942a9b6fd64b074b8) --- auto_sync_commit_metadata.json | 4 ++-- ...h-dashboards-maps.release-notes-2.6.0.0.md | 22 +++++++++++++++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 release-notes/opensearch-dashboards-maps.release-notes-2.6.0.0.md diff --git a/auto_sync_commit_metadata.json b/auto_sync_commit_metadata.json index 3883822a..f4dab460 100644 --- a/auto_sync_commit_metadata.json +++ b/auto_sync_commit_metadata.json @@ -1,4 +1,4 @@ { - "last_github_commit": "7d9291556bc524e62797d6b02363dc43d96a5e4b", - "last_gitfarm_commit": "23a3901ee800e267a88d92650e3dd40d7c1b4a72" + "last_github_commit": "4591e12e80434749cd91ba4942a9b6fd64b074b8", + "last_gitfarm_commit": "008ed03c51dbad03a9a934dc0ff61b9d03c601f3" } \ No newline at end of file diff --git a/release-notes/opensearch-dashboards-maps.release-notes-2.6.0.0.md b/release-notes/opensearch-dashboards-maps.release-notes-2.6.0.0.md new file mode 100644 index 00000000..081990dd --- /dev/null +++ b/release-notes/opensearch-dashboards-maps.release-notes-2.6.0.0.md @@ -0,0 +1,22 @@ +## Version 2.6.0.0 Release Notes +Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0 + +### Features +* Add map as embeddable to dashboard ([#231](https://github.com/opensearch-project/dashboards-maps/pull/231)) +* Add maps saved object for sample datasets ([#240](https://github.com/opensearch-project/dashboards-maps/pull/240)) + +### Infrastructure +* [Cypress fix] Wait map saved before open maps listing ([#218](https://github.com/opensearch-project/dashboards-maps/pull/218)) + +### Refactoring +* Refactor add layer operations ([#222](https://github.com/opensearch-project/dashboards-maps/pull/222)) +* Refactor layer operations ([#224](https://github.com/opensearch-project/dashboards-maps/pull/224)) +* Refactor layer properties as own interface ([#225](https://github.com/opensearch-project/dashboards-maps/pull/225)) + +### Enhancements +* Fix popup display while zoomed out ([#226](https://github.com/opensearch-project/dashboards-maps/pull/226)) +* Limit max number of layers ([#216](https://github.com/opensearch-project/dashboards-maps/pull/216)) +* Add close button to tooltip hover ([#263](https://github.com/opensearch-project/dashboards-maps/pull/263)) +* Add scroll bar when more layers added ([#254](https://github.com/opensearch-project/dashboards-maps/pull/254)) +* Align items in add new layer modal ([#256](https://github.com/opensearch-project/dashboards-maps/pull/256)) +* Add indexPatterns to map embeddable output for dashboard filters ([#272](https://github.com/opensearch-project/dashboards-maps/pull/272))