This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Releases: Bayer-Group/ol-kit
Releases · Bayer-Group/ol-kit
0.17.3
Bug Fixes
- Fix the flyout menu in
<PopupActionGroup>
that was detached bydraggable
#163 - Change cursor to
move
when hovered over drag tab in<PopupBase>
#163 - Fix overflow scroll content in
<PopupDefaultPage>
#163
0.17.2
0.17.0
@bayer/[email protected]
due a version conflict on npm
Enhancement
- Add
draggable
prop to<PopupBase>
&<Popup>
to allow drag repositioning #151
0.16.0
Ennhancements
- New context menu components:
<ContextMenu>
,<ContextMenuCoords>
,<ContextMenuListItem>
#141 - New
convertXYtoLatLong
util #141
0.15.0
Enhancements
- Double clicks on features will zoom in & not show
<Popup>
#146 - Bumped the header height of the
<LayerPanelHeader>
#143
0.14.1
0.14.0
Enhancements
- Updated ui for
<Controls>
#135 - New controls components:
<ControlGroup>
,<ControlGroupButton>
,<CurrentLocation>
,<ZoomIn>
,<ZoomOut>
#135
0.13.0
Enhancements
- Drop
react-smooth-dnd
dependency for custom drag n drop #139
Bug Fixes
- Map logo styling fixed #126
- Add a catch for bad network responses in
loadDataLayer
#137
Dev Improvements