Skip to content

Releases: Dataport/polar

@polar/[email protected]

26 Nov 16:47
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add easing between zoom levels.
  • Feature: Add new configuration parameter showZoomSlider to configure a zoom slider display.
  • Refactor: Remove redundant prop isHorizontal from Zoom component. Logic is now placed in @polar/core.

NPM package

@polar/[email protected]

26 Nov 16:45
Compare
Choose a tag to compare

CHANGELOG

  • Fix: Adjust documentation to properly describe optionality of configuration parameters.

NPM package

@polar/[email protected]

26 Nov 16:37
Compare
Choose a tag to compare

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 and zoomMethod.

NPM package

@polar/[email protected]

26 Nov 16:35
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: Upgrade peerDependency ol from ^7.1.0 to ^9.2.4.
  • Chore: Clarify the description to addLoading and removeLoading within the readme.

NPM package

@polar/[email protected]

26 Nov 16:29
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: Upgrade peerDependency ol from ^7.1.0 to ^9.2.4.
  • Breaking: Remove support of configuring movable with a boolean. 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.

NPM package

@polar/[email protected]

26 Nov 16:26
Compare
Choose a tag to compare

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.

NPM package

@polar/[email protected]

26 Nov 16:24
Compare
Choose a tag to compare

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 from 2.8.0 to 2.40.0

NPM package

@polar/[email protected]

26 Nov 16:22
Compare
Choose a tag to compare

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] and ol@^9.2.4.

NPM package

@polar/[email protected]

26 Nov 16:18
Compare
Choose a tag to compare

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.

NPM package

@polar/[email protected]

26 Nov 15:03
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: Upgrade @masterportal/masterportalapi from 2.8.0 to 2.40.0 and subsequently ol 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 and boxSelect 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 and maxFeatures to the general documentation and filterBy and format to gfi.gfiLayerConfiguration
  • Fix: Add missing entry of gfiContentComponent to GfiGetters.
  • 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.

NPM package