Skip to content

Releases: eclipsesource/tabris-plugin-maps

v5.0.0

25 May 09:59
Compare
Choose a tag to compare
  • Make plugin compatible with Tabris.js 2.4 and 2.5.
  • Update used Play Services version to 12.0.1.

v4.0.1

05 Feb 10:05
Compare
Choose a tag to compare

Fix marker image scaling on Android.

v4.0.0

30 Jan 16:39
Compare
Choose a tag to compare
  • Update tabris-plugin-maps to Tabris.js 2.2 custom widget API. This version is not compatible with Tabris.js 2.0 and 2.1 anymore.
  • Support customizing the marker appearance by applying a custom image.

v3.0.0

30 Aug 09:27
Compare
Choose a tag to compare
  • Migrate tabris-plugin-maps to Tabris.js 2 API (breaks compatibility with Tabris.js 1.x)
    • fire events with a single callback argument (see Tabris.js events documentation)
    • rename "change:camera" event to "cameraChanged"
    • rename "cameramove" event to "cameraMoved"
  • pressing the "show my location" button now also triggers "cameraMoved"

v2.0.1

30 Aug 15:44
Compare
Choose a tag to compare
  • Restructure project to be more friendly on npmjs.com

v2.0.0

30 Aug 14:00
Compare
Choose a tag to compare
  • Complete rewrite of public js API
  • New namespace esmaps for Map and Marker
  • New properties position, camera and region
  • New ways of positioning the camera via moveToPosition and moveToRegion
  • New Marker API when creating and adding markers
  • Allow to get users location from Map
  • Allow to show and move to users location on Map
  • Ensure same behavior on Android and iOS for all documented features

v1.1.0

17 Dec 15:45
Compare
Choose a tag to compare

Adds initial support for iOS.