Skip to content

Commit 9afa627

Browse files
authored
[release] update changelog for v0.15.0 (#855)
1 parent 0c464ea commit 9afa627

File tree

3 files changed

+38
-4
lines changed

3 files changed

+38
-4
lines changed

CHANGELOG.md

+24-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
## 0.15.0, Unreleased
2-
### Breaking changes
3-
* callbacks added to onFeatureTapped will now also get the position (`Point<double>`) and the location (`LatLng`) of the click passed when called [#798](https://github.com/flutter-mapbox-gl/maps/pull/798)
4-
1+
## 0.15.0, January 13, 2022
2+
* Callbacks added to onFeatureTapped will now also get the position (`Point<double>`) and the location (`LatLng`) of the click passed when called [#798](https://github.com/flutter-mapbox-gl/maps/pull/798)
3+
* Fixed layer based feature selection [#765](https://github.com/flutter-mapbox-gl/maps/pull/765)
4+
* Implement the changePosition function for place_fill example [#778](https://github.com/flutter-mapbox-gl/maps/pull/778)
5+
* Invoke onPause method of MapView in onPause lifecycle [#782](https://github.com/flutter-mapbox-gl/maps/pull/782)
6+
* Remove layer before adding layer if layer is added in place example [#766](https://github.com/flutter-mapbox-gl/maps/pull/766)
7+
* Speed property is null when onUserLocationUpdated is called [#767](https://github.com/flutter-mapbox-gl/maps/pull/767)
8+
* Improve iOS OnStyleReady reliability [#775](https://github.com/flutter-mapbox-gl/maps/pull/775)
9+
* Handle line color and geometry [#776](https://github.com/flutter-mapbox-gl/maps/pull/776)
10+
* Fix web issues with style loaded, feature tap, add promoteId, pointer change issue [#785](https://github.com/flutter-mapbox-gl/maps/pull/785)
11+
* Fix more issues with style loading [#787](https://github.com/flutter-mapbox-gl/maps/pull/787)
12+
* Updated settings gradle to new version [#789](https://github.com/flutter-mapbox-gl/maps/pull/789)
13+
* Remove the callbacks in dispose of example click_annotations dart [#791](https://github.com/flutter-mapbox-gl/maps/pull/791)
14+
* Add check for Dart formatting [#803](https://github.com/flutter-mapbox-gl/maps/pull/803)
15+
* Add check for Swift formatting [#804](https://github.com/flutter-mapbox-gl/maps/pull/804)
16+
* Fixed race condition with map#waitForMap [#808](https://github.com/flutter-mapbox-gl/maps/pull/808)
17+
* Add option to not use annotations on android [#820](https://github.com/flutter-mapbox-gl/maps/pull/820)
18+
* Add linepattern in line.dart [#825](https://github.com/flutter-mapbox-gl/maps/pull/825)
19+
* Respect native scale when adding symbols on iOS [#835](https://github.com/flutter-mapbox-gl/maps/pull/835)
20+
* Remove unnecessary print of style height and width [#847](https://github.com/flutter-mapbox-gl/maps/pull/847)
21+
* Android embedding fixes - migrate to maven [#852](https://github.com/flutter-mapbox-gl/maps/pull/852)
22+
* Full style source support [#797](https://github.com/flutter-mapbox-gl/maps/pull/797)
23+
* Gesture fixes [#851](https://github.com/flutter-mapbox-gl/maps/pull/851)
24+
* Fixed issue with return type of remove source on web [#854](https://github.com/flutter-mapbox-gl/maps/pull/854)
525

626
## 0.14.0, November 13, 2021
727
* Remove memory leaks by disposing internal components [#706](https://github.com/tobrun/flutter-mapbox-gl/pull/706)

mapbox_gl_platform_interface/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.15.0, January 13, 2022
2+
* Callbacks added to onFeatureTapped will now also get the position (`Point<double>`) and the location (`LatLng`) of the click passed when called [#798](https://github.com/flutter-mapbox-gl/maps/pull/798)
3+
* Fix web issues with style loaded, feature tap, add promoteId, pointer change issue [#785](https://github.com/flutter-mapbox-gl/maps/pull/785)
4+
* Full style source support [#797](https://github.com/flutter-mapbox-gl/maps/pull/797)
5+
16
## 0.14.0, November 13, 2021
27
* Remove memory leaks by disposing internal components [#706](https://github.com/tobrun/flutter-mapbox-gl/pull/706)
38
* Add support for Layers, properties and expressions backed by GeoJsonSource [#723](https://github.com/tobrun/flutter-mapbox-gl/pull/723)

mapbox_gl_web/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.15.0, January 13, 2022
2+
* Callbacks added to onFeatureTapped will now also get the position (`Point<double>`) and the location (`LatLng`) of the click passed when called [#798](https://github.com/flutter-mapbox-gl/maps/pull/798)
3+
* Fix web issues with style loaded, feature tap, add promoteId, pointer change issue [#785](https://github.com/flutter-mapbox-gl/maps/pull/785)
4+
* Add check for Dart formatting [#803](https://github.com/flutter-mapbox-gl/maps/pull/803)
5+
* Remove unnecessary print of style height and width [#847](https://github.com/flutter-mapbox-gl/maps/pull/847)
6+
* Full style source support [#797](https://github.com/flutter-mapbox-gl/maps/pull/797)
7+
* Gesture fixes [#851](https://github.com/flutter-mapbox-gl/maps/pull/851)
8+
* Fixed issue with return type of remove source on web [#854](https://github.com/flutter-mapbox-gl/maps/pull/854)
9+
110
## 0.14.0, November 13, 2021
211
* Add support for Layers, properties and expressions backed by GeoJsonSource [#723](https://github.com/tobrun/flutter-mapbox-gl/pull/723)
312
* Add attribution button gravity, position normally [#731](https://github.com/tobrun/flutter-mapbox-gl/pull/731)

0 commit comments

Comments
 (0)