Skip to content

Commit 3340caa

Browse files
authored
chore: v0.3.1 release preparation (#397)
1 parent 1437e1a commit 3340caa

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,28 @@
11
## 0.3.1
22

3+
This release brings a couple of new features and bug fixes.
4+
The android platform view creation has been migrated to Dart. Android is now
5+
completely free from method channels.
6+
37
### New Features
48

9+
- Add `minZoom`, `maxZoom` to layers.
10+
- Bump MapLibre Native on Android to 12.0.+.
11+
- Migrate android platform view creation to Dart.
12+
- Throw exception if layer or source id already exists when adding
13+
programmatically.
14+
- Add `aboveLayerId` and `atIndex` to `addLayer()`.
15+
- Add `addImages()` to `StyleController` to add multiple images at once.
16+
- Add `addImageFromAssets()` to load an image from Flutter assets.
17+
- Add `addImageFromIconData` to add an image from Flutter icons.
18+
519
### Bug Fixes
620

21+
- Fix `allowInteraction` parameter in `WidgetLayer` not working on web.
22+
- Fix pub.dev score.
23+
- Fix `maxBounds` parameter
24+
- Fix `linePattern` int array causing crash on iOS.
25+
726
Full
827
Changelog: [v0.3.0...v0.3.1](https://github.com/josxha/flutter-maplibre/compare/v0.3.0...v0.3.1)
928

maplibre_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: maplibre_ios
22
description: "Helper package for maplibre that provides iOS FFI bindings"
3-
version: 0.3.0
3+
version: 0.3.1
44
repository: https://github.com/josxha/flutter-maplibre
55
issue_tracker: https://github.com/josxha/flutter-maplibre/issues
66
homepage: https://flutter-maplibre.pages.dev

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
geobase: ^1.5.0
3636
html: ^0.15.4
3737
jni: ^0.14.2
38-
maplibre_ios: ^0.3.0
38+
maplibre_ios: ^0.3.1
3939
objective_c: ^8.0.0
4040
pointer_interceptor: ^0.10.1+2
4141
url_launcher: ^6.3.0

0 commit comments

Comments
 (0)