Commit Graph

7920 Commits

Author SHA1 Message Date
1fde79af60 Bump eslint-plugin-import-x from 4.11.1 to 4.16.1
Bumps [eslint-plugin-import-x](https://github.com/un-ts/eslint-plugin-import-x) from 4.11.1 to 4.16.1.
- [Release notes](https://github.com/un-ts/eslint-plugin-import-x/releases)
- [Changelog](https://github.com/un-ts/eslint-plugin-import-x/blob/master/CHANGELOG.md)
- [Commits](https://github.com/un-ts/eslint-plugin-import-x/compare/v4.11.1...v4.16.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-import-x
  dependency-version: 4.16.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-06-30 14:54:12 +00:00
d5bd6615c4 Test disabling DoubleClickZoom via doubleClickZoom=false (#9739) 2025-06-10 18:36:48 +02:00
7196427c11 Use optional chaining with function calls (#9743) 2025-06-10 18:34:22 +02:00
27502be157 Prevent Unmanaged watchPosition on Repeated map.locate() Calls (#9746)
Co-authored-by: Jørgen Sneisen <jorgen.sneisen@where2o.com>
2025-06-06 19:23:39 +02:00
03cd98fc66 Update documentation (#9745) 2025-06-06 18:27:22 +02:00
5dba5e6854 Fix typo "constructor TileLayer" (#9738) 2025-05-30 08:46:12 +02:00
3380110188 Use optional chaining with function calls (#9737) 2025-05-30 08:45:09 +02:00
a01d0a9168 Remove factory method L.control (#9729) 2025-05-21 17:38:16 +02:00
18ee702823 Add readme, changelog, license to S3 artifacts (#9727)
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
2025-05-19 17:46:50 +02:00
a95c2a1303 Increase minimum width of popups to 100px (#9728)
Signed-off-by: Iván Sánchez Ortega <ivan@sanchezortega.es>
2025-05-19 17:45:09 +02:00
c5add4b72c Add layers.svg info to blog post v2.0.0-alpha 2025-05-18 09:04:44 +02:00
dda349ee69 Add blog and docs for v2.0.0-alpha (#9648) 2025-05-18 09:01:42 +02:00
00aa415832 2.0.0-alpha v2.0.0-alpha 2025-05-18 08:20:44 +02:00
5faa8dc041 Add Leaflet 2.0.0-alpha Changelog 2025-05-18 08:15:24 +02:00
f9cf3b144a Convert CRS to ES6 classes (#9669)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-05-17 17:08:56 +02:00
43907c8f1d Remove factory methods (#9626) 2025-05-17 17:03:01 +02:00
7f4863e51e Use SVG icon for layer control and move assets to src/ (#9665)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-05-17 16:41:25 +02:00
f4eeb7feea Set version in Leaflet.js when npm version is called (#9717) 2025-05-14 18:45:43 +02:00
d9100e0bbf Update Geoman plugin 2025-05-13 19:28:56 +02:00
ff752d5e06 Add plugin: leaflet.superbar (#9715) 2025-05-13 19:25:44 +02:00
b3d0cc6aa9 Address npm audit issues (#9714) 2025-05-11 12:00:52 +02:00
f569d17a94 Bump Ruby dependencies (#9713) 2025-05-11 11:37:57 +02:00
0287c22da2 Bump cookie and socket.io (#9495)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-11 11:32:49 +02:00
4eb1d9ba82 Bump body-parser from 1.20.2 to 1.20.3 (#9477)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-11 11:32:36 +02:00
8a605b7b4c Bump dependencies (#9712) 2025-05-11 10:54:59 +02:00
672fa6e39e Fix eslint ignore extending-2-layers 2025-05-09 19:42:48 +02:00
7db0537c08 fix eslint rule 2025-05-09 19:37:45 +02:00
9b89ab4eb5 Updated title and descriptions of docs (#9692)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-05-09 18:47:17 +02:00
e9c66955c4 Refactor to PointerEvents (#9620) 2025-05-06 21:11:43 +02:00
97362a7309 Export global L in new bundle (#9686) 2025-05-06 20:56:40 +02:00
dd4b28aef8 Remove deprecated methods / options (#9622) 2025-05-06 20:07:11 +02:00
1e9fa63171 Removes mozEvent warning (#9650) 2025-05-06 19:53:22 +02:00
f102ac9c7c Add "./dist/leaflet.css" specifier in "leaflet" package (#9658) 2025-05-06 19:43:29 +02:00
c4a1e362bf Replace Placekitten with Cataas in docs (#9695) 2025-04-29 22:21:48 +02:00
1dcd7f9c2e Replace unpkg with jsDelivr in documentation (#9663) 2025-04-25 14:42:55 +02:00
92011b7ce2 Add aria-keyshortcuts to map container (#9688) 2025-04-25 14:41:20 +02:00
86a910e46e TileLayer.WMS: fix wmsParams parameter regression (#9683) 2025-04-23 06:26:39 +02:00
b00da86477 Use arrow callback (#9684) 2025-04-23 06:24:40 +02:00
9f80640b8f Add demo for all GeoJSON types (#9679)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-04-21 21:21:57 +02:00
a45b5afab0 GeoJSON: fix object spread regression (#9678) 2025-04-21 19:03:38 +02:00
93d9dafeda Fix video control / seek bar usage in safari (#9641) 2025-04-21 07:58:36 +02:00
90095bc810 VideoOverlay: add controls option (#9666) 2025-04-21 07:57:28 +02:00
2d78fab823 Replace Util.extend with ES6 Object.assign or object spread (#9652) 2025-04-20 21:57:27 +02:00
9e199c8ad1 Improve documentation about renderer and pane (#9651)
Co-authored-by: Simon Legner <Simon.Legner@gmail.com>
2025-04-20 16:48:10 +02:00
93509f310d Use for...of (#9653) 2025-04-20 16:40:53 +02:00
c76ec7918a Convert Bounds, LatLng, LatLngBounds, Point, Transformation to ES6 classes (#9655)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-04-20 15:36:46 +02:00
8855fa793e Replace Util.getParamString with URL.searchParams (#9654) 2025-04-20 15:13:12 +02:00
322be5b7f4 Use arrow callback and shorthand methods (#9659) 2025-04-20 15:11:40 +02:00
665fa53998 Use nullish coalescing and optional chaining (#9661) 2025-04-20 15:08:36 +02:00
07252ebffb Rename TouchZoom handler to PinchZoom (keep TouchZoom as alias for backward compatibility) (#9642)
Co-authored-by: Florian Bischof <design.falke@gmail.com>
2025-04-20 13:54:24 +02:00