Releases: impargo/react-here-maps
v4.3.0
What's Changed
- feat: update here maps sdk to 3.1.66.0 by @KhaledSakr in #31
Full Changelog: v4.2.1...v4.3.0
v4.2.1
What's Changed
- fix(map): change how hidpi is handled by @KhaledSakr in #29
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- feat: temporarily remove truck layer when zooming by @KhaledSakr in #28
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- feat: improve tiles on high pixel ratio screens by @KhaledSakr in #27
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
-
chore: update README by @KhaledSakr in #3
-
feat: use here maps js npm package by @KhaledSakr in #1
BREAKING CHANGE: this also changes the engine when using vector tiles from WEBGL to HARP. Additionally, if a client relied on @types/heremaps, they will encounter some type incompatibilities and might needs to adapt a few things. Some other props were also removed because they no longer make since now that the SDK is bundled, likeonScriptLoadErrorandsecure. -
chore: trigger pre-release using workflow_dispatch by @david-paulus-saad in #11
-
refactor: revamp test and build setup by @KhaledSakr in #5
-
feat: implement new tile APIs by @KhaledSakr in #4
BREAKING CHANGE: HARP engine is now always used, whether vector tiles are enabled or not. Additionally, some props are now completely removed.lg: use language instead with an Alpha-2 code (e.g.enorde)incidentsLayer: now always included with the traffic layeruseLegacyTruckLayer: no longer supported by HEREuseLegacyTrafficLayer: no longer supported by HERE
Note: this uses the logistics map styles as a base layer as it fits our needs the most, this however can be made configurable in the future.
-
fix: correct hidpi scaling by @KhaledSakr in #13
-
chore(ci): add coveralls by @david-paulus-saad in #16
-
refactor: rename route to polyline by @KhaledSakr in #12
BREAKING CHANGE: this completely removesRoutecomponent and replaces it
withPolyline. Thearrowprop is also completely removed from the
component. For more information on direction arrows, check the readme.
Additionally,lngis now used consistently instead oflonto stay in
line with the HERE SDK conventions. -
build: update parcel by @KhaledSakr in #15
-
feat(userasterlayers): implement permanent_only truck restrictions by @KhaledSakr in #14
BREAKING CHANGE: this changes the default behavior to be
permanent_only instead of active_and_inactive -
fix(heremap): preserve integer zoom when focusing on markers by @KhaledSakr in #20
-
deps: update here sdk to v62 by @KhaledSakr in #21
-
feat(heremap): allow choosing map engine via prop by @KhaledSakr in #19
New Contributors
- @KhaledSakr made their first contribution in #3
- @david-paulus-saad made their first contribution in #7
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- feat(userasterlayer): use advanced raster tiles v3 by @KhaledSakr in #26
Full Changelog: v2.4.0...v3.0.0
v2.4.0
What's Changed
- fix(map): add additional space around markers when zooming by @KhaledSakr in #24
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- chore: add a testbench to quickly try out the map by @KhaledSakr in #22
- refactor: separate raster and vector logic and fix edge cases by @KhaledSakr in #23
Full Changelog: v2.2.4...v2.3.0
v2.2.4
What's Changed
- fix(map): correct ppi query parameter for map tiles by @KhaledSakr in #21
Full Changelog: v2.2.3...v2.2.4
v2.2.3
What's Changed
- fix(map): use correct satellite layer to show map labels by @KhaledSakr in #20
Full Changelog: v2.2.2...v2.2.3