Releases: Dataport/polar
Releases · Dataport/polar
@polar/plugin-draw@3.2.0
CHANGELOG
- Feature: Add new
revisionparameter that, if set, adds another export with modifications and additional information to the drawn geometries. - Feature: Add new mode
'cut'to allow users to cut polygons in parts. - Feature: Add new mode
'merge'to allow users to merge drawn polygons with a then-to-be-drawn merge polygon. - Feature: Add new mode
'duplicate'to allow users to copy drawn features. - Fix: Measurements were off. The calculation has been fixed.
- Chore: Updated the README.md's state description to be in table format.
@polar/lib-test-mount-parameters@1.4.0
@polar/lib-custom-types@2.2.0
CHANGELOG
- Feature: Add new interface
PointerPositionConfigurationandPointerPositionProjectionfor new plugin@polar/plugin-pointer-position, and addPointerPositionConfigurationas an optional entry ofMapConfig. - Feature: Add
DrawRevisiontoDrawConfiguration, including the nestedDrawMetaService. - Feature: Add new interface
RoutingConfigurationand typeSelectableTravelModefor new plugin@polar/plugin-routing, and addRoutingConfigurationas an optional entry ofMapConfig.
@polar/core@3.2.1
CHANGELOG
- Fix: Change
EPSG:31467projection definition string to be usable forprojconversions. - Fix: List items that are currently highlighted according to vuetify (e.g. options in a select element) now by default have the primary color as outline to improve accessibility.
- Fix: Add role "region" to render div for a broader screen reader support on its aria-label.
- Chore: Add documentation regarding optionality of calling
rawLayerList.initializeLayerListwhen creating a client using a local service register. - Chore: Add teardown hints for single page application to README file.
@polar/client-meldemichel@1.2.2
CHANGELOG
- Fix: Use updated layer id for the aerial photo layer.
- Chore: Update
@polar-dependencies to the latest versions.
@polar/client-style-preview@1.0.0
CHANGELOG
Initial release.
NPM package
@polar/core@3.2.0
CHANGELOG
- Feature: Default core export now contains a
resetPluginsmethod that allows undoing all previousaddPluginscalls.
@polar/client-diplan@1.0.0-beta.1
CHANGELOG
- Fix: The DiPlan client previously produced redundant plugins on rerenders. This issue has been resolved. The usage for this solution can be viewn in the example
diplan-ui-one, with additional notes at the end of theAPI.md.
@polar/plugin-zoom@1.5.0
CHANGELOG
- Feature: Add new configuration parameter
componentto be able to interchange the UI component of this plugin. - Feature: Expose
ZoomButtonContainer.vueas a new export in order to use it in custom implementations.
@polar/plugin-layer-chooser@2.1.0
CHANGELOG
- Feature: Add new configuration parameter
componentto be able to interchange the UI component of this plugin. - Feature: Expose
Options.vueas new exportLayerChooserOptionsin order to use it in custom implementations. - Feature: Expose
LayerWrapper.vueas new exportLayerChooserLayerWrapperin order to use it in custom implementations. - Fix: Resolve a bug where keyboard navigation in radio groups didn't work.
- Chore: The documentation for
minZoomandmaxZoomhas been updated regarding their inclusive interpretation of the zoom value.