-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Release Android 2.2.0 #2847
Comments
FYI @ljbade @tobrun I've moved the milestone of tickets that were associated with commits that landed in |
@bleege Since the switch over from |
@ljbade Can you clarify by what you mean by "breaking"? Do you mean that |
@bleege It is not just a simple rename, we also have a new way of loading sprites. Instead of a |
So code using the old |
Thanks for clarifying @ljbade. Here's what I'm thinking:
This is to be understood and fine as this is the first release were the SDK will offer custom sprite loading. It's also the second overall release of the SDK (with the first one being just a week ago). Looking at the code the impact will be limited to // 2.1.0
new MarkerOptions().sprite()
// 2.2.0
new MarkerOptions().icon() Besides, this is one of the reasons why we have have example code in MapboxGLAndroidSDKTestApp (aka "the Test App") so that people can see how things work. ;-) In short, this is still the very early days of the SDK and API changes are to be expected. This one isn't large enough to warrant going up a full semver. |
Just finished publishing 2.2.0 to Maven Central. It'll take a few hours for it to show up in http://search.maven.org/ though. |
Tagged as https://github.com/mapbox/mapbox-gl-native/commits/android-v2.2.0 |
Finally landed in Maven Central --> https://repo1.maven.org/maven2/com/mapbox/mapboxsdk/mapbox-android-sdk/2.2.0/ |
Just published the JavaDoc updates to https://www.mapbox.com/android-sdk/. Waiting for it to regenerate which should just take a few minutes. |
JavaDocs are live! Time to close this milestone and call it! 🍻 |
Hi..i am trying to center the Info window when the map is zoomed. |
It's been just a week since the original 2.1.0 release, but we have all sorts of good stuff that we should get out into the world.
New Highlights
Full Change Log: https://github.com/mapbox/mapbox-gl-native/issues?q=is%3Aissue+milestone%3Aandroid-v2.2.0
Release Branch: https://github.com/mapbox/mapbox-gl-native/commits/release-android-v2.2.0
Here's the TODO list for making that happen:
2.2.0
2.2.0
artifact to Maven Centralandroid-v2.2.0
in GitHubandroid-v2.3.0
Milestone in GitHubandroid-v2.2.0
in GitHub/cc @mapbox/mobile @mapbox/support @twbell
The text was updated successfully, but these errors were encountered: