Releases: Dataport/polar
Releases · Dataport/polar
@polar/[email protected]
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/[email protected]
CHANGELOG
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
@polar/[email protected]
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/[email protected]
CHANGELOG
- Breaking: Upgrade peerDependency
ol
from^7.1.0
to^9.2.4
. - Chore: Clarify the description to
addLoading
andremoveLoading
within the readme.
@polar/[email protected]
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/[email protected]
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/[email protected]
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
@polar/[email protected]
CHANGELOG
- Fix: Move relevant documentation of
layers
to@polar/core
. - Fix: The LayerChooser plugin will keep working on the error that a layer without entry in the service register has been configured. The layer will not be displayed.
- Fix: An outdated warning has been removed.
- Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Some type issues have been resolved.
- Fix: Add missing peerDependencies
@masterportal/[email protected]
andol@^9.2.4
.
@polar/[email protected]
CHANGELOG
- Feature: Remove requirement of
isHorizontal
prop for plugins as the relevant logic is implemented in@polar/core
. - Fix: Resolve issue with
initiallyOpen
not working as expected.
@polar/[email protected]
CHANGELOG
- Breaking: Upgrade
@masterportal/masterportalapi
from2.8.0
to2.40.0
and subsequentlyol
from^7.1.0
to^9.2.4
. - Feature: Add new configuration parameter
isSelectable
that can be used to filter features to be unselectable. - Feature: Add new configuration parameters
directSelect
andboxSelect
to be able to select multiple features at once. - Fix: Adjust documentation to properly describe optionality of configuration parameters.
- Fix: Add missing configuration parameters
featureList
andmaxFeatures
to the general documentation andfilterBy
andformat
togfi.gfiLayerConfiguration
- Fix: Add missing entry of
gfiContentComponent
toGfiGetters
. - Fix: Fix issue rendering properties of a feature if a value is not a string.
- Refactor: Replace redundant prop-forwarding with
getters
. - Refactor: Use core getter
clientWidth
instead of local computed value. - Chore: expand on the description to
gfiContentComponent
in the Readme.md.