Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump flutter_map_marker_popup and flutter_map in /packages/uni_app #1288

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2024

Bumps flutter_map_marker_popup and flutter_map. These dependencies needed to be updated together.
Updates flutter_map_marker_popup from 5.2.0 to 7.0.0

Changelog

Sourced from flutter_map_marker_popup's changelog.

7.0.0 - 10/06/24

6.1.2 - 25/10/23

  • BREAKING: flutter_map 6.0.1, despite the minor version change this introduced a breaking change which required a small fix.
  • CHORE: Bump deps, fix some analysis issues from the new flutter lints.

6.1.1 - 15/10/23

  • BUGFIX: Remove unused PopupSpec variables.

6.1.0 - 15/10/23

  • BUGFIX: Correct the popup position when the map is rotated.

6.0.0 - 15/10/23

  • BREAKING: flutter_map 6.0.0

[5.3.0-dev.1] - 11/07/23

  • BREAKING: flutter_map 6.0.0-dev.1.
  • BREAKING: Marker's now declare anchor instead of anchorPos, this was the case case pre-5.2.0 but a change in flutter_map forced it to be changed in this plugin. This has now been changed back.
  • BUGFIX: Make disableAnimation option work again for PopupController's:
    • togglePopupSpec
    • hidePopupsOnlyFor
    • hidePopupsWhere
    • showPopupsAlsoFor
    • showPopupsOnlyFor
    • togglePopup
  • FEATURE: Example tidy up.
Commits

Updates flutter_map from 5.0.0 to 7.0.2

Release notes

Sourced from flutter_map's releases.

v7.0.2

What's Changed

Full Changelog: fleaflet/flutter_map@v7.0.1...v7.0.2

v7.0.1

What's Changed

Full Changelog: fleaflet/flutter_map@v7.0.0...v7.0.1

v7.0.0

What's Changed

Includes changes after v6.1.0 (including v7.0.0-dev.1). v6.2.0 is ignored: see #1891 for more information.

... (truncated)

Changelog

Sourced from flutter_map's changelog.

[7.0.2] - 2024/07/02

Note that this version causes a technically breaking change by removing PolygonLayer.useDynamicUpdate & PolylineLayer.useDynamicUpdate, introduced in v7.0.1. However, the implementations for these was broken on introduction, and their intended purpose no longer exists. Therefore, these should not have been used in any capacity, and should not affect any projects.

Contains the following user-affecting bug fixes:

  • Fixed significant performance issues with PolygonLayer & PolylineLayer inadvertently introduced by v7.0.1 - #1925 for #1921
  • Fixed bug where the holes of a Polygon would only appear if their winding direction was opposite to the direction of the Polygon.points - #1925 for #1924
  • Relaxed constraint on 'package:logger' dependency - #1922 for #1916
  • Allowed re-assignment of a MapController to a FlutterMap multiple times - #1915 for #1892

[7.0.1] - 2024/06/09

Contains the following user-affecting bug fixes:

  • Implemented internal efficient(-ish) change detection for PolygonLayer & PolylineLayer - #1904
  • Fixed PolygonLayer.useAltRenderer renderer when Polygons have multiple holes - #1906
  • Fixed overlapping Polygon cutting & color/translucency mixing - #1901
  • Downgraded dependencies to support Flutter 3.19 - #1897

Contains the following user-affecting performance improvements:

  • Improved speed of isPointInPolygon method up to 40% - #1907

[7.0.0] - 2024/05/26

"onTap-ish At Last!"

Contains the following user-affecting changes:

  • 🟢 Added interactivity & hit detection to Polyline(Layer), Polygon(Layer), and Circle(Layer) - #1822 (for #1740 and #385), #1728, #1886
  • 🟢 Made FlutterMap.options an optional parameter - #1816
  • 🟢 Added alternative (Canvas.drawVertices) render pathway for PolygonLayer - #1800
  • 🟢 Added Scalebar layer - #1821
  • 🟢 Added TileUpdateTransformers.debounce to debounce tile requests - #1850 (replaces #1840)
  • 🟢 Added static Marker.computePixelAlignment method to calculate absolute alignment - #1847
  • 🟢 Added StrokePattern, which supports solid, dotted, and dashed styles for Polylines and the border of Polygons - #1855 (replaces #1845), #1865, #1871, #1875, #1876
  • 🔴 Deprecated MapOptions.applyPointerTranslucencyToLayers - #1822 for #1740

Contains the following user-affecting bug fixes:

  • Fixed NetworkTileProvider poor performance and ClientExceptions/SocketExceptions on disposal - #1742 for #1761, #1703, #1698
  • Fixed Polygon/PolylineLayer failing to move on changes - #1825
  • Prevented fatal crash due to infinite loop/memory leak at high zoom levels over some types of Polygon - #1854 for #1829
  • Fixed PolylineLayer exception: "The west longitude can't be smaller than the east longitude" - #1879
  • Fixed LatLngBounds.center to work across world bounds - #1860

Contains the following user-affecting performance improvements:

  • Added Polyline and Polygon simplification, and enhanced Polyline culling algorithm to work within the same Polyline - #1704, #1795, #1805, #1812

... (truncated)

Commits
  • 74110db feat: allow reassignment of MapController to FlutterMap multiple times (#...
  • 374672d fix: fixed multiple issues in PolygonLayer and PolylineLayer (#1925)
  • c1ae4fb chore: relax dependency on 'package:logger' (#1922)
  • 92cef21 chore: prepare for v7.0.1 release (#1911)
  • ba17b39 feat: implement efficient(-ish) change detection for PolygonLayer & `Polyli...
  • a2bf534 fix: correct PolygonLayer.useAltRenderer renderer when Polygons have mult...
  • 0167891 fix: overlapping Polygon cutting & color/translucency mixing (#1901)
  • c321865 perf: expose isPointInPolygon and make 40% faster (at least in JIT mode) (#...
  • b69a0d7 fix: downgraded some dependencies to re-introduce compatbility with Flutter 3...
  • 201c231 chore: prepare for v7 & v6.2.0 releases (#1890)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [flutter_map_marker_popup](https://github.com/rorystephenson/flutter_map_marker_popup) and [flutter_map](https://github.com/fleaflet/flutter_map). These dependencies needed to be updated together.

Updates `flutter_map_marker_popup` from 5.2.0 to 7.0.0
- [Changelog](https://github.com/rorystephenson/flutter_map_marker_popup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rorystephenson/flutter_map_marker_popup/commits)

Updates `flutter_map` from 5.0.0 to 7.0.2
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](fleaflet/flutter_map@v5.0.0...v7.0.2)

---
updated-dependencies:
- dependency-name: flutter_map_marker_popup
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: flutter_map
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants