Releases: opensearch-project/dashboards-maps
Releases · opensearch-project/dashboards-maps
2.8.0.0
Version 2.7.0.0
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
Version 2.6.0.0 Release Notes
Compatible with OpenSearch and OpenSearch Dashboards Version 2.6.0
Features
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
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
Version 2.4.0.0
Version 2.3.0.0
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
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)