Releases: Dataport/polar
Releases · Dataport/polar
@polar/plugin-gfi@2.1.0
CHANGELOG
- Feature: Add new action
setFeatureInformation
to be able to set feature information in the store and trigger all relevant processes so that the information displayed to the user is as if he has selected the features himself.
@polar/core@2.0.1
CHANGELOG
- Fix: Add
crossOrigin
differently to layer sources that are an instance ofImageWMS
as they require it being set ascrossOrigin_
to be recognized. - Fix: Add missing
font-family
css so that tooltips are alwaysArial, sans-serif
.
@polar/client-meldemichel@1.2.1
CHANGELOG
- Feature: Add
stadtwaldActive
as startup parameter forcreateMap
object andmeldemichel/setMapState
action. Refer to the API.md regarding further details. - Fix: Import type
MpApiParameters
from correct position. - Chore: Change value of
pins.movable
configuration to'drag'
as using a boolean has been deprecated in a future release. - Chore: Update
@polar
-dependencies to the latest versions.
@polar/plugin-zoom@1.3.0
CHANGELOG
- Feature: Add easing between zoom levels.
- Feature: Add new configuration parameter
showZoomSlider
to configure a zoom slider display. - Refactor: Remove redundant prop
isHorizontal
fromZoom
component. Logic is now placed in@polar/core
.
@polar/plugin-toast@1.1.1
CHANGELOG
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
@polar/plugin-scale@2.0.0
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Feature: Add the option to configure a scale switcher via the new configuration parameters
showScaleSwitcher
andzoomMethod
.
@polar/plugin-reverse-geocoder@2.0.0
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Chore: Clarify the description to
addLoading
andremoveLoading
within the readme.
@polar/plugin-pins@2.0.0
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Breaking: Remove support of configuring
movable
with aboolean
. Please see the documentation for more information on how to configure this parameter. - Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Chore: Refactor parts of the data handling.
@polar/plugin-loading-indicator@1.2.0
CHANGELOG
- Feature: Add new optional parameter
loaderStyle
to choose between different loader styles. - Feature: Add new mutation
setLoaderStyle
to choose between different loader styles at runtime. - Refactor: Remove redundant prop-forwarding by only using one component.
@polar/plugin-legend@1.1.1
CHANGELOG
- Fix: The Legend plugin will keep working on the error that a layer without entry in the service register has been configured.
- Fix: Remove unused prop
maxWidth
. - Chore: Upgrade peerDependency
@masterportal/masterportalapi
from2.8.0
to2.40.0