Releases: Dataport/polar
Releases · Dataport/polar
@polar/plugin-draw@1.0.1
@polar/plugin-attributions@1.1.0
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
andwidth
are now only set on the content ifrenderType
isindependent
as the mobile view is rendered in theMoveHandle
. - Fix: Attributions are now being translated when the window is open.
@polar/plugin-address-search@1.1.0
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.
@polar/lib-tooltip@1.0.0
@polar/lib-test-mount-parameters@1.1.0
@polar/lib-invisible-style@1.0.0
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.
@polar/lib-custom-types@1.2.0
CHANGELOG
- Feature: Add currently active language key as parameter
language
toCoreState
. - Feature: Add types for new plugin
Filter
, namelyFilterConfiguration
; also toMapConfig
as configurable plugin. - Feature: Add types for new core state and getters. (
zoomLevel
,hovered
,selected
) - Feature: Add parameters
renderType
,featureList
, andactiveLayerPath
toGfiConfiguration
. - Feature: Add type
FeatureList
forGfiConfiguration
. - Feature: Add parameter
showTooltip
toGfiLayerConfiguration
. - Feature: Add parameter
renderType
toGeoLocationConfiguration
. - Feature: Add export of
RenderType
. - Feature: Add parameter
focusAfterSearch
toAddressSearchConfiguration
. - Feature: Add parameter
hasSmallDisplay
toCoreState
. - Feature: Add types for new
MoveHandle
-handling for usage in e.g.CoreGetters
; namely the interfacesMoveHandleProperties
andMoveHandleActionButton
as well as the typeMoveHandleProps
. - Feature: Add
layerConf
toMapConfig
. - Fix: Add missing
CoreGetter
fieldsclientHeight
,clientWidth
,center
,zoomLevel
.
@polar/core@1.2.1
@polar/core@1.2.0
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 parameterextendedMasterportalapiMarkers
. - Feature: Add zoomLevel as plugin-agnostic map information to store.
- Feature: Change the
background-color
of allv-tooltip
s to#595959
and itsborder
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 onresize
of thewindow
. - 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.
@polar/components@2.0.0
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.