Skip to content

Releases: impargo/react-here-maps

v4.3.0

11 Jul 11:01

Choose a tag to compare

What's Changed

Full Changelog: v4.2.1...v4.3.0

v4.2.1

07 May 18:26

Choose a tag to compare

What's Changed

Full Changelog: v4.2.0...v4.2.1

v4.2.0

07 May 06:40

Choose a tag to compare

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

13 Mar 09:57

Choose a tag to compare

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

21 Feb 07:56
fc5c015

Choose a tag to compare

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, like onScriptLoadError and secure.

  • 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. en or de)
    • incidentsLayer: now always included with the traffic layer
    • useLegacyTruckLayer: no longer supported by HERE
    • useLegacyTrafficLayer: 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 removes Route component and replaces it
    with Polyline. The arrow prop is also completely removed from the
    component. For more information on direction arrows, check the readme.
    Additionally, lng is now used consistently instead of lon to 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

Full Changelog: v3.0.0...v4.0.0

v3.0.0

19 Dec 16:47

Choose a tag to compare

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

19 Dec 16:47

Choose a tag to compare

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

19 Dec 16:47

Choose a tag to compare

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

19 Dec 16:47

Choose a tag to compare

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

19 Dec 16:47

Choose a tag to compare

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