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

Prepared for release of 0.14.0 #1022

Merged
merged 3 commits into from
Sep 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [0.14.0] - 6/7/2021
This version contains the following changes
- Added scroll wheel zoom support for web
- Added TapPosition to TapCallback
- Added center to LatLngBounds
- Added equality operators for LatLngBounds and MapPosition
- Added support for resetting TileLayer cache
- Added attribution builder to TileLayer
- Added 'inside' parameter to FitBoundsOptions
- Added centerZoomFitBounds to MapController
- Added vector_map_tiles to plugin section in README
- Added option to prevent Scrollable widgets from snatching horizontal scrolling gestures

Thanks to moehme, Tom Prebble, Binabh, ondbyte, Sébastien Dabet, Thomas Lüder, Kevin Thorne,
kimlet, TheOneWithTheBraid, David Green and Kenneth Gulbrandsøy.

## [0.13.1] - 6/7/2021
This version contains hotfixes from null safety migration.

Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: flutter_map
description: A Dart implementation of Leaflet to provide a Map widget for Flutter apps
version: 0.13.1
version: 0.14.0
repository: https://github.com/fleaflet/flutter_map

environment:
sdk: '>=2.12.0 <3.0.0'
flutter: '>=2.0.0'

dependencies:
async: ^2.1.0
async: ^2.6.1
collection: ^1.15.0
flutter:
sdk: flutter
http: ^0.13.2
http: ^0.13.3
intl: ^0.17.0
latlong2: ^0.8.0
meta: ^1.3.0
Expand All @@ -28,4 +28,4 @@ dev_dependencies:
location: ^4.1.1
mockito: ^5.0.2
pedantic: ^1.11.0
test: ^1.16.5
test: ^1.16.8
3 changes: 3 additions & 0 deletions tool/history.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

git log --pretty=format:"%h%x09%an%x09%ad%x09%s"