Skip to content

Commit dd7d49b

Browse files
authored
Merge pull request #261 from mapbox/rl/update_changelog
Prepare 0.4.5 release
2 parents 53584d9 + a4e63b0 commit dd7d49b

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.4.5
2+
### Common
3+
4+
* Update pigeon to v11 ([#248](https://github.com/mapbox/mapbox-maps-flutter/pull/234)).
5+
* Fix typecasting exeption when trying to access nested collections [#249](https://github.com/mapbox/mapbox-maps-flutter/pull/249)).
6+
* Set default style to `MapboxStyles.MAPBOX_STREETS` ([#248](https://github.com/mapbox/mapbox-maps-flutter/pull/234)).
7+
8+
### iOS
9+
* Add support for 2d puck pulsing ([#253](https://github.com/mapbox/mapbox-maps-flutter/pull/253)).
10+
* Fix attribution button color not being applied ([#252](https://github.com/mapbox/mapbox-maps-flutter/pull/252)).
11+
12+
### Android
13+
* Fix scale bar and location component settings color decoding ([#255](https://github.com/mapbox/mapbox-maps-flutter/pull/255)).
14+
115
## 0.4.4
216
### Android
317
* Bump platform Maps SDK to 10.13.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ To use the Maps Flutter Plugin add the git dependency to the pubspec.yaml:
112112

113113
```
114114
dependencies:
115-
mapbox_maps_flutter: ^0.4.4
115+
mapbox_maps_flutter: ^0.4.5
116116
```
117117

118118
### Configure permissions

ios/mapbox_maps_flutter.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'mapbox_maps_flutter'
7-
s.version = '0.4.4'
7+
s.version = '0.4.5'
88

99
s.summary = 'Mapbox Maps SDK Flutter Plugin.'
1010
s.description = 'An officially developed solution from Mapbox that enables use of our latest Maps SDK product.'

lib/src/map_widget.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ class _MapWidgetState extends State<MapWidget> {
188188
'textureView': widget.textureView,
189189
'styleUri': widget.styleUri,
190190
'eventTypes': widget._eventTypes,
191-
'mapboxPluginVersion': '0.4.4'
191+
'mapboxPluginVersion': '0.4.5'
192192
};
193193

194194
return _mapboxMapsPlatform.buildView(

0 commit comments

Comments
 (0)