Skip to content

Releases: Dataport/polar

@polar/plugin-draw@1.0.1

13 Dec 06:55
Compare
Choose a tag to compare

CHANGELOG

  • Fix: Documentation error regarding plugin state.

NPM package

@polar/plugin-attributions@1.1.0

13 Dec 06:53
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add link to repository and license as required by EUPL v1.2.
  • Feature: Include title in AttributionContent so users receive this information on all devices.
  • Feature: max-width and width are now only set on the content if renderType is independent as the mobile view is rendered in the MoveHandle.
  • Fix: Attributions are now being translated when the window is open.

NPM package

@polar/plugin-address-search@1.1.0

13 Dec 06:52
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add aria-description to the input for improved accessibility.
  • Feature: Render results as a native html list.
  • Feature: Change navigation of search results to use arrow keys instead of tabbing. If multiple groups are configured, the expand buttons can be navigated via arrow keys as well as tabbing. This should improve the usability for large result lists.
  • Feature: Add configuration parameter focusAfterSearch to be able to focus on the first result after a successful search.
  • Fix: Hide results if they are rendered as part of a group and the results exceed the configured limited amount.
  • Fix: Documentation error regarding plugin state.

NPM package

@polar/lib-tooltip@1.0.0

13 Dec 06:32
Compare
Choose a tag to compare

Initial release

This package contains helper methods for tooltip creation in POLAR.

NPM package

@polar/lib-test-mount-parameters@1.1.0

13 Dec 12:09
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Extend mock state to match current core state type.

NPM package

@polar/lib-invisible-style@1.0.0

13 Dec 06:34
Compare
Choose a tag to compare

Initial release

This package contains an invisible style and methods to detect it. It is used in POLAR to cross-plugin communicate about feature visibility.

NPM package

@polar/lib-custom-types@1.2.0

13 Dec 11:57
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add currently active language key as parameter language to CoreState .
  • Feature: Add types for new plugin Filter, namely FilterConfiguration; also to MapConfig as configurable plugin.
  • Feature: Add types for new core state and getters. (zoomLevel, hovered, selected)
  • Feature: Add parameters renderType, featureList, and activeLayerPath to GfiConfiguration.
  • Feature: Add type FeatureList for GfiConfiguration.
  • Feature: Add parameter showTooltip to GfiLayerConfiguration.
  • Feature: Add parameter renderType to GeoLocationConfiguration.
  • Feature: Add export of RenderType.
  • Feature: Add parameter focusAfterSearch to AddressSearchConfiguration.
  • Feature: Add parameter hasSmallDisplay to CoreState.
  • Feature: Add types for new MoveHandle-handling for usage in e.g. CoreGetters; namely the interfaces MoveHandleProperties and MoveHandleActionButton as well as the type MoveHandleProps.
  • Feature: Add layerConf to MapConfig.
  • Fix: Add missing CoreGetter fields clientHeight, clientWidth, center, zoomLevel.

NPM package

@polar/core@1.2.1

13 Dec 12:38
Compare
Choose a tag to compare

CHANGELOG

  • Fix dependency @polar/components version.

NPM package

@polar/core@1.2.0

13 Dec 12:23
Compare
Choose a tag to compare

CHANGELOG

  • Feature: Add hovered and selected features to vuex store that support clustering. This is an optional functionality that has to be explicitly enabled and works with the @masterportal/masterportalapi default marker design. See configuration parameter extendedMasterportalapiMarkers.
  • Feature: Add zoomLevel as plugin-agnostic map information to store.
  • Feature: Change the background-color of all v-tooltips to #595959 and its border to #fff to be more visible. It now always has a contrast of 7, which is quite enough for AAA of WCAG.
  • Feature: Add new state variable hasSmallDisplay which is updated on resize of the window.
  • Feature: Add possibility to add content of plugins to the now singleton MoveHandle.
  • Chore: Add README information about listening to map client state and getters.

NPM package

@polar/components@2.0.0

13 Dec 11:56
Compare
Choose a tag to compare

CHANGELOG

  • Breaking: MoveHandle can now only be rendered once which is done in @polar/core. Please refer to the documentation of @polar/core on how to use this component.
  • Feature: MoveHandle now remembers the previous position and sets it to the next content, if it doesn't exceed the maximum height.

NPM package