Skip to content

Releases: birkir/react-native-carplay

2.4.0-beta.2 - Android Auto

30 Oct 16:48
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: 2.4.0-beta.0...2.4.0-beta.2

2.4.0-beta.0

28 Oct 00:48
Compare
Choose a tag to compare
2.4.0-beta.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0-beta.0

2.3.0

25 May 01:57
Compare
Choose a tag to compare

Full Changelog: 2.2.0...2.3.0

v2.2.0

24 May 21:55
Compare
Choose a tag to compare

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

Full Changelog: 2.1.0...2.2.0

2.1.0

20 Dec 22:42
Compare
Choose a tag to compare

General

  • Updated readme
  • Android failsave

API

  • ListTemplate
    • Added
      • emptyViewTitleVariants
      • emptyViewSubtitleVariants
      • updateListTemplateItem()
      • ListItem
        • imgUrl
        • isPlaying
  • MapTemplate
    • Breaking changes
      • onPanEndedDirection -> onPanEndedWithDirection
    • Added
      • onDidCancelNavigation
    • Fixed
      • showRouteChoicesPreviewForTrip
  • Template
    • Added
      • tabSystemItem?: number;
      • tabSystemImg?: string;
      • tabImage?: null;

v2.0.0

18 Mar 21:04
6125787
Compare
Choose a tag to compare

This release is targeted towards iOS 14

If you need to support older version, refer to the 1.x

iOS 14 (hotfix)

19 Oct 14:46
Compare
Choose a tag to compare

This release allows older iOS targets (13 and below) to continue to use newer versions of the library

iOS 14

16 Oct 17:09
Compare
Choose a tag to compare

Now includes new iOS14 APIs

New templates include:

  • ActionSheet (iOS 12)
  • Alert (iOS 12)
  • Contact (iOS 14)
  • Information (iOS 14)
  • Now Playing (iOS 13)
  • Point Of Interest (iOS 14)
  • Tab Bar (iOS 14)