Skip to content

3.6.1

Compare
Choose a tag to compare
@Tam Tam released this 19 Jul 15:01
· 231 commits to v3 since this release
f6abbbd

3.6.1 - 2019-07-19

Added

  • Add support for getting parts without having to go via the parts property.
    (i.e. myMap.parts.number can be simply myMap.number). This doesn't work
    for the address part, which is already in use and returns the full address
    as a string (alternatively, use the streetAddress alias). (Closes #154)
  • Add streetAddress alias of address to Parts.

Changed

  • PartsLegacy will be used when Google is the chosen Geo service, giving
    access to additional Google specific parts (Fixes #167)

Fixed

  • Fix error when normalizing value without an element (Fixes #174)
  • Fix JS error when using two different API keys for Google maps services (Fixes #165)
  • Fix parts being lost when moving from new to legacy (any other geo service to google)
  • Fix issue with Mapbox geo service when country was unrestricted
  • Fix JS issues when using Apple or Google Maps in an element edit HUD (Fixes #175)