Skip to content

Commit a511cf9

Browse files
authored
Prepared For v2.2.0 Release (#1324)
* Prepared for v2.2.0 release * Update CHANGELOG
1 parent 07b4358 commit a511cf9

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

CHANGELOG.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.2.0] - 2022/XX/XX
4+
5+
Contains the following additions/removals:
6+
7+
- Added `RotatedOverlayImage` which supports image rotation and skewing by specifying a 3rd point - [#1315](https://github.com/fleaflet/flutter_map/pull/1315)
8+
- Added `latLngToScreenPoint` and refactored `pointToLatLng` - [#1330](https://github.com/fleaflet/flutter_map/pull/1330)
9+
10+
Contains the following bug fixes:
11+
12+
- Removed a particularly illusive null-safety bug - [#1323](https://github.com/fleaflet/flutter_map/pull/1323)
13+
14+
In other news:
15+
16+
- Internal lints have been improved - [#1319](https://github.com/fleaflet/flutter_map/pull/1319)
17+
- GitHub Actions have been improved - [#1323](https://github.com/fleaflet/flutter_map/pull/1323)
18+
19+
Many thanks to these contributors (in no particular order):
20+
21+
- @Robbendebiene
22+
- @lsaudon
23+
- ... and all the maintainers
24+
325
## [2.1.1] - 2022/07/25
426

527
Contains the following additions/removals:
@@ -16,7 +38,7 @@ In other news:
1638

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

19-
- sergioisair (tested changed)
41+
- sergioisair (tested changes over on Discord)
2042
- ... and all the maintainers
2143

2244
## [2.1.0] - 2022/07/22

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_map
22
description: A versatile mapping package for Flutter, based off leaflet.js, that's simple and easy to learn, yet completely customizable and configurable.
3-
version: 2.1.1
3+
version: 2.2.0
44
repository: https://github.com/fleaflet/flutter_map
55
documentation: https://docs.fleaflet.dev
66

0 commit comments

Comments
 (0)