Releases: Dataport/polar
Releases · Dataport/polar
@polar/plugin-scale@3.1.0
CHANGELOG
- Feature: Expose the functions
beautifyScale,thousandsSeparator,getDpiandcalculateScaleFromResolution.
@polar/plugin-routing@1.0.0
@polar/plugin-reverse-geocoder@3.0.1
CHANGELOG
- Fix: Make action
reverseGeocodeactually callable like it is documented and fix its payload documentation.
@polar/plugin-pointer-position@1.0.0
@polar/plugin-pins@3.1.0
CHANGELOG
- Feature:
getPointCoordinateshas been exposed as root export. - Feature: Extend detection if a
Draw-interaction is currently active to also check for@polar/plugin-routing.
@polar/plugin-layer-chooser@2.2.0
CHANGELOG
- Feature: Change configuration of
layer.typeto be set tobackgroundor any other String. All layers that have theirtypenot set tobackgroundare considered "overlays". For the typemasklocales are already implemented. For any additional type, these have to be added separately. - Feature: Add new exported type
DisabledLayersdescribing an object structure mapping layerIds to whether the respective layer is disabled or not. - Fix: Layer options layer names are now translated if they're locale keys.
- Fix: Resolve an issue of loosing visible focus when using the keyboard to open or close the layer options menu.
@polar/plugin-icon-menu@1.5.0
CHANGELOG
- Feature: Add locale for new plugin
@polar/plugin-routing. - Fix: Adjust behaviour of setting content to the MoveHandle for small devices so that an already opened plugin is still open on resize.
@polar/plugin-gfi@3.1.0
CHANGELOG
- Feature: Extend detection if a
Draw-interaction is currently active to also check for@polar/plugin-routing. - Fix: When using the gfi with
renderTypeset to'independent'the window was not added to the MoveHandle to be displayed on mobile devices. Also, the closeIcon was incorrectly set ifƒeatureListwas configured. This has been fixed by watching for changes towindowFeatures.