Releases: sylvainjule/kirby-locator
Releases · sylvainjule/kirby-locator
2.1.0
- K5 compatibility: dark mode CSS adjustments (thanks to @distantnative / @scottboms)
- Add a
collapseoption (thanks to @benwest)
2.0.0
1.1.4
Fix the structure field preview
1.1.3
- Add square as a fallback for streets key (Nominatim)
- Add
countryCodekey thanks to @renestalder - Add turkish language thanks to @afbora
1.1.2
- Use SVG marker icon instead of a png image. This allows custom marker color.
1.1.1
- Fix 1.1.0 released too quickly, rebuild
index.js
1.1.0: Merge pull request #47 from sebastiangreger/referrerpolicy
- Override panel referrerpolicy for Mapbox API calls
Thanks to @sebastiangreger and @rasteiner.
1.0.9
- Change build process for kirbyup
- Store the OSM ID under the
osmkey when Nominatim is used - Store the region under the
regionkey - Add support for
display: false, allows to display the field without any written information - Add a
dblclickoption, allows to drop / move a marker on double click anywhere in the map - Add support for entering lat / lon directly in the search field
1.0.8
Bugfixes + Structure field preview.
1.0.7
Every (not custom) mapbox setup won't work without this update, as Mapbox changed their API for raster tiles.
They also changed the IDs:
mapbox.outdoors → mapbox/outdoors-v11
mapbox.streets → mapbox/streets-v11
mapbox.light → mapbox/light-v10
mapbox.dark → mapbox/dark-v10
Former IDs will automatically be replaced.