Skip to content

Releases: Dataport/polar

@polar/plugin-layer-chooser@1.2.1

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/masterportalapi@2.40.0 and ol@^9.2.4.

NPM package

@polar/plugin-icon-menu@1.3.0

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/plugin-gfi@2.0.0

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

@polar/plugin-geo-location@1.4.0

26 Nov 15:00
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Position is now tracked when user is outside of the boundary layer but inside the map extent.
  • Fix: Adjust documentation to properly describe optionality of configuration parameters.
  • Fix: Add missing peerDependency ol@^9.2.4.

NPM package

@polar/plugin-fullscreen@1.2.2

26 Nov 14:54
Compare
Choose a tag to compare

CHANGELOG

  • Fix: Adjust documentation to properly describe optionality of configuration parameters.
  • Refactor: Remove redundant props regarding positioning of the tooltip.
  • Chore: Remove unused dependency @masterportal/masterportalapi.

NPM package

@polar/plugin-filter@2.0.0

26 Nov 14:50
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: Upgrade peerDependency ol from ^7.1.0 to ^9.2.4.
  • Chore: Remove unused peerDependency @masterportal/masterportalapi.

NPM package

@polar/plugin-export@1.2.1

26 Nov 14:46
Compare
Choose a tag to compare

CHANGELOG

  • Fix: PDF export with download:false now works correctly.
  • Fix: Adjust documentation to properly describe optionality of configuration parameters.
  • Fix: Disable map interactions during the export process so potential interaction features won't be exported.
  • Chore: Update dependencies to latest versions.

NPM package

@polar/plugin-draw@2.0.0

26 Nov 14:43
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: Upgrade peerDependency ol from ^7.1.0 to ^9.2.4.
  • Fix: Adjust documentation to properly describe optionality of configuration parameters.
  • Feature: Make the stroke color for drawn geometry features selectable and editable.

NPM package

@polar/plugin-attributions@1.3.0

26 Nov 14:38
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add new option 'footer' to configuration parameter renderType that changes the attributions to be displayed as a small version of the information box that is always visible.
  • Refactor: Replace redundant props with computed properties.
  • Chore: Correctly model ol as a devDependency and upgrade from ^7.1.0 to ^9.2.4.

NPM package

@polar/plugin-address-search@2.0.0

26 Nov 14:35
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.
  • Breaking: Remove deprecated search method gazetteer. Please use search method mpapi instead.
  • Feature: Add title internationalization; i.e. features may now contain locale keys as titles.
  • Feature: Add new optional configuration parameter afterResultComponent that allows to display a custom component for each search result.
  • Feature: There is now a new optional configuration parameter searchMethods.queryParameters.likeFilterAttributes for the WfsSearch that allows to add custom key/value pairs which are mapped to attributes of the like filter operator.
  • Feature: AddressSearchState, AddressSearchGetters, and MpApiParameters types have been additionally exposed as root export since using packages frequently rely on them.
  • Feature: When using the search type mpapi, a second search using a wildcard is now being triggered when the first search yielded no results.
  • Feature: Custom select functions are now called with the store's this context, allowing for more flexible data access.
  • Feature: When navigating through the search results by keyboard, pressing Escape will now result in closing the available results. Browser interactions on Escape may take precedence (i.e. in fullscreen mode, the browser will exit fullscreen mode instead of letting us use the input).
  • Fix: Adjust documentation and types to properly describe optionality of configuration parameters.
  • Fix: Use correct getter for minLength.
  • Fix: SearchResultSymbols has been additionally exposed as root export since using packages frequently rely on it.
  • Chore: expand on the description to afterResultComponent in the Readme.md.
  • Chore: Clarify the description to addLoading and removeLoading within the readme.

NPM package