geofield_map 3.0.15

Bug fixes
  • Issue #3374139 by JeroenT: Uncaught SyntaxError: Lexical declaration cannot appear in a single-statement context
  • Issue #3405921 by askibinski: Remove $.noConflict if possible
  • Issue #3409627 by abhishek_gupta1, Taiger, itamair: Warning: Undefined array key "tooltip_field" in geofield_map/src/GeofieldMapFieldTrait.php
  • Drupal & PhpStan fixes in GeofieldMapFieldTrait.php
  • Issue #3413688 by Alina Basarabeanu: Class attribute must be of type array
  • Issue #3423274 by sidgrafix: Gmaps not loaded with async

geofield_map 3.0.14

Bug fixes

Update Readme.md and Project HTML doc documentation with references to Drupal 8+ versions and 2.x module release and above (Issue #3392738: Is Geofield Map 8.x-2.x release still supported?)

geofield_map 3.0.13

New features

Issue #3390276 by hargurpreet: Hide Geocode address input

geofield_map 3.0.12

Bug fixes
  • Issue #3087072 by JeroenT, itamair: Geofield Map Widget visibility issue inside field group, with Leaflet library
  • Drupal/Php Coding standards fixed in GeofieldGoogleMapViewStyle
  • More defensive code into GeofieldGoogleMapViewStyle.php
  • Issue #3383276 by jasdeba: PHP 8.1 Deprecated function: preg_quote(): Passing null to parameter #1 ($str) of type string is deprecated
  • Issue #3382203 by linhnm: Open Infowindow on Load not working

geofield_map 3.0.11

Bug fixes

Issue #3367959 by JeroenT: geocoder library is missing a dependency on jQuery

geofield_map 3.0.10

Bug fixes

Issue #3364845 by JeroenT, itamair: Add button to reset marker on form display

geofield_map 3.0.9

New features

Issue #3364845 by JeroenT: Add button to reset marker on form display

geofield_map 3.0.8

Bug fixes

fix in Geocode address textfield and functionality.

geofield_map 3.0.6

Bug fixes
New features

GeofieldMapWidget: Better explanation in case of unsupported Geometry
Fix of "Loading the Google Maps JavaScript API without a callback is not supported" in both geofield_map_gmap_formatter.js and geofield_map_widget.js

geofield_map 3.0.5

Bug fixes
New features

Drupal.org Documentation updated
Issue #3325733 by itamair, mably: strlen(): Passing null to parameter #1 ($string) of type string is deprecated dans Drupal\geofield_map\Element\GeofieldMap::latLonProcess()
Issue #3228713 by prudloff: trigger_geocode() should zoom before panning
Issue #3259368 by himanshu_jhaloya, hesslinger: Set unique id on multiple paragraph for $element['#geoaddress_field']['field']

geofield_map 3.0.4

Bug fixes
New features

Issue #3319940 by mably, itamair: Geolocation should work with HTML button elements

geofield_map 3.0.3

Bug fixes

Revert "Fixed implementation of Ajax fetched Infowindow content."

geofield_map 3.0.2

Bug fixes

Fixed implementation of Ajax fetched Infowindow content.

geofield_map 3.0.1

Bug fixes

Issue #3317875 by skyriter: Geofield Map widget renders mismatched labels for lat & long inputs

geofield_map 8.x-2.90

Removed Drupal 8 compatibility and raised to ^9.3 || ^10 Drupal core versions requirements ('Issue #3317262: Drupal 9.2.11 compatibility')

geofield_map 3.0.0

New 3.0.x branch with removed Drupal 8 compatibility and Drupal core versions requirements raised to ^9.3 || ^10.
This maintains Backdrop Compatibility with 8.x-2.x releases, and requires Drupal Core ^9.3 || ^10.

geofield_map 8.x-2.89

Bug fixes

- Issue #3315137 by voleger: Drupal 10 compatibility fixes
- GeofieldGoogleMapViewStyle: better check and compatibility with Search Api module
- geofield_map.libraries.yml: removed deprecated - core/jquery.once dependency in favour of - core/once

geofield_map 8.x-2.88

Bug fixes

More solid implementation of geocoder element ui autocomplete loading throbber

geofield_map 8.x-2.87

Bug fixes
New features

Correct implementation of geocoder element ui autocomplete loading throbber
MarkerIconService refactoring

geofield_map 8.x-2.86

Bug fixes

Issue #3294269: Fixes of Drupal 8 compatibility issues after adding non-existent service "file_url_generator",
simply moving the needed @file_url_generator service methods in the inner @geofield_map.marker_icon service,
with @todo notes to refactor all this in favour of only Drupal core 9 & 10.

geofield_map 8.x-2.85

Bug fixes

Further implementation of Automatic HTML5 Geolocation (Issue #3280092)

geofield_map 8.x-2.83

Bug fixes

Replaced _.each for forEach ('Issue #3293258 by immaculatexavier: Missing underscore library')

geofield_map 8.x-2.82

Bug fixes

fix of 'Issue #3293108: Argument 1 passed to Drupal\geofield_map\Services\MarkerIconService::getIconFileManagedElement() must be of the type int, null given'

geofield_map 8.x-2.80

Bug fixes
New features
  • Issue #3280092: Automatic HTML5 Geolocation possible? - Uses the HTML Geolocation API to enable the following features:
    - An initial automatic set of the Geofield value to the user location, for the first Widget Geofield Map (also in case of multivalue field) if the Geofield Value and/or a Default value is not set (Position Lat: 0, Lon: 0 is interpreted as NULL)
  • - A 'Find my location' button that once clicked will manually set the Geofield value to the user location

geofield_map 8.x-2.75

Bug fixes

Issue #3270837: geofieldmap_icons is not a directory
MarkerIconService coding standards fixes.

geofield_map 8.x-2.73

Bug fixes

Issue #3267844 by naveenvalecha: Notice: Undefined offset: 0 in Drupal\geofield_map\Plugin\views\style\GeofieldGoogleMapViewStyle

geofield_map 8.x-2.72

New features

Added geofield map feature hook alter for formatter and view style:
- function hook_geofield_map_formatter_feature_alter(array &$feature, GeofieldItem $item, ContentEntityBase $entity)
- function hook_geofield_map_views_feature_alter(array &$feature, ResultRow $row, RowPluginBase $rowPlugin = NULL)

geofield_map 8.x-2.71

Bug fixes
New features

Issue #3254506 by yivanov: Search Address Geocoder not working for the FieldFormatter"

  • Refactoring of geofield_map.geocoder.js with autonomous Drupal.geoFieldMapGeocoder object
  • Enabling of Throbber in Formatter Search Autocomplete Geocoder Input

geofield_map 8.x-2.70

Bug fixes
New features

GeofieldMap element refactor for Campatibility to new Geofield 8.x-1.33

geofield_map 8.x-2.69

Bug fixes
New features
  • Better Code refactoring
  • Issue #3218177 by shkiper: Conflicts between field Widget and Formatter scripts
  • Issue #3217096 by shkiper: Uncaught ReferenceError: L is not defined
  • Issue #3205165 by itamair: Enhanced inline documentation for Custom cluster icons

geofield_map 8.x-2.68

New features

Support and compatibility added for new GeofieldBackend in Geofield 8.x-1.31

geofield_map 8.x-2.67

Bug fixes
New features
  • Issue #3161102 by harishh: License "GPL-2.0+" is a deprecated SPDX license identifier
  • Issue #3162617 by stephen-cox: Missing map_geocoder schema from Geofield Map widget
  • Issue #3154282 by BetoAveiga: Add title to map embed iframe
  • Geofield_map_widget.js: Trigger a geofieldMapInit event to interact with Geofield Map Widget after its initialisation (Issue #3165690 & Issue #3165715)
  • Issue #3122878 by scalas89: Static map doesn't work with panels

geofield_map 8.x-2.66

Bug fixes

Issue #3154107 by itamair, tompato, isaacrc: The map doesn't load in IE11

geofield_map 8.x-2.65

Bug fixes
  • set correct core compatibiity with Drupal ^8.8 & ^9.0
  • Issue #3147644 by Project Update Bot: Automated Drupal 9 compatibility fixes

geofield_map 8.x-2.64

Bug fixes

Issue #3120588 by alexander_danilenko: Do not use absolute URL for AJAX marker popup content

geofield_map 8.x-2.63

Bug fixes
New features
  • Issue #3135469 by remcoh, itamair: Added settings to define Tooltip in GeofieldGoogleMapFormatter
  • Issue #3136305 by andycarlberg: Option to lazy-load maps on scroll
  • Issue #3129716 by ChuckSimply: Zoom Finer is not a valid number
  • EcmaScript6 way to define js variables (let instead of var)

geofield_map 8.x-2.62

Bug fixes

Issue #3127254: Crash if markers location folder doesn't exist, when upgrading from 2.60 to 2.61

geofield_map 8.x-2.59

New features

Added '# Rendered View Fields' option for Infowindow/Popup in Geofield Map View Style.

geofield_map 8.x-2.58

Bug fixes

Issue #3118826 by NigelCunningham: Callback invocations don't work ccdf226 NigelCunningham 10 Mar 2020 at 22.27

geofield_map 8.x-2.57

Bug fixes

Issue #3106074 by itamair: [Widget] Call loadGoogle() JS based on it's configuration a2368a4 itamair Jan 14, 2020 at 11:39 PM

geofield_map 8.x-2.56

Bug fixes

GeofieldGoogleMapViewStyle: fixed critical bug in the generation of the Infowindow description for the Rendered Entity Infowindow.

geofield_map 8.x-2.55

Bug fixes

Better integration with 'core/drupal.ajax' library and Blazy module for Ajax Rendered Infowindows in Geofield Map View Style.

geofield_map 8.x-1.46

Bug fixes

Better integration with 'core/drupal.ajax' library and Blazy module for Ajax Rendered Infowindows in Geofield Map View Style.

Pages

Subscribe with RSS Subscribe to Releases for Geofield Map