Skip to content

Releases: opensearch-project/dashboards-maps

2.15.0.0

25 Jun 22:29
7d0affc
Compare
Choose a tag to compare

Version 2.15.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.15.0

Bug Fixes

  • Add data source reference id in data layer search request (#623)

2.14.0.0

14 May 21:05
2793c3d
Compare
Choose a tag to compare

Version 2.14.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.14.0

Features

  • Support multi data source display in Maps app(#611)
  • Support multi data source in Region map (#614)

Bug Fixes

  • Fix zoom level type error in custom layer (#605)

2.13.0.0

02 Apr 23:06
61e26c9
Compare
Choose a tag to compare

Version 2.13.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.13.0

Documentation

  • Update data layer source name #588

2.12.0.0

20 Feb 23:58
c3331e1
Compare
Choose a tag to compare

Version 2.12.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.12.0

Bug Fixes

  • Fixed maps tooltip display at dark mode#564

Maintenance

  • Fix broken build and failing tests #572
  • Update dependencies to align with other plugins #575

2.11.0.0

16 Oct 19:21
ff5fb80
Compare
Choose a tag to compare

Version 2.11.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.11.0

Maintenance

  • Increment version to 2.11.0.0 (#476)

2.10.0.0

25 Sep 22:04
77d7c95
Compare
Choose a tag to compare

Version 2.10.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.10.0

Features

  • Allow filtering geo_shape fields around map extent (#452)
  • Support dark mode in maps-dashboards(#455)

Maintenance

  • Bump cypress version to ^13.1.0 (#462)

2.9.0.0

24 Jul 19:49
bd61318
Compare
Choose a tag to compare

Version 2.9.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.9.0

Maintenance

Increment version to 2.9.0.0 (#426)
Bump semver from 7.3.8 to 7.5.3 (#431)
Bump tough cookie to ^4.1.3 (#439)

2.8.0.0

06 Jun 19:13
0d976e7
Compare
Choose a tag to compare

Version 2.8.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.8.0

Maintenance

  • Remove package-lock.json (#400)

Version 2.7.0.0

03 May 22:36
e6bbd11
Compare
Choose a tag to compare

Version 2.7.0.0 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards Version 2.7.0

Features

  • Add localization for opensearch base map (#312)
  • Add geo shape query filter (#319)
  • Support adding static label to document layer (#322)
  • Add shape filter UI button (#329)
  • Add tooltip to draw shape filter (#330)
  • Support adding field label to document layer (#336)
  • Add search query ability on map(#370)

Infrastructure

  • Add CHANGELOG (#342)
  • Add stats API for maps and layers in maps plugin (#362)
  • Fix cypress test failed due to OSD dashboard create button updated (#393)

Refactoring

  • Move zoom and coordinates as separate component (#309)
  • Move coordinates to footer (#315)
  • Refactor tooltip setup as component (#320)
  • Refactor get field options and add field label option on UI (#328)

Enhancements

  • Enhance layer visibility status display (#299)
  • Introduce disable tooltip on hover property (#313)
  • Update tooltip behavior change (#317)
  • Update max supported layer count (#332)
  • BWC for document layer label textType (#340)
  • Add mapbox-gl draw mode (#347)
  • Add support to draw rectangle shape to filter documents (#348)
  • Avoid trigger tooltip from label (#350)
  • Remove cancel button on draw shape and use Escape to cancel draw (#359)
  • Add support to build GeoShapeFilterMeta and GeoShapeFilter (#360)
  • Update listener on KeyUp (#364)
  • Add geoshape filter while render data layers (#365)
  • Add filter bar to display global geospatial filters (#371)
  • Update draw filter shape ui properties (#372)
  • Change font opacity along with OpenSearch base map layer (#373)
  • Toast Warning Message if OpenSearch base map is used in conflicting regions (#382)
  • Add before layer id when adding documents label (#387)

Bug Fixes

  • Fix: fixed filters not reset when index pattern changed (#234)
  • Fix property value undefined check (#276)
  • Show scroll bar when panel height reaches container bottom (#295)
  • Add custom layer visibility config to render (#297)
  • Fix color picker component issue (#305)
  • Fix: layer filter setting been reset unexpectedly (#327)
  • Fix data query in dashboard mode when enable around map filter (#339)
  • Sync maplibre layer order after layers rendered (#353)

Maintenance

  • Bump to 2.7.0 version (#356)

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)