From a908a898f5fd84664f3e7cd5aaca0e009504e86d Mon Sep 17 00:00:00 2001 From: Luka S Date: Wed, 21 Dec 2022 15:35:53 +0000 Subject: [PATCH] Prepared for v3.1.0 (#1419) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ pubspec.yaml | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20f5e48..d210170cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [3.1.0] - 2022/12/21 + +Contains the following additions/removals: + +- Added fallback URLs - [#1348](https://github.com/fleaflet/flutter_map/pull/1348) for [#1203](https://github.com/fleaflet/flutter_map/issues/1203) +- Added parameter to force integer zoom levels to `FitBoundsOptions` - [#1367](https://github.com/fleaflet/flutter_map/pull/1367) +- Added `Key`s to `Polygon`s, `Polyline`s, and `CircleMarker`s - [#1402](https://github.com/fleaflet/flutter_map/pull/1402) & [#1403](https://github.com/fleaflet/flutter_map/pull/1403) +- Added `Polyline` parameter to treat width in meters - [#1404](https://github.com/fleaflet/flutter_map/pull/1404) +- Added buffer feature to `TileLayer` to preload surrounding tiles - [#1405](https://github.com/fleaflet/flutter_map/pull/1405) for [#1337](https://github.com/fleaflet/flutter_map/issues/1337) +- Deprecated obsolete parameter - [#1368](https://github.com/fleaflet/flutter_map/pull/1368) + +Contains the following bug fixes: + +- Improved tile handling to simplify internals - [#1356](https://github.com/fleaflet/flutter_map/pull/1356) +- Improved performance by removing unnecessary casts - [#1357](https://github.com/fleaflet/flutter_map/pull/1357) +- Fixed ESPG:3413 example - [#1359](https://github.com/fleaflet/flutter_map/pull/1359) +- Fixed tile layer reset example - [#1372](https://github.com/fleaflet/flutter_map/pull/1372) +- Fixed issue with `MapController` movement - [#1374](https://github.com/fleaflet/flutter_map/pull/1374) +- Fixed flickering issue with `fitBounds` - [#1376](https://github.com/fleaflet/flutter_map/pull/1376) +- Fixed `fitBounds`/`bounds` not working on first display - [#1413](https://github.com/fleaflet/flutter_map/pull/1413) +- Fixed error when zooming - [#1388](https://github.com/fleaflet/flutter_map/pull/1388) + +Many thanks to these contributors (in no particular order): + +- @JosefWN +- @Robbendebiene +- @urusai88 +- @LeonTenorio +- ... and all the maintainers + ## [3.0.0] - 2022/09/04 Contains the following additions/removals: diff --git a/pubspec.yaml b/pubspec.yaml index 318cdd988..64b7db15c 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: flutter_map description: A versatile mapping package for Flutter, based off leaflet.js, that's simple and easy to learn, yet completely customizable and configurable. -version: 3.0.0 +version: 3.1.0 repository: https://github.com/fleaflet/flutter_map issue_tracker: https://github.com/fleaflet/flutter_map/issues documentation: https://docs.fleaflet.dev