Releases: Dataport/polar
Releases · Dataport/polar
@polar/client-meldemichel@1.0.0-beta.0 🎉
CHANGELOG
Beta release. Feature-complete, but some known (and unknown?) bugs remain. Please refer to the issue tracker for details.
- Feature: Add features for
COMPLETE
mode:- Feature List
- AfM Button
- Filter
- Mobile views for small devices
- Fix: The listenable
mapState
fieldvendor_maps_position
has been changed in its formatting. It now matches the formatting of the neighbouringmapCenter
field (number,number
) instead of being an array. - Fix: The listenable
mapState
fieldvendor_maps_address_to
has been renamed tovendor_maps_distance_to
to match the previous name.
Dependency updates
Please check the package changelogs regarding details.
Package | Previous | Current |
---|---|---|
`@polar/core | ^1.1.0 | ^1.2.1 |
`@polar/lib-custom-types | ^1.1.0 | ^1.2.0 |
`@polar/lib-invisible-style | * | ^1.0.0 |
`@polar/plugin-address-search | ^1.0.0 | ^1.1.0 |
`@polar/plugin-attributions | ^1.0.0 | ^1.1.0 |
`@polar/plugin-filter | * | ^1.0.0 |
`@polar/plugin-fullscreen | ^1.0.0 | ^1.1.0 |
`@polar/plugin-geo-location | ^1.1.0 | ^1.2.0 |
`@polar/plugin-gfi | ^1.0.0 | ^1.1.0 |
`@polar/plugin-icon-menu | ^1.0.1 | ^1.1.0 |
`@polar/plugin-layer-chooser | ^1.0.0 | ^1.1.0 |
`@polar/plugin-loading-indicator | ^1.0.0 | ^1.0.1 |
`@polar/plugin-pins | ^1.1.0 | ^1.1.1 |
`@polar/plugin-reverse-geocoder | ^1.0.0 | ^1.0.1 |
`@polar/plugin-scale | ^1.0.0 | ^1.0.1 |
`@polar/plugin-toast | ^1.0.0 | ^1.0.1 |
`@polar/plugin-zoom | ^1.0.0 | ^1.1.0 |
@polar/plugin-pins@1.1.0
CHANGELOG
- Deprecated: Using
movable
with aboolean
has been deprecated. Please use the parameter with a string. For more information, see the documentation of the package. - Feature: Update
@polar/lib-passes-boundary-check
to major version 2. - Feature: Add
boundaryOnError
parameter to let user define behaviour on boundary check errors. - Feature: Add new configuration parameter
initial
to be able to add a pin initially to the map. - Feature: If
movable
is set tonone
orfalse
, the style of the cursor is set tonot-allowed
when hovering the pin. - Fix: Mouse cursor wasn't
'grab'
from second created pin on. It now is on all movable pins.
@polar/plugin-icon-menu@1.0.1
CHANGELOG
- Fix: Plugin contents were rendered above map in certain circumstances. This has been resolved.
@polar/plugin-geo-location@1.1.0
CHANGELOG
- Feature: Update
@polar/lib-passes-boundary-check
to major version 2. - Feature: Add
boundaryOnError
parameter to let user define behaviour on boundary check errors. - Feature: Add optional tooltip to user geolocation map icon.
@polar/lib-passes-boundary-check@2.0.0
CHANGELOG
- Breaking:
passesBoundaryCheck
now only resolves true or false when the result is indicative of the true-ness of the coordinate being contained within the boundary, and symbols indicative of occurring errors in other scenarios. (Previously: Errors resolved false.) It is now up to using plugins to decide how to respond to errors.
@polar/lib-custom-types@1.1.0
CHANGELOG
- Feature: Add parameter
boundaryOnError
toPinsConfiguration
. - Feature: Add parameter
boundaryOnError
toGeoLocationConfiguration
. - Feature: Add flag
showTooltip
toGeoLocationConfiguration
. - Feature: Add type for CoreState's
center
field. - Feature: Remodel type structure to deduplicate fields now modeled in
LayerBoundPluginOptions
. - Feature: Add new optional parameter
initial
toPinsConfiguration
including related interfaceInitialPin
. - Feature: Added new configuration variation for
movable
inPinsConfiguration
. - Fix: Add type for CoreState's nested
.plugin
container.
@polar/core@1.1.0
@polar/client-meldemichel@1.0.0-alpaka.0 🦙
1.0.0 (2023-11-10)
All POLAR packages have been released as 1.0.0 on NPM and can be found by searching for @polar on the registry.
Not sure where to start? Load @polar/client-afm
, which is the general-purpose client, and run its example.
For this first release, see the packages' linked NPM page regarding their initial features. Future release versions will include changelogs as exemplified by the initial @polar/client-afm
patch; a virtue out of necessity.
Clients
@polar/client-afm@1.0.1
- Fix: The included example files have been updated to the new syntax and work again.
@polar/client-dish@1.0.0
- Please mind that this client depends upon a specific host environment. See here for a running instance.