CarPlay iOS 14.0 Beta 2 to Beta 3 API Differences

CPButton.h
Added CPButton
Added CPButtonMaximumImageSize
Added -[CPButton initWithImage:handler:]
Added CPButton.image
Added CPButton.title
Added CPButton.enabled
CPContact.h
Added CPContact.actions
Added CPContactCallButton
Added -[CPContactCallButton initWithHandler:]
Added CPContactMessageButton
Added -[CPContactMessageButton initWithPhoneOrEmail:]
Added CPContactMessageButton.phoneOrEmail
Added CPContactDirectionsButton
Added -[CPContactDirectionsButton initWithHandler:]
CPDetailLabel.h
CPEntityButton.h
CPInformationItem.h
Added CPInformationItem
Added -[CPInformationItem initWithTitle:detail:]
Added CPInformationItem.title
Added CPInformationItem.detail
CPInformationTemplate.h
Added CPInformationTemplateLayout
Added CPInformationTemplateLayoutLeading
Added CPInformationTemplateLayoutTwoColumn
Added -[CPInformationTemplate initWithTitle:layout:items:actions:]
Added CPInformationTemplate.layout
Added CPInformationTemplate.items
Added CPInformationTemplate.actions
Declaration
From@property (nonatomic, strong) NSAttributedString *title
To@property (nonatomic, copy) NSString *title

CPListImageRowItem.h
CPMessageComposeBarButton.h
Added +[CPMessageComposeBarButton new]
CPNowPlayingButton.h
CPNowPlayingTemplate.h
CPPointOfInterest.h
Declaration
From@property (nonatomic, strong) CPEntityButton *primaryButton
To@property (nonatomic, strong) CPTextButton *primaryButton

Declaration
From@property (nonatomic, strong) CPEntityButton *secondaryButton
To@property (nonatomic, strong) CPTextButton *secondaryButton

CPPointOfInterestTemplate.h
Declaration
From- (instancetype)initWithTitle:(NSAttributedString *)title pointsOfInterest:(NSArray<CPPointOfInterest *> *)pointsOfInterest selectedIndex:(NSInteger)selectedIndex
To- (instancetype)initWithTitle:(NSString *)title pointsOfInterest:(NSArray<CPPointOfInterest *> *)pointsOfInterest selectedIndex:(NSInteger)selectedIndex

Declaration
From@property (nonatomic, strong) NSAttributedString *title
To@property (nonatomic, copy) NSString *title

CPTextButton.h
Added CPTextButtonStyle
Added CPTextButtonStyleNormal
Added CPTextButtonStyleCancel
Added CPTextButtonStyleConfirm
Added CPTextButton
Added -[CPTextButton initWithTitle:textStyle:handler:]
Added CPTextButton.title
Added CPTextButton.textStyle