Skip to content

Releases: radarlabs/radar-sdk-js

v4.4.10

22 Jan 21:38
94819cb
Compare
Choose a tag to compare
  • Adds Radar.clearVerifiedLocationToken() to clear the last location token (e.g., on logout).
  • When calling Radar.startTrackingVerified(), if the last location token is valid, avoids fetching a fresh location token immediately and simply schedules the next location check.

v4.4.10-beta.0

23 Dec 13:44
Compare
Choose a tag to compare
v4.4.10-beta.0 Pre-release
Pre-release
  • Fetches a fresh location token on IP change when calling Radar.getVerifiedLocationToken({ ipChanges: true }).

v4.4.9

19 Dec 15:09
Compare
Choose a tag to compare
  • Fixes clickable logo on RadarMap.

v4.4.9-beta.0

15 Dec 23:03
Compare
Choose a tag to compare
v4.4.9-beta.0 Pre-release
Pre-release
  • Fetches a fresh location token on IP change when calling Radar.getVerifiedLocationToken({ ipChanges: true }).

v4.4.8

26 Nov 09:02
3fa9f21
Compare
Choose a tag to compare
  • Catches errors in Radar.startTrackingVerified() to prevent tracking from stopping.
  • Changes location timeout from 30 seconds to 10 seconds.

v4.4.7

13 Nov 13:58
058d4fe
Compare
Choose a tag to compare
  • Add postalCode param and handle null setters in autocomplete UI kit

v4.4.6

31 Oct 14:48
Compare
Choose a tag to compare
  • (fix): Fix issue where using react ref as a map container would not initialize in debug mode

v4.4.6-beta.1

31 Oct 14:25
Compare
Choose a tag to compare
v4.4.6-beta.1 Pre-release
Pre-release
  • Change how objects are logged in debug mode

v4.4.6-beta.0

31 Oct 14:09
Compare
Choose a tag to compare
v4.4.6-beta.0 Pre-release
Pre-release
bump beta version

v4.4.5

16 Oct 21:14
e15fe97
Compare
Choose a tag to compare
  • Adds no-download support for automated location checks with Radar.startTrackingVerified({ skipVerifyApp: true }) and Radar.getVerifiedLocationToken({ skipVerifyApp: true }).
  • Adds Radar.trackVerified({ skipVerifyApp: true }) as an alias of Radar.trackOnce({ fraud: true }).