iClient-JavaScript
iClient-JavaScript copied to clipboard
[Snyk] Upgrade leaflet from 1.7.1 to 1.8.0
Snyk has created this PR to upgrade leaflet from 1.7.1 to 1.8.0.
:information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 6 versions ahead of your current version.
- The recommended version was released 2 months ago, on 2022-04-18.
Release notes
Package name: leaflet
- 1.8.0 - 2022-04-18 Read more
-
1.8.0-beta.3 - 2022-04-04
π Bug fixes- Fix vector drift when dragging and immediately zooming (by @ manubb @ johnd0e @ mourner in #8103)
- Reduce the occurrence of glitches on rapid zoom (by @ mourner in #8102)
- Fix
autoPanOnFocuson icons with noiconSize(by @ Falke-Design in #8091)
β¨ Improvementsπ§ͺ Tests and workflow- Add GitHub Actions dependency tracking with Dependabot (by @ nathannaveen in #8104)
- Cover
DomEventwith unit tests (by @ stephenspol in #8088)
(Skipped
v1.8.0-beta.2because of a publishing blunder) -
1.8.0-beta.2 - 2022-04-04
1.8.0-beta.2
-
1.8.0-beta.1 - 2022-03-26
Changes since
v1.8.0-beta.0:π Bug fixes- Fix
Uncaught TypeError: t is undefinederror with markers in some editing/drawing plugins (#8084, by @ Falke-Design) - Fix broken bundle when using Leaflet with Rollup/Webpack (#8050, by @ Falke-Design)
- Fix SVG performance regression (#8058, by @ mourner)
β¨ Improvements- Increase default font sizes and decrease attribution transparency for improved legibility (#8057, by @ mourner)
- Improve unit tests organization (#7852, by @ Falke-Design)
π Docs- Add a new Leaflet accessibility tutorial (#8081, by @ Malvoz)
- Fix an issue with top padding on non-API pages (#8083, by @ wyankush)
- Fix
-
1.8.0-beta.0 - 2022-03-09
(changelog moved to v1.8.0 final)
-
1.8.0-alpha.0 - 2022-03-08
1.8.0-alpha.0
-
1.7.1 - 2020-09-03
Bug fixes
- Fix build toolchain to reflect uglifyjs upgrade from v2 to v3 (by @ ivansanchez)
1.7.0 (2020-09-03)
API changes
VideoOverlaynow can take amutedoption (#7071 by @ ronikar)- The
featureGroupfactory method now takesoptions, as theFeatureGroupconstructor (#7160 by @ frogcat)
Improvements
- Use passive event listeners for
touchstart/touchendevents (#7008 by @ yneet) - Better detection of
PointerEvents-capable browsers inL.Browser, and related changes toTap,Drag, andTouchZoomhandlers (#7010, (#7033, (#7036, (#7068, (#7195 by @ johnd0e) - Add more browser profiles for the automated tests (#7115 by @ johnd0e)
Bug fixes
- Fix canvas renderer not clearing the canvas on some zoom transformations, was affecting opacity of items (#6915 by @ chipta)
- Fix detection of passive events in
L.Browser(#6930 by @ Ivan-Perez) - Prefix MS-specific CSS style to prevent warnings (by @ ivansanchez, kudos to @ zachricha for #6960)
- Clean up
moveendlistener frommap.setMaxBounds(#6958 by @ simon04) - Fix wrong scope of
bindcall in ESM environments (#6970 by @ shintonik) - Check that
closePopupexists before calling it automatically (#6962 by @ pke) - Fix exception when calling
layerGroup.hasLayer()with wronglayerId(#6998 by @ johnd0e) - Remove
clickfilter targeting Android 4.x browsers (#7013 by @ johnd0e) - Fix touch zoom handler context (#7036 by @ johnd0e)
- Tests for
Bounds.overlaps()andBounds.intersects()(#7075 by @ mondeja) - Fix event propagation in a popup's container (#7091 by @ johnd0e)
- Fix tile flickering when
maxNativeZoom === maxZoom(#7094 by @ johnd0e) - Fix
GridLayer's zoom-level loading algorithm (#7123 by @ johnd0e) - Fix
tooltipAnchorbehavior for different tooltip directions (#7155 by @ Istador)
Docs & Web Site
- Updated examples to use non-legacy Mapbox tiles, and related changes (#6905 by @ riastrad) (#6922 by @ danswick) (#6995 by @ riastrad)
- Fix documentation for
Polyline.addLatLng()(#6924 by @ life777) - CRS tutorial: change link for UQM tool to an archived version (by @ ivansanchez)
- Fixed minor spelling errors in documentation (#6850 by @ flopp) (#6944 by @ jieter)
- Fixed typo in panes documentation (by #6939 by @ R4M80MrX)
- Fixed broken URL in quick-start example (#6982 by @ ekbarber)
- Fix documentation for
map.setMaxBounds()(#7001 by @ johnd0e) - Fix tilt code in handler tutorial (#7014 by @ vncntcltt)
- Fix instructions for using
jekyllwhen building docs (#7014 by @ vncntcltt) - Update WMS servers in WMS tutorial (#7014 by @ vncntcltt)
- Website constrast changes and minor cleanup (by @ mourner)
- Fixed typo in WMS example (#7098 by @ andreasnuesslein)
- Fix documentation for
divOverlay.getElement()(#7111 by @ mondeja) - Fix documentation for
Marker.shadowPane(#7135 by @ mi-v) - Update URL about NPM in developer docs (#7161 by @ iamtekson)
- Fix documentation for
Layer.removeFrom()regardingLayerGroups (by @ ivansanchez) - Fix documentation for
LatLngBounds.overlaps()#7194 by @ DerZade)
Commit messages
Package name: leaflet
- 8a1ccbe 1.8.0
- fcd7af2 update changelog for v1.8.0
- 0c86a35 Small enhancement to the popup's close button (#7908)
- 0daaa23 Link to marker accessibility guideline from docs (#8146)
- a4db892 Fix missing plugins section: Synthetic Overlays (#8148)
- c7aadab DomUtil function tests (#7547)
- b3e1b24 Allow raw latlng array in latLngToCoords/latLngsToCoords (#7436)
- 25546fc Popup should have a min-height (#8136)
- d9ef8c1 Bump actions/cache from 3.0.1 to 3.0.2 (#8135)
- 85ca2c5 Bump eslint from 8.12.0 to 8.13.0 (#8132)
- e6cd042 Bump uglify-js from 3.15.3 to 3.15.4 (#8133)
- b6efdc2 Bump ssri from 8.0.1 to 9.0.0 (#8134)
- 2ac0679 Extend Layers Control tutorial how to add layers dynamically (#8067)
- f4e7af1 Document the change to fonts as breaking (#8128)
- 7847cc6 add link to Bellingcat Ukraine map in statement (#8120)
- 58eea06 make sure Ukrainian flag is displayed inline (#8119)
- 8ebb287 Add retries for flaky IE10 tests (#8118)
- f00cdcf 1.8.0-beta.3
- 4534b4a 1.8.0-beta.2
- 8cca0da Fixup changelog 2 (damn)
- 77ba69a Fixup changelog
- daf114c Update changelog for v1.8.0-beta.2
- 763e841 Fix vector drift when dragging and immediately zooming (#8103)
- e6b66bb update readme
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
π§ View latest project report
π Adjust upgrade PR settings
π Ignore this dependency or unsubscribe from future upgrade PRs