Skip to content

Commit 5691942

Browse files
feat: Update version to 1.7.0 and enhance Traffic Alert System
1 parent f722f69 commit 5691942

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.7.0] - 2025-10-06
9+
10+
### Added
11+
- **Traffic Alert System**: Enhanced alert support for road signs and traffic infrastructure
12+
- **Camera Alert**: Voice warnings when approaching speed cameras
13+
- **Traffic Light Alert**: Audio notifications when approaching traffic lights
14+
- **Toll Plaza Alert**: Voice alerts when approaching toll plazas and payment stations
15+
- Cross-platform support for iOS and Android with native voice synthesis
16+
- Real-time detection of road infrastructure from map data
17+
- Customizable alert distance and timing for different alert types
18+
19+
### Fixed
20+
- **Xcode 16.1 Compatibility**: Resolved iOS build issues with latest Xcode version
21+
- Fixed VietMapDirections.swift module loading failures in Xcode 16.1
22+
- Updated iOS deployment target to 15.1 for React Native 0.80.1 compatibility
23+
- Disabled explicit module compilation to resolve Swift package conflicts
24+
- Updated CocoaPods configuration for iOS SDK 26.0 support
25+
- Enhanced build system compatibility with latest iOS development tools
26+
- Fixed Node.js path resolution in Xcode build phases
27+
828
## [1.6.2] - 2025-09-16
929

1030
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vietmap/vietmap-react-native-navigation",
33
"title": "VietMap React Native turn by turn Navigation",
4-
"version": "1.6.2",
4+
"version": "1.7.0",
55
"description": "VietMap turn-by-turn navigation for React Native.",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)