Skip to content

Commit

Permalink
Prepared For v2.2.0 Release (#1324)
Browse files Browse the repository at this point in the history
* Prepared for v2.2.0 release

* Update CHANGELOG
  • Loading branch information
JaffaKetchup authored Aug 2, 2022
1 parent 07b4358 commit a511cf9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [2.2.0] - 2022/XX/XX

Contains the following additions/removals:

- Added `RotatedOverlayImage` which supports image rotation and skewing by specifying a 3rd point - [#1315](https://github.com/fleaflet/flutter_map/pull/1315)
- Added `latLngToScreenPoint` and refactored `pointToLatLng` - [#1330](https://github.com/fleaflet/flutter_map/pull/1330)

Contains the following bug fixes:

- Removed a particularly illusive null-safety bug - [#1323](https://github.com/fleaflet/flutter_map/pull/1323)

In other news:

- Internal lints have been improved - [#1319](https://github.com/fleaflet/flutter_map/pull/1319)
- GitHub Actions have been improved - [#1323](https://github.com/fleaflet/flutter_map/pull/1323)

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

- @Robbendebiene
- @lsaudon
- ... and all the maintainers

## [2.1.1] - 2022/07/25

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

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

- sergioisair (tested changed)
- sergioisair (tested changes over on Discord)
- ... and all the maintainers

## [2.1.0] - 2022/07/22
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
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: 2.1.1
version: 2.2.0
repository: https://github.com/fleaflet/flutter_map
documentation: https://docs.fleaflet.dev

Expand Down

0 comments on commit a511cf9

Please sign in to comment.