Skip to content

Releases: radarlabs/radar-sdk-js

v4.4.0

14 Aug 20:42
Compare
Choose a tag to compare

🚀 New Features and Improvements

  • Add line and polygon drawing support (#176)
  • Add support for drawing polylines (#176)
  • Support for standalone Popups(#176)
  • handle shift+tab in autocomplete (#179)

v4.3.5

14 Aug 15:28
33a68b4
Compare
Choose a tag to compare
  • Adds Radar.startTrackingVerified(), Radar.stopTrackingVerified(), Radar.getVerifiedLocationToken(), Radar.onTokenUpdated(callback), and Radar.setExpectedJurisdiction(countryCode, stateCode).
  • Exposes _id and failureReasons in location token callbacks.

v4.4.0-beta.4

07 Aug 20:16
Compare
Choose a tag to compare
v4.4.0-beta.4 Pre-release
Pre-release
  • Manually handle closing marker popups
  • throw Radar error if duplicate feature ids are given

v4.4.0-beta.3

07 Aug 17:34
Compare
Choose a tag to compare
v4.4.0-beta.3 Pre-release
Pre-release
  • Don't modify target object in mergeDeep

v4.4.0-beta.2

07 Aug 17:18
Compare
Choose a tag to compare
v4.4.0-beta.2 Pre-release
Pre-release
  • Properly merge provided and default options

v4.4.0-beta.1

07 Aug 16:15
Compare
Choose a tag to compare
v4.4.0-beta.1 Pre-release
Pre-release
  • Add popup support

v4.4.0-beta.0

05 Aug 14:07
Compare
Choose a tag to compare
v4.4.0-beta.0 Pre-release
Pre-release
  • Add support for line and polygon drawing

v4.3.5-beta.0

02 Aug 16:22
Compare
Choose a tag to compare
v4.3.5-beta.0 Pre-release
Pre-release
  • Local marker caching: #177

v4.3.4

29 Jul 19:44
Compare
Choose a tag to compare
  • Rely on Authorization header for publishable key auth for maps

v4.3.3

25 Jul 16:20
Compare
Choose a tag to compare
  • Adds ability to toggle the visibility of zoom buttons on the map with showZoomControls?: boolean;