2.2.0 (2024-08-27)
- Add option "useCluster" for switching marker cluster on or off. (57d1242)
- Stamen Toner has moved to Stadia Maps payed service. (9849b14)
-
dependency upgrades (67e11f0)
-
Explicitly set the module federation bundle name for clarity. (2f18a99)
-
Update documentation. (24ac976)
-
Upgrade dependencies. (2aee74c)
-
Use new style class options. (a157701)
2.1.1 (2023-02-14)
- add options references (6aa12b3)
- zoom level with markers (dd58ddc)
- Upgrade dependencies. (ddad0ab)
2.1.0 (2022-12-23)
- parse
data-geojson
attribute always as JSON object and implement new optiongeojson_ajaxurl
for remote geojson data (f0eaf4f)
-
Change to class based pattern. (6a10fb0)
-
Include dist/ and src/ directories in the npm package. (613fe86)This includes the compiled bundle in the npm package and makes it available via:
https://cdn.jsdelivr.net/npm/@patternslib/[email protected]/dist/bundle.min.js and https://unpkg.com/@patternslib/[email protected]/dist/bundle.min.js
-
Refine browserlist with official recommendation. (9520efe)
-
Set map height to minimum 400 pixel, so that is easier to override. (442bde5)
-
Upgrade dependencies. (ce5b3a3)
2.0.0 (2022-09-27)
- Upgrade Pattern to ES6 based Patternslib. (1f073b6)
-
Add infrastructure files. (9780063)
-
Modernize - Reduce dependency on jQuery. (81fd1a0)
-
Modernize - replace
self
withthis
. (40d2bcd) -
Modernize - replace $.ajax with fetch. (4f89206)
-
Modernize - Use const/let instead of var. (6471b64)
-
Modernize - Use dynamic imports and import only what is needed. (d26ded3)
-
Modernize - Use Patternslib code style functions. (a4fae68)
-
Fix a problem with
map_layers
option when it's a list of ids and no title was generated for the baseLayers object. [thet] -
Add some nicer, opinionated styles for the popup close button. [thet]
-
Add option to add some padding to
fitBounds
with a default of20
. This brings search result on corners more in the map. [thet] -
Add
extraClasses
property to marker icons creation. This allows for extra classes like a marker uuid to work with. [thet] -
Add feature to load external
geoJSON
data via AJAX [petschki]
-
Add
maxClusterRadius
option for the marker cluster plugin. Default is 80 (pixels). [thet] -
Add
color
options to feature properties to explicitly set the marker color.color
must be one of the predefined colorsblue
,red
,darkred
,orange
,green
,darkgreen
,blue
,purple
,darkpurple
,cadetblue
from https://github.com/lvoogdt/Leaflet.awesome-markers [thet] -
Add
create_marker
factory function instead of predefining "awesome marker" instances. [thet]
- Fire
moveend
andzoomend
on the pattern root element. [thet]
-
Allow optional arguments in pat-leaflet for tile providers that require registration (Fix plone/plone.patternslib#24) [pbauer]
-
Update bower dependencies to last working versions. [thet]
- Initial release. [thet]
- Start of everything. [thet]