Releases: ethercreative/simplemap
Releases · ethercreative/simplemap
3.9.0.2
3.9.0.2 - 2020-12-01
Improved
Fixed
- Fix GQL Coords type missing
lng
3.9.0.1
3.9.0.1 - 2020-11-27
Fixed
- Removed distance field from GQL mutation input
3.9.0
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
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
3.8.4.1 - 2020-07-03
Fixed
- Fix url encode issue for markers in static map images
3.8.4
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
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
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
3.8.1 - 2020-02-27
Added
- Add env support to settings (Closes #241)
Improved
- Improve settings page appearance during load
3.8.0
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)