Skip to content

Releases: FlowingCode/google-map

3.2.3

31 Aug 18:21
Compare
Choose a tag to compare

What's Changed

  • fix: update google maps api import by @paodb in #24

Full Changelog: 3.2.2...3.2.3

3.2.2

31 Aug 17:17
Compare
Choose a tag to compare

What's Changed

  • Fix dependency imports not to be relative by @Artur- in #22
  • fix: replace google-apis library by @paodb in #23

New Contributors

Full Changelog: 3.2.1...3.2.2

3.2.1

25 Aug 19:14
Compare
Choose a tag to compare

What's Changed

  • fix: add style to correctly display close button on info window by @paodb in #21

Full Changelog: 3.2.0...3.2.1

3.2.0

28 Jun 16:36
Compare
Choose a tag to compare

What's Changed

  • Add markers clustering support by @paodb in #20

Full Changelog: 3.1.0...3.2.0

3.1.0

27 Jan 13:21
Compare
Choose a tag to compare

What's Changed

  • feat: add mapId property by @paodb in #16
  • fix: fix to add marker only if map exists by @paodb in #14
  • feat: add controlSize property by @paodb in #18

Full Changelog: v3.0.5...3.1.0

v3.0.5

01 Dec 13:39
Compare
Choose a tag to compare

New features

  • Add missing methods to disable ui controls
  • Add method to set rotateControl

v3.0.4

25 Oct 12:30
Compare
Choose a tag to compare

Bugfixes

  • Fix listeners not working after reattach (Close #9)

v3.0.3

30 Aug 16:11
Compare
Choose a tag to compare

Bugfixes

  • Update _mouseEventsChanged to check for marker instead of map
  • Update _clickEventsChanged to check for marker instead of map
  • Update _dragEventsChanged to check for marker instead of map (Closes #7)

v3.0.2

09 May 20:34
Compare
Choose a tag to compare
  • #2 Fix undefined component error (cannot read property 'click' of undefined when Map inside Dialog)
  • #4 Fix undefined component error when adding polygons

v3.0.1

09 May 20:31
Compare
Choose a tag to compare

Fix problem when displaying info window on marker #1