Skip to content

Releases: ethercreative/simplemap

3.9.0.2

01 Dec 11:11
@Tam Tam
db8fc01
Compare
Choose a tag to compare

3.9.0.2 - 2020-12-01

Improved

  • Improved GQL docs

Fixed

  • Fix GQL Coords type missing lng

3.9.0.1

27 Nov 11:25
@Tam Tam
04e1988
Compare
Choose a tag to compare

3.9.0.1 - 2020-11-27

Fixed

  • Removed distance field from GQL mutation input

3.9.0

27 Nov 11:13
@Tam Tam
3d3f0e9
Compare
Choose a tag to compare

3.9.0 - 2020-11-27

{warning} BREAKING: This release changes how GraphQL querying works for
the map field. You should now pass the search query as an input rather than a
JSON string.

Added

  • Added GraphQL support for query filtering and mutations

Improved

  • Address inputs will span full width when map is disabled (Fixes #282)

3.8.5

08 Oct 09:34
@Tam Tam
a6ca0a8
Compare
Choose a tag to compare

3.8.5 - 2020-10-08

Added

  • Add centerFallback option to map embeds (Fixes #263)

Changed

  • Prefix name of Map graphql elements

Fixed

  • Reduce search radius to 0 if location is not valid (Fixes #277)
  • Fix mapbox geocode error when country is not valid ISO code (Fixes #276)

Removed

  • Remove MaxMind Lite option

3.8.4.1

03 Jul 09:05
@Tam Tam
2d1ee53
Compare
Choose a tag to compare

3.8.4.1 - 2020-07-03

Fixed

  • Fix url encode issue for markers in static map images

3.8.4

12 Jun 08:41
@Tam Tam
9ea2f6a
Compare
Choose a tag to compare

3.8.4 - 2020-06-12

Changed

  • Allow zoom override on Google/Mapbox embeds
  • Allow style override on Mapbox embeds (Fixes #256)

Fixed

  • Cast embed center coordinates to floats
  • Upgraded Mapbox to use new Static Tiles API

3.8.3

09 Apr 12:14
@Tam Tam
98ed0f2
Compare
Choose a tag to compare

3.8.3 - 2020-04-09

Added

  • Added JSON support when filtering by a map field. Very useful for Crafts current GQL implementation (Fixes #248)

Fixed

  • Markers coodinates are now cast to floats (via @Sekonda)
  • Exclude empty map fields when sorting by distance (Fixes #245)

3.8.2

04 Mar 10:21
@Tam Tam
919f16b
Compare
Choose a tag to compare

3.8.2 - 2020-03-04

Fixed

  • Fix issue where elements failed to save when searching for a location via Google or Here (Fixes #242)
  • Fix what3words not updating when searching for a location

3.8.1

27 Feb 12:57
@Tam Tam
58c1c5e
Compare
Choose a tag to compare

3.8.1 - 2020-02-27

Added

  • Add env support to settings (Closes #241)

Improved

  • Improve settings page appearance during load

3.8.0

25 Feb 16:05
@Tam Tam
b342e77
Compare
Choose a tag to compare

3.8.0 - 2020-02-25

Added

  • Add What3Words support (Closes #236)

Fixed

  • Fix issue when trying to render a static map without markers (Fixes #225)