Releases: birkir/react-native-carplay
Releases · birkir/react-native-carplay
2.4.1-beta.0
What's Changed
- Updated Readme by @birkir in #152
- Fixes #161 by @janwiebe-jump in #162
- Fix iOS-app crashing when connecting an external display by @DanielKuhn in #168
- Fix iOS createTemplate callback by @uzegonemad in #167
- Add playbackProgress and accessoryImage for list items by @DanielKuhn in #165
- fixed incorrect set function for focused image by @saminadhikari18 in #180
- added full screen support on CarPlay Map template by @susonthapa in #173
- Add CPListImageRowItem to CarPlay by @janwiebe-jump in #177
- Registered component Example, and added README to run Metro server by @Baralabite in #187
- Fix missing even didPressMenuItem by @sonnguyen-tma in #186
- Implement image button in CarPlay CPNowPlayingTemplate. by @janwiebe-jump in #178
- used bundle exec for pod install, fixed the wrong module name by @susonthapa in #172
New Contributors
- @janwiebe-jump made their first contribution in #162
- @saminadhikari18 made their first contribution in #180
- @Baralabite made their first contribution in #187
- @sonnguyen-tma made their first contribution in #186
Full Changelog: 2.4.0-beta.2...2.4.1-beta.0
2.4.0-beta.2 - Android Auto
What's Changed
- Android Auto by @birkir in #151
- New documentation website https://birkir.dev/react-native-carplay/
Full Changelog: 2.4.0-beta.0...2.4.0-beta.2
2.4.0-beta.0
What's Changed
- feat: monorepo by @birkir in #133
- fixed template config being out of sync by @susonthapa in #139
- fix: ListItem.showsDisclosureIndicator for iOS >= 14.0 by @DanielKuhn in #142
- feat: load ListItem images asynchronously by @DanielKuhn in #143
- Expose size and fix symbol resize issue by @susonthapa in #147
- fixed the example app by upgrading RN and fixing some types by @susonthapa in #146
- Fixed README.md by @SyedTayyabUlMazhar in #145
- Fix url link in readme. by @Joeri-Abbo in #135
New Contributors
- @DanielKuhn made their first contribution in #142
- @SyedTayyabUlMazhar made their first contribution in #145
- @Joeri-Abbo made their first contribution in #135
Full Changelog: 2.3.0...2.4.0-beta.0
2.3.0
v2.2.0
What's Changed
- feat: implemented app scene by @birkir in #85
- Fix an issue with Objective-C++ ("template" is reserved in c++) by @uzegonemad in #125
- added removing of the views when CarPlay gets disconnected by @susonthapa in #126
- implemented passing of window layout information to the JS side by @susonthapa in #127
- Changing updateListTemplateItem detailText by @HarmJan1990 in #120
- Contact Template crash fixed and call button action bug fix and TabBar Template tabTitle added by @haisamMH in #113
- Add max section and item count to list template by @bhpramit in #106
- Update actions and items on InformationTemplate by @admin-bfd in #95
- Fix DayTime Color Issues by @princekurt in #98
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #122
- Bump shelljs from 0.8.4 to 0.8.5 by @dependabot in #76
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #72
New Contributors
- @uzegonemad made their first contribution in #125
- @susonthapa made their first contribution in #126
- @HarmJan1990 made their first contribution in #120
- @haisamMH made their first contribution in #113
- @bhpramit made their first contribution in #106
- @admin-bfd made their first contribution in #95
Full Changelog: 2.1.0...2.2.0
2.1.0
General
- Updated readme
- Android failsave
API
- ListTemplate
- Added
- emptyViewTitleVariants
- emptyViewSubtitleVariants
- updateListTemplateItem()
- ListItem
- imgUrl
- isPlaying
- Added
- MapTemplate
- Breaking changes
- onPanEndedDirection -> onPanEndedWithDirection
- Added
- onDidCancelNavigation
- Fixed
- showRouteChoicesPreviewForTrip
- Breaking changes
- Template
- Added
- tabSystemItem?: number;
- tabSystemImg?: string;
- tabImage?: null;
- Added
v2.0.0
iOS 14 (hotfix)
This release allows older iOS targets (13 and below) to continue to use newer versions of the library