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 /uni #1019

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2023

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 6.1.1

Changelog

Sourced from flutter_map_marker_popup's changelog.

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 6.0.0

Release notes

Sourced from flutter_map's releases.

v6.0.0

What's Changed (since v5)

New Contributors

... (truncated)

Changelog

Sourced from flutter_map's changelog.

[6.0.0] - 2023/10/09

"Photography"

Contains the following user-affecting changes:

  • 🟢 Added new MapCamera object to reduce scope of MapController & re-implemented internal state management - #1551 with #1614
  • 🟢 Added support for rotation on desktop with cursor/pointer and keyboard trigger - #1592 & #1642 for #1568
  • 🟢 Added support for cancelling in-loading tiles to TileProviders & refactored methods - #1622
  • 🟢 Added support for allowing gestures to bubble down to all layers - #1615
  • 🟢 Added minZoom property to CameraFits - #1562
  • 🟢 Added InteractiveFlag.doubleTapDragZoom - #1603
  • 🟢 Added in-memory caching support for tiles loaded by NetworkTileProvider, to reduce tile loading times and reduce unnecessary tile server requests - #1629
  • 🟢 Added new options for rotation support to bounds fitting - #1550 for #1342
  • 🟢 Added new '{d}' 'dimension' placeholder to TileLayer.urlTemplate (via TileProvider.generateReplacementMap) to be filled with TileLayer.tileSize - #1665 for #1664
  • 🟡 Replaced interaction configurations from MapOptions with InteractionOptions (accessed from MapOptions) - #1551
  • 🟡 Replaced MapOptions. center, bounds, zoom, and rotation with initialCenter, initialCameraFit, initialZoom, and initialRotation - #1551
  • 🟡 Replaced MapOptions.maxBounds with MapOptions.cameraConstraint - #1551
  • 🟡 Replaced TileLayer.backgroundColor property with MapOptions.backgroundColor to simplify interaction when using multiple tile layers - #1578 & #1647 for #1577 & #1566
  • 🟡 Replaced FlutterMap.nonRotatedChildren with an inverse purpose (usually internal) MobileLayerTransformer - #1615
  • 🟡 Replaced Marker.anchor with Marker.alignment that uses built-in Alignment object - #1659
  • 🟡 Replaced Marker.builder with non-builder Marker.child - #1659
  • 🟡 Changed TileLayer.retinaMode behaviour - #1673 for #1670
  • 🟡 Changed some default arguments, including TileLayer.panBuffer and MapOptions.cameraConstraint - multiple PRs
  • 🔴 Removed CustomPoint in favour of extension methods on Point<T> - #1585 for #1522
  • 🔴 Removed MoveAndRotateResult in favour of a Record in format of ({bool moveSuccess, bool rotateSuccess}) - #1636
  • 🔴 Removed Anchor, AnchorPos, and all anchor related terminology - #1659
  • 🔴 Removed dedicated plugins API import - #1632

Contains the following user-affecting bug fixes:

  • Handled exceptions correctly in default image provider if no fallbackUrl is defined - #1555 for #1554
  • Ignored gestures on closed RichAnimationWidget when using FadeRAWA - #1591 for #1589
  • Avoided setting 'User-Agent' header in TileProvider when running on the web, to avoid polluting the debug console with error messages - #1677 for #1654
  • Fixed some Polygon edge-cases - #1598 & #1599
  • Fixed TileLayer.reset failing to load new tiles - #1620 for #1619
  • Fixed incorrect Marker anchoring when counter-rotating - #1623 for #1500
  • Fixed fitBounds failing to load new tiles - #1626 for #1563
  • Fixed maxNativeZoom apparently failing to have any effect - #1627 for #1625
  • Fixed hasGesture being false after double tap zoom in onPositionChanged callback - #1465 for #1630
  • Fixed failure to attempt tile requests with fallbackUrl when an exception is thrown whilst decodeing instead of during the network request - #1648 for #1649
  • Fixed potential issues with building RichAttributionWidget - #1661
  • Fixed TileLayer.fallbackUrl not being attempted when FlutterMapNetworkImageProvider failed to decode a non-image - part of #1662 for #1667
  • Fixed "PositionedTapDetector2" not correctly transforming global coords to local coords when the FlutterMap widget was Transformed - #1676 for #1675

Contains the following user-affecting performance improvements:

  • Created official plugin to reduce tile loading times when running on web, using #1622's infrastructure - flutter_map_cancellable_tile_provider
  • Improved Polygon performance when using labels, by increasing batching ability and label location calculations - #1607 & #1641
  • Improved CircleMarker performance, by using a single CustomPainter instance and more efficient draw calls - #1679

... (truncated)

Commits
  • 0a08527 Fixed bug where null urlTemplate caused exception in TileLayer construc...
  • 6d93e9d Bump to v6 throughout & finalize CHANGELOG (#1680)
  • a895c6a v6 Release Preparation (#1632)
  • 4ba3d02 Reworked layers mechanism (#1615)
  • 2ea3110 Reworked markers (#1659)
  • 5fb54f7 CircleMarker Performance Optimizations (#1679)
  • beb7911 Avoid setting 'User-Agent' header in TileProvider when on web platform (#1677)
  • c7c6bd0 Fixed PositionedTapDetector2's transformation of global to local coords (#1676)
  • 664b3b8 Added '{d}' 'dimension'/tile size placeholder support to `TileLayer.urlTempla...
  • b75166a Added more customization to cursor/keyboard rotation (#1642)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 16, 2023
@dependabot dependabot bot force-pushed the dependabot/pub/uni/flutter_map_marker_popup-and-flutter_map-6.1.1 branch from 78c618d to 3dc3dc6 Compare October 16, 2023 13:07
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 6.1.1
- [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 6.0.0
- [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...v6.0.0)

---
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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pub/uni/flutter_map_marker_popup-and-flutter_map-6.1.1 branch from 3dc3dc6 to cee341c Compare October 16, 2023 20:54
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 10, 2023

Superseded by #1032.

@dependabot dependabot bot closed this Nov 10, 2023
@dependabot dependabot bot deleted the dependabot/pub/uni/flutter_map_marker_popup-and-flutter_map-6.1.1 branch November 10, 2023 09:05
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