Skip to content

Commit a908a89

Browse files
authored
Prepared for v3.1.0 (#1419)
1 parent 0ed7359 commit a908a89

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [3.1.0] - 2022/12/21
4+
5+
Contains the following additions/removals:
6+
7+
- Added fallback URLs - [#1348](https://github.com/fleaflet/flutter_map/pull/1348) for [#1203](https://github.com/fleaflet/flutter_map/issues/1203)
8+
- Added parameter to force integer zoom levels to `FitBoundsOptions` - [#1367](https://github.com/fleaflet/flutter_map/pull/1367)
9+
- 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)
10+
- Added `Polyline` parameter to treat width in meters - [#1404](https://github.com/fleaflet/flutter_map/pull/1404)
11+
- 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)
12+
- Deprecated obsolete parameter - [#1368](https://github.com/fleaflet/flutter_map/pull/1368)
13+
14+
Contains the following bug fixes:
15+
16+
- Improved tile handling to simplify internals - [#1356](https://github.com/fleaflet/flutter_map/pull/1356)
17+
- Improved performance by removing unnecessary casts - [#1357](https://github.com/fleaflet/flutter_map/pull/1357)
18+
- Fixed ESPG:3413 example - [#1359](https://github.com/fleaflet/flutter_map/pull/1359)
19+
- Fixed tile layer reset example - [#1372](https://github.com/fleaflet/flutter_map/pull/1372)
20+
- Fixed issue with `MapController` movement - [#1374](https://github.com/fleaflet/flutter_map/pull/1374)
21+
- Fixed flickering issue with `fitBounds` - [#1376](https://github.com/fleaflet/flutter_map/pull/1376)
22+
- Fixed `fitBounds`/`bounds` not working on first display - [#1413](https://github.com/fleaflet/flutter_map/pull/1413)
23+
- Fixed error when zooming - [#1388](https://github.com/fleaflet/flutter_map/pull/1388)
24+
25+
Many thanks to these contributors (in no particular order):
26+
27+
- @JosefWN
28+
- @Robbendebiene
29+
- @urusai88
30+
- @LeonTenorio
31+
- ... and all the maintainers
32+
333
## [3.0.0] - 2022/09/04
434

535
Contains the following additions/removals:

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_map
22
description: A versatile mapping package for Flutter, based off leaflet.js,
33
that's simple and easy to learn, yet completely customizable and configurable.
4-
version: 3.0.0
4+
version: 3.1.0
55
repository: https://github.com/fleaflet/flutter_map
66
issue_tracker: https://github.com/fleaflet/flutter_map/issues
77
documentation: https://docs.fleaflet.dev

0 commit comments

Comments
 (0)