From 19909982dbc1940bb12c90a815a29868c33d3300 Mon Sep 17 00:00:00 2001 From: googlemaps-bot Date: Thu, 11 Dec 2025 11:01:33 +0100 Subject: [PATCH] chore(main): release 0.8.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ pubspec.yaml | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e7ca6139..64f3cdd6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 4964a53f..a8e06a16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.8.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.7.0...0.8.0) (2025-12-11) + + +### ⚠ BREAKING CHANGES + +* Most fields in StepInfo are now nullable. Null checks for these properties must be handled. + +### Features + +* add controls for light and dark modes ([#548](https://github.com/googlemaps/flutter-navigation-sdk/issues/548)) ([7ed6692](https://github.com/googlemaps/flutter-navigation-sdk/commit/7ed66920b21b5f2fd2d5524ad6575e4dc7e3ae09)) +* add traffic delay severity ([#543](https://github.com/googlemaps/flutter-navigation-sdk/issues/543)) ([db19ffc](https://github.com/googlemaps/flutter-navigation-sdk/commit/db19ffca035fd34fedcd0a4199af92f09b249702)) +* upgrade to latest native SDK's ([#526](https://github.com/googlemaps/flutter-navigation-sdk/issues/526)) ([0c358cb](https://github.com/googlemaps/flutter-navigation-sdk/commit/0c358cb98bc25c91d9af23b7333f633c98ebd376)) + + +### Bug Fixes + +* ios view registration race condition ([#555](https://github.com/googlemaps/flutter-navigation-sdk/issues/555)) ([577d10f](https://github.com/googlemaps/flutter-navigation-sdk/commit/577d10fac474916bdf7b1434ccec3193c758c2f6)) + ## [0.7.0](https://github.com/googlemaps/flutter-navigation-sdk/compare/0.6.5...0.7.0) (2025-11-20) diff --git a/pubspec.yaml b/pubspec.yaml index a32b4d54..bb2f1a7e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ name: google_navigation_flutter description: A plugin for adding Google Navigation widget to Flutter apps targeting Android and iOS repository: https://github.com/googlemaps/flutter-navigation-sdk issue_tracker: https://github.com/googlemaps/flutter-navigation-sdk/issues -version: 0.7.0 +version: 0.8.0 environment: sdk: ^3.8.0