-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Labels
Description
CHANGELOG
Changes since the 5.0.0 release of The Mapbox Java SDK
- Removed typo in
BannerViewclass javadocs (Removed typo in BannerView class javadocs #1111) - Extract refresh models into separate module (Extract refresh models into separate module #1107)
- Bumped
StaticMapCriteriaconstant style strings to new versions (Bumped StaticMapCriteria constant style strings to new versions #1109) - Add
toBuilder()method toRouteOptionsandWalkingOptions(Add toBuilder() method #1110) - Split Directions models from the implementation into a separate module (Split Directions models from the implementation into a separate module #1104)
5.1.0-beta.1 release checklist
- Update this repo's
README.mdfile (Don't need for a beta) - Change version name to
5.1.0-beta.1ingradle.properties(removing-SNAPSHOT) - Publish
5.1.0-beta.1artifact to Maven Central - Change version name back to having
-SNAPSHOTat the end - Update
CHANGELOG.md - Create a new release in Github with a release title of
Mapbox Java SDK v5.0.0-beta.1and a tag version ofv5.1.0-beta.1 - Update dependencies in
- the Maps SDK and
- Navigation SDK to the final release version
Post final release
- Update the dependencies file in the Mapbox Android Plugins
/mapbox-plugins-androidrepo - Update version # in config files in the
/helprepo - Update the Mapox Android demo app
- After updating the demo app, make the following changes in the
/android-docsrepo:- Update API reference Javadocs for the Mapbox Java docs section in
/android-docsrepo: - Update the
JAVA_SDK_VERSIONconstant in theconstants.jsfile in the/android-docsrepo
- Update API reference Javadocs for the Mapbox Java docs section in
- Update version # in the Studio Preview for Android app
- Update version # in the China plugin test app
/cc: @mapbox/android
zugaldia and LukasPaczos