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 and flutter_map_marker_popup in /uni #1061

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 Dec 18, 2023

Bumps flutter_map and flutter_map_marker_popup. These dependencies needed to be updated together.
Updates flutter_map from 5.0.0 to 6.1.0

Release notes

Sourced from flutter_map's releases.

v6.0.1

What's Changed

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

v6.0.0

What's Changed (since v5)

... (truncated)

Changelog

Sourced from flutter_map's changelog.

[6.1.0] - 2023/12/02

Contains the following user-affecting changes:

  • 🟢 Added option to draw labels on top of all Polygons in a layer - #1707
  • (Released 'flutter_map_cancellable_tile_provider' v2.0.0)

Contains the following user-affecting bug fixes:

  • Removed flutter_map text attribution when RichAttributionWidget.showFlutterMapAttribution is false - #1712
  • Repaired TileLayer.tileBounds - #1713 for #1710
  • Added doubleTapDragZoom and scrollWheelZoom to InteractiveFlag.all - #1726 for #1725
  • Repaired correct movement for CircleLayer when panning - #1735
  • Improved value distribution for MapPosition.hashCode - #1747

Contains the following user-affecting performance improvements:

  • Optimized Bounds - #1706
  • Avoided creating a new list on every frame unnecessarily - #1708
  • Cull Polygon labels seperately (more strongly), and cache the TextPainter - #1716
  • Avoided caching a single commonly-used multiplication - #1743

Many thanks to these contributors (in no particular order):

And an additional special thanks to @​ignatz for investing so much of their time into this project recently - we appreciate it!

In other news:

  • A warm welcome to @​josxha, who's recently joined the maintainer team
  • We've also made some widespread minor improvmenents to the example application
  • Check out the new Showcase page on our docs for some awesome projects
  • We're working on some very exciting reworked features and performance improvements for v7 - keep an ear out by joining our Discord server

[6.0.1] - 2023/10/24

Contains the following user-affecting bug fixes:

  • Fixed CircleMarker's incorrect appearance and size - #1692 for #1688
  • Fixed LateInitializationError when specifying initialCameraFit - #1691 for #1684
  • Fixed incorrect behaviour issues caused by the adjusted default MapOptions.cameraConstraint - #1700 for #1682 & #1699
  • Fixed bug where not providing either wmsOptions nor urlTemplate caused a null exception in getTileUrl and when retinaMode is true - #1701
  • Re-exported 'positioned_tap_detector_2' library (with TapPosition) - #1694 for #1693

Many thanks to these contributors (in no particular order):

... (truncated)

Commits

Updates flutter_map_marker_popup from 5.2.0 to 6.1.2

Changelog

Sourced from flutter_map_marker_popup's changelog.

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

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.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 18, 2023
@dependabot dependabot bot force-pushed the dependabot/pub/uni/flutter_map-and-flutter_map_marker_popup-6.1.0 branch from a89c2ac to a5de9bd Compare December 18, 2023 18:55
@dependabot dependabot bot force-pushed the dependabot/pub/uni/flutter_map-and-flutter_map_marker_popup-6.1.0 branch 4 times, most recently from ba958cb to 089a500 Compare December 27, 2023 07:42
@dependabot dependabot bot force-pushed the dependabot/pub/uni/flutter_map-and-flutter_map_marker_popup-6.1.0 branch 4 times, most recently from 799cc95 to a412848 Compare January 5, 2024 15:03
Bumps [flutter_map](https://github.com/fleaflet/flutter_map) and [flutter_map_marker_popup](https://github.com/rorystephenson/flutter_map_marker_popup). These dependencies needed to be updated together.

Updates `flutter_map` from 5.0.0 to 6.1.0
- [Release notes](https://github.com/fleaflet/flutter_map/releases)
- [Changelog](https://github.com/fleaflet/flutter_map/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fleaflet/flutter_map/commits)

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

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

Signed-off-by: dependabot[bot] <[email protected]>
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.

1 participant