Skip to content

Releases: opensearch-project/dashboards-maps

Version 2.6.0.0

28 Feb 21:04
4ef3997
Compare
Choose a tag to compare

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)
  • Add maps saved object for sample datasets (#240)

Infrastructure

  • [Cypress fix] Wait map saved before open maps listing (#218)

Refactoring

  • Refactor add layer operations (#222)
  • Refactor layer operations (#224)
  • Refactor layer properties as own interface (#225)

Enhancements

  • Fix popup display while zoomed out (#226)
  • Limit max number of layers (#216)
  • Add close button to tooltip hover (#263)
  • Add scroll bar when more layers added (#254)
  • Align items in add new layer modal (#256)
  • Add indexPatterns to map embeddable output for dashboard filters (#272)

Bug Fixes

  • Fix custom layer render opacity config (#289)

Version 2.5.0.0

24 Jan 23:00
df9fc9f
Compare
Choose a tag to compare

Version 2.5.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.5.0

Features

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

Enhancements

  • Support other geopoint formats (#144)
  • Add reorder handle inside layer panel (#116)
  • Update show/hide icon (#114)
  • Update basic layer settings (#107)
  • Delete layer modal (#139)
  • Add multi-layer support to map popup (#140)
  • Support overriding maps config from OSD config yml file (#202)

Version 2.4.0.0

15 Nov 23:56
958ee64
Compare
Choose a tag to compare

Version 2.4.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.4.0

Infrastructure

  • Add windows and mac platform to run unit test (#74)

Maintenance

  • Bump version to 2.4.0.0 (#70)

Version 2.3.0.0

15 Sep 19:53
b712b8a
Compare
Choose a tag to compare

Version 2.3.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.3.0

Enhancements

  • Adds integration tests in the repo for customImportMap plugin (#30)

Version 2.2.0.0

11 Aug 21:15
271eb89
Compare
Choose a tag to compare

Version 2.2.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.2.0

Features

  • Remove plugin check logic and support offline working of importing custom geoJSON(#10)
  • Add error modal and lint fixes(#13)
  • Introduce refresh option to update the custom vector map list (#14)

Infrastructure

  • Add basic template files related to OpenSearch guidelines(#2)
  • Add GitHub workflow for running unit tests(#6)
  • Add badges to README(#9)
  • Add developer guide and easy setup(#12)
  • Add changes for releasing plugin with OSD as part of 2.2 release(#20)

Maintenance

  • Add version changes required for 2.2.0 release(#18)