Skip to content

Releases: doublesecretagency/craft-googlemaps

4.2.1

25 Apr 16:09
Compare
Choose a tag to compare

Fixed

  • Fixed typecasting of event parameters. (#54)

4.2.0

18 Apr 19:21
Compare
Choose a tag to compare

Added

  • Craft 4 compatibility.

4.1.9

16 Apr 05:19
Compare
Choose a tag to compare

Fixed

  • Allow range to be a float between 0 and 1.

4.1.8

11 Apr 17:36
Compare
Choose a tag to compare

Fixed

  • Fixed minor bug in JavaScript tag method.

4.1.7

10 Apr 18:25
Compare
Choose a tag to compare

Changed

  • Prevents the name subfield from being just a copy of street1 subfield.
  • Prevents the map from appearing as a grey box when zoom or center are missing.
  • Changed the default zoom level to 11.

Fixed

  • Actually fixed info window regression. (#49)
  • Fixed a bug which occurs when getting coordinates from a custom Address model.
  • Fixed a bug which occurs when using only a single Address model on a static map.

4.1.6

01 Apr 17:34
Compare
Choose a tag to compare

Fixed

  • Fixed info window regression. (#48)
  • Fixed markerClick regression. (#49)
  • Improved messaging regarding "Required" subfields and coordinates. (#47)

4.1.5

25 Mar 18:56
Compare
Choose a tag to compare

Changed

  • Refactored how info windows are loaded.

4.1.4

23 Mar 16:54
Compare
Choose a tag to compare

Added

  • Address subfields & coordinates can now be marked as required. (#3)
  • Added getZoom JavaScript method. (#35)
  • Added getCenter JavaScript method. (#35)
  • Added getBounds JavaScript method. (#35)

4.1.3

09 Mar 19:25
Compare
Choose a tag to compare

Added

  • Allow multiple subfields to perform Autocomplete. (#42)

Fixed

  • Fixed conflict between clustering and info windows.

4.1.2

08 Mar 03:32
Compare
Choose a tag to compare

Added

  • The setMarkerIcon method now accepts an array of IDs to set an icon for multiple markers at the same time.
  • The setMarkerIcon method now accepts * to set an icon for all markers at the same time.
  • The hideMarker method now accepts an array of IDs to hide multiple markers at the same time.
  • The showMarker method now accepts an array of IDs to show multiple markers at the same time.
  • The openInfoWindow method now accepts an array of IDs to open multiple info windows at the same time.
  • The openInfoWindow method now accepts * to open all info windows at the same time.
  • Added closeInfoWindow method, which accepts an ID, an array of IDs, or * to close multiple info windows.
  • The hideKml method now accepts an array of IDs to hide multiple KML layers at the same time.
  • The showKml method now accepts an array of IDs to show multiple KML layers at the same time.

Changed

  • Improved JavaScript logging.
  • Protect against invalid coordinates when centering.
  • Deprecated api option, replaced with params option.

Fixed

  • Fixed JavaScript chaining bug.