4.0.0-beta.1
Pre-release
Pre-release
Xcode doesn't list pre-releases when adding Packages via "add Package...". To test this release, specify the "exact version" 4.0.0-beta.1 in Xcode when adding https://github.com/maplibre/maplibre-navigation-ios.git
What's Changed
- Start & Stop Navigation in existing Map by @Patrick-Kladek in #54
Navigation can now be started in an existing map, instead of a second map appearing over your existing map. This greatly reduces memory usages of apps, as well as improving the UX for users.
Old Behavior |
New Behavior |
- Only require background audio when using speech synthesis by @michaelkirk in #64
- Restore the ability to init NavVC without animations. by @michaelkirk in #73
- Remove unnecessary keyboard tracking. by @michaelkirk in #69
- Fix crash in EndOfRouteViewController and restore its presentation by @michaelkirk in #71
- Fix retain cycles in RouteMapViewController by @michaelkirk in #74
- Add "Build Example Project" to CI by @michaelkirk in #77
- Fix version 3 documentation by @hactar in #81
- fix and re-run extract_localizable.sh by @michaelkirk in #70
- SwiftUI Optimisation by @Patrick-Kladek in #76
- Fix tests on german machine by @Patrick-Kladek in #83
- Open RouteController to custom location snapping by @sotomski in #85
- Clean up StyleManager and respect dynamic type by @michaelkirk in #65
New Contributors
Full Changelog: 3.0.0...4.0.0-beta.1