Skip to content

Version 2.7.0.0

Compare
Choose a tag to compare
@naveentatikonda naveentatikonda released this 03 May 22:36
· 131 commits to main since this release
e6bbd11

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)