Releases: Dataport/polar
Releases · Dataport/polar
@polar/client-meldemichel@1.3.0
CHANGELOG
- Feature: Add a Jenfeld client with reduced network traffic and scope.
- Chore: Update
@polar/address-searchdependency to minimum required version.
@polar/client-dish@1.2.0
CHANGELOG
- Feature: If a user is geolocated outside the map's extent, the client will inform the user of why geolocation did not take effect via a textbox.
- Feature: The map can now be used for internal use with specific configurations. See the configuration section in the README for relevant configuration information.
- Feature: Add new searches for address and parcels.
- Feature: Add new background and specialist data layers.
- Feature: Add new plugin
DishExportMapfor intern mode use. - Feature: Expand plugin
Gfifor intern mode. - Feature: dish search now disregards the character '/' in user inputs.
- Feature: Add new plugin
SelectObjectfor intern mode use. - Fix: Extend typing for search result function according to type package update.
- Fix: Import types
AddressSearchStateandAddressSearchGettersfrom correct position. - Fix: Import enum
SearchResultSymbolsfrom correct position. - Fix: The alt text to the "Landesdachmarke" for screen readers was missing.
- Fix: Image in gfi will only be shown if there is enough space for the minimum width.
- Chore: Change value of
pins.movableconfiguration to'drag'as using a boolean has been deprecated in a future release. - Chore: Upgrade
@masterportal/masterportalapifrom2.8.0to2.45.0and subsequentlyolfrom^7.1.0to^10.3.1. - Chore: Update
@polar-dependencies to the latest versions.
@polar/client-afm@2.1.0
CHANGELOG
- Feature: Add
@polar/plugin-reverse-geocoderto the client. For details about this plugin, see the plugin's documentation. - Chore:
AddressSearchis now visible by default in the example configuration to illustrate a working default scenario for the addedReverseGeocoder. This did not result in a change to the software's defaults, but merely to the example.
@polar/plugin-address-search@3.1.1
CHANGELOG
- Fix: The
ArrowDownkey now has its original behaviour for an input element when no results are available; that is, one can use it to jump to the end of one's input.
@polar/core@3.2.2
CHANGELOG
- Fix: The OpenLayers interactions
KeyboardPanandKeyboardZoomare now added to the map with a condition that prevents the map from taking over the events to pan and zoom when the user's focus is on an editable element. - Chore: Document that
stylePathhas to be updated with a different path in most client configurations.
@polar/client-afm@2.0.3
CHANGELOG
- Fix: Use v3.2.2 of
@polar/coreand v3.1.1 of@polar/plugin-address-searchto resolve issues when using+and-characters in the search window or using the arrow keys to navigate the entered input.
@polar/lib-get-features@3.1.1
CHANGELOG
- Fix: On server returns with the CRS not indicated on the root element, but on its children, the projection is now inferred from those.
@polar/client-afm@2.0.2
CHANGELOG
- Fix: Use v3.1.1 of
polar/lib-get-featuresthat includes a fix for reading a service's WFS response's CRS from its features if it's not available on the root node.
Version 3.0.0-alpha.1
@polar/client-generic@2.0.0
CHANGELOG
- Breaking: Change name of exported style file from
polar-client.csstostyle.css. This is to be consistent with documentation of@polar/coreand this client. - Feature: Directly expose
createMapto be able to import it directly when using this client. - Feature: Add plugins
@polar/plugin-pointer-positionand@polar/plugin-routingto the client. - Chore: Update
@polar-dependencies to the latest versions.