Skip to content

Releases: yagoferrer/map-tools

2.0.2

13 Dec 18:41
Compare
Choose a tag to compare
  • It allows you to pass the API key. To use the Maps JavaScript API you must have an API key. The API key is a unique identifier that is used to authenticate requests associated with your project for usage and billing purposes.

2.0.1

26 Sep 19:24
Compare
Choose a tag to compare
  • Fixed bug #287
  • Updated NPM dependencies to the latest
  • Fixed typo in docs. Thanks @pjakobsen

2.0.0

28 May 05:12
Compare
Choose a tag to compare

Full TypeScript migration from Javascript Node Modules.

1.3.0

06 May 20:34
Compare
Choose a tag to compare

Added feature: Query using multiple tags: map.findMarker(tags: ['tag1', 'tag2']})
thanks to @toddrothe for all the work on this one.

Fixed bug: #279 thanks to @hergert for the bug report.

Refactoring: I started working on TypeScript migration.

1.2.1

28 Apr 06:20
Compare
Choose a tag to compare

Bug fixed :#269

1.2.0

26 Apr 23:07
Compare
Choose a tag to compare

Feature: Allows tagging Markers using the tags property. This is helpful to find and classify Markers by Tags.
Code coverage up to 100%
GPA up to 4.0

Breaking changes
Removed support for Groups and instead implemented -> Marker Tagging.

1.1.3

24 Apr 21:53
Compare
Choose a tag to compare

Includes fixed bugs: #261 and #259

1.1.2

24 Apr 17:58
Compare
Choose a tag to compare

Includes bug fixed: #257

1.1.1

24 Apr 06:37
Compare
Choose a tag to compare

1.1.0 Minor update to include distribution Files for NPM.

1.1.0

24 Apr 06:32
Compare
Choose a tag to compare

This is a really exiting new release! New features coming with lots of feedback from our internal apps using mapTools.

Feature: Added API resetMarker() to reset specific Marker properties to the initial value.
Feature: Custom Map Event: marker_visibility_changed It will trigger every time that the number of visible Markers change.
Feature: Added callback property to be used when adding Markers.
Feature: findMarker() can find any Marker by properties and data properties.
For example: findMarker({visible: true})

Fixed bugs: #240 and #247

Breaking changes
filterMarker() is now called findMarker()
filterFeature() is now called findFeature()