You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Modernize - Reduce dependency on jQuery. ([81fd1a0](https://github.com/patternslib/pat-leaflet/commit/81fd1a03d691d74528d9b265d95a69bca87a9ce7))
20
+
21
+
* Modernize - replace ``self`` with ``this``. ([40d2bcd](https://github.com/patternslib/pat-leaflet/commit/40d2bcdc922a47cade23a2095e94b01733533c44))
22
+
23
+
* Modernize - replace $.ajax with fetch. ([4f89206](https://github.com/patternslib/pat-leaflet/commit/4f8920650f4406496a9b9c89aaff7d7475f6292b))
24
+
25
+
* Modernize - Use const/let instead of var. ([6471b64](https://github.com/patternslib/pat-leaflet/commit/6471b64d18b5c852363af57451a9a9cc9369af9a))
26
+
27
+
* Modernize - Use dynamic imports and import only what is needed. ([d26ded3](https://github.com/patternslib/pat-leaflet/commit/d26ded3ad8cd84797c93eae55f828c04779a5014))
28
+
29
+
* Modernize - Use Patternslib code style functions. ([a4fae68](https://github.com/patternslib/pat-leaflet/commit/a4fae68e379b37687293ee59294a1a9c281236f6))
30
+
3
31
## **1.4.0**
4
32
5
33
* Fix a problem with ``map_layers`` option when it's a list of ids and no title was generated for the baseLayers object.
0 commit comments