Releases: material-components/material-components-ios
v51.0.0
Breaking changes
TextFields
MDCTextInputControllerLegacyDefault now subclasses MDCTextInputControllerBase instead of MDCTextInputControllerFloatingPlaceholder.
MDCTextInputControllerLegacyDefault
modified class: MDCTextInputControllerLegacyDefault
Type of change: | Swift declaration |
---|---|
From: | class MDCTextInputControllerLegacyDefault : MDCTextInputControllerFloatingPlaceholder |
To: | class MDCTextInputControllerLegacyDefault : MDCTextInputControllerBase |
modified class: MDCTextInputControllerLegacyDefault
Type of change: | Declaration |
---|---|
From: | @interface MDCTextInputControllerLegacyDefault : NSObject <MDCTextInputControllerFloatingPlaceholder> |
To: | @interface MDCTextInputControllerLegacyDefault : MDCTextInputControllerBase |
API changes
TextFields
MDCTextInputControllerLegacyDefault
modified class: MDCTextInputControllerLegacyDefault
Type of change: | Swift declaration |
---|---|
From: | class MDCTextInputControllerLegacyDefault : MDCTextInputControllerFloatingPlaceholder |
To: | class MDCTextInputControllerLegacyDefault : MDCTextInputControllerBase |
modified class: MDCTextInputControllerLegacyDefault
Type of change: | Declaration |
---|---|
From: | @interface MDCTextInputControllerLegacyDefault : NSObject <MDCTextInputControllerFloatingPlaceholder> |
To: | @interface MDCTextInputControllerLegacyDefault : MDCTextInputControllerBase |
MDCTextInputControllerLegacyFullWidth
modified class: MDCTextInputControllerLegacyFullWidth
Type of change: | Swift declaration |
---|---|
From: | class MDCTextInputControllerLegacyFullWidth : MDCTextInputController |
To: | class MDCTextInputControllerLegacyFullWidth : MDCTextInputControllerFullWidth |
modified class: MDCTextInputControllerLegacyFullWidth
Type of change: | Declaration |
---|---|
From: | @interface MDCTextInputControllerLegacyFullWidth : NSObject <MDCTextInputController> |
To: | @interface MDCTextInputControllerLegacyFullWidth : MDCTextInputControllerFullWidth <NSSecureCoding> |
Component changes
FeatureHighlight
Changes
- FeatureHighlightViewController should expose FeatureHighlightView as a property. (#3145) (Mohammad Cazi)
- Revert "FeatureHighlightViewController should expose FeatureHighlightView as a property. (#3145)" (Randall Li)
TextFields
Changes
- Make MDCTextInputControllerLegacyDefault a subclass of MDCTextInputControllerBase (#3152) (Mohammad Cazi)
- Make MDCTextInputControllerLegacyFullWidth a subclass of MDCTextInputControllerFullWidth (#3154) (Mohammad Cazi)
- [MDCTextFields + Kokoro] Making textfields dynamic type off by default (#3149) (Yarden Eitan)
Snackbar
Changes
- added inputAccessory with Snackbar dragon + Fix for it (#3156) (Yarden Eitan)
- font and color updates. (#3125) (Yarden Eitan)
- revert back to before #3106 as this code needs more thorough testing. (#3178) (Yarden Eitan)
v50.0.0
Breaking change
MDCTabBarFontThemer and MDCBottomAppBarColorThemer changed a argument to nonnull from nullable.
API changes
BottomNavigation
MDCBottomNavigationBar
new property: backgroundColor
in MDCBottomNavigationBar
new property: barTintColor
in MDCBottomNavigationBar
Chips
MDCChipView
new property: minimumSize
in MDCChipView
Collections
MDCCollectionViewStyling
new property: cardBorderRadius
in MDCCollectionViewStyling
TextFields
MDCTextInputController
new property: textInputFont
in MDCTextInputController
new property: textInputFontDefault
in MDCTextInputController
Component changes
Tabs
Changes
- [BottomAppBar, Tabs] Make themer parameters nonnull (#3133) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
MaskedTransition
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
FeatureHighlight
Changes
- Use safe selector access for color themers (#3126) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
AppBar
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Ink
Changes
- Use safe selector access for color themers (#3126) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
CollectionCells
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Buttons
Changes
- Use safe selector access for color themers (#3126) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
ButtonBar
Changes
- [AppBar] Make MDCNavigationBar and MDCButtonBar size dynamically (#2974) (Ali Rabbani)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
TextFields
Changes
- Adding font themer (#3096) (Mohammad Cazi)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Chips
Changes
- Create a FontThemer (#3128) (Robert Moore)
- Support Dynamic Type and show it in example. (#3123) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Snackbar
Changes
- ../ (#3122) (Yarden Eitan)
- Don't traverse through dismissing presented child view controllers. (#3106) (Yarden Eitan)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
- suppress internal use of deprecated property (#3143) (Yarden Eitan)
Cards
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
- fix: update link to material design guidelines (#3121) (radeva)
BottomAppBar
Changes
- [BottomAppBar, Tabs] Make themer parameters nonnull (#3133) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Slider
Changes
- Use safe selector access for color themers (#3126) (Robert Moore)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
NavigationBar
Changes
- [AppBar] Make MDCNavigationBar and MDCButtonBar size dynamically (#2974) (Ali Rabbani)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
OverlayWindow
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
LibraryInfo
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
ShadowLayer
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
ActivityIndicator
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
BottomSheet
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Typography
Changes
- Support Dynamic Type in extensions for iOS >= 10. (#3127) (Thomas-Redding-G)
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
Dialogs
Changes
- [Kokoro / CI] Have Kokoro test multiple iOS versions and simulators on different Xcodes. (#3117) (Yarden Eitan)
BottomNavigation
Changes
- Add
barTintColor
to replacebackgroundColor
(#3085) (Robert Moore) - Remove ink for canceled touch (#3119) (Robert Moore)
- [Use safe selector access for color themers (#3126)](https://github.com/material-components/material-...
v49.0.0
Breaking changes
BottomAppBar
MDCBottomAppBarView
NS_UNAVAILABLE property: backgroundColor
in MDCBottomAppBarView
API changes
BottomAppBar
MDCBottomAppBarView
new property: barTintColor
in MDCBottomAppBarView
NS_UNAVAILABLE property: backgroundColor
in MDCBottomAppBarView
new property: shadowColor
in MDCBottomAppBarView
new property: backgroundColor
in MDCBottomAppBarView
Dialogs
MDCAlertControllerView
new property: titleColor
in MDCAlertControllerView
new property: mdc_adjustsFontForContentSizeCategory
in MDCAlertControllerView
new class: MDCAlertControllerView
new property: titleFont
in MDCAlertControllerView
new property: buttonColor
in MDCAlertControllerView
new property: buttonFont
in MDCAlertControllerView
new property: messageColor
in MDCAlertControllerView
new property: messageFont
in MDCAlertControllerView
Component changes
Snackbar
Changes
- Added Color and Font Themers (#3102) (Yarden Eitan)
- bring back buttonTextColor and deprecate it (#3104) (Yarden Eitan)
BottomAppBar
Changes
- Add simple color themer (#3094) (Robert Moore)
Dialogs
Changes
- Enable custom fonts on MDCAlertController (#3097) (ianegordon)
Themes
Changes
- [BottomAppBar] Add simple color themer (#3094) (Robert Moore)
v48.0.0
Breaking changes
removed property: highlightedButtonTextColor
in MDCSnackbarMessage
New deprecations
MDCSnackbarMessage
deprecated property: buttonTextColor
in MDCSnackbarMessage
MDCSnackbarMessageView()
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | Deprecation message |
---|---|
From: | `` |
To: | Use messsageTextColor instead. |
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | Deprecation |
---|---|
From: | 0 |
To: | 1 |
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | parent.usr |
---|---|
From: | c:objc(cs)MDCSnackbarMessageView |
To: | c:objc(ext)MDCSnackbarMessageView@MDCSnackbarMessageView.h@2959 |
New features
API changes
Snackbar
MDCSnackbarMessageView
new property: messageTextColor
in MDCSnackbarMessageView
new method: -buttonTitleColorForState:
in MDCSnackbarMessageView
new property: mdc_adjustsFontForContentSizeCategory
in MDCSnackbarMessageView
new method: -setButtonTitleColor:forState:
in MDCSnackbarMessageView
MDCSnackbarMessage
new property: usesLegacySnackbar
in MDCSnackbarMessage
removed property: highlightedButtonTextColor
in MDCSnackbarMessage
removed property: buttonTextColor
in MDCSnackbarMessage
MDCSnackbarMessageView()
new method: -snackbarMessageViewTextColor
in snackbarMessageViewTextColor
in MDCSnackbarMessageView()
new category: MDCSnackbarMessageView()
new method: -setSnackbarMessageViewTextColor:
in snackbarMessageViewTextColor
in MDCSnackbarMessageView()
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | Deprecation message |
---|---|
From: | `` |
To: | Use messsageTextColor instead. |
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | Deprecation |
---|---|
From: | 0 |
To: | 1 |
modified property: snackbarMessageViewTextColor
in MDCSnackbarMessageView()
Type of change: | parent.usr |
---|---|
From: | c:objc(cs)MDCSnackbarMessageView |
To: | c:objc(ext)MDCSnackbarMessageView@MDCSnackbarMessageView.h@2959 |
Component changes
Tabs
Changes
- Don't call UIAppearance in +initialize (#3067) (Robert Moore)
- Font/Color Scheme support for tab bar. (#3083) (Mohammad Cazi)
FeatureHighlight
Changes
Ink
Changes
- [Button|Ink|TextFields|Palettes] Fixed NSNumber conversion static analyzer errors (#2998) (Yura Samsoniuk)
Buttons
Changes
- Set FlatButton inkColor via UIAppearance (#3069) (Robert Moore)
- Support IB custom fonts (#3082) (Robert Moore)
- [Button|Ink|TextFields|Palettes] Fixed NSNumber conversion static analyzer errors (#2998) (Yura Samsoniuk)
TextFields
Changes
- [Button|Ink|TextFields|Palettes] Fixed NSNumber conversion static analyzer errors (#2998) (Yura Samsoniuk)
Snackbar
Changes
- Fix compiler warning due to self reference in block (#3079) (featherless)
- New Snackbar implementation with legacy toggle to activate (#3055) (Yarden Eitan)
- custom font and dynamic type support, UI_APPEARANCE support for color theming (#3090) (Yarden Eitan)
- update snackbar text color to the initialized value (#3081) (Yarden Eitan)
BottomSheet
Changes
Themes
Changes
- [FeatureHighlight] Accessibility title and body mutator added to fix UIAppearance issue (#3043) (Mohammad Cazi)
Palettes
Changes
v47.0.0
Breaking changes
Cards
MDCCardCollectionCell
removed property: selectedImageTintColor
in MDCCardCollectionCell
removed property: selectedImage
in MDCCardCollectionCell
New deprecations
New features
API changes
Cards
MDCCardCollectionCell
new method: -setVerticalImageAlignment:forState:
in MDCCardCollectionCell
new method: -setImageTintColor:forState:
in MDCCardCollectionCell
new method: -horizontalImageAlignmentForState:
in MDCCardCollectionCell
new method: -imageForState:
in MDCCardCollectionCell
new method: -imageTintColorForState:
in MDCCardCollectionCell
new method: -setImage:forState:
in MDCCardCollectionCell
new method: -verticalImageAlignmentForState:
in MDCCardCollectionCell
new method: -setHorizontalImageAlignment:forState:
in MDCCardCollectionCell
removed property: selectedImageTintColor
in MDCCardCollectionCell
removed property: selectedImage
in MDCCardCollectionCell
modified class: MDCCardCollectionCell
MDCCardCellVerticalImageAlignment
new enum value: MDCCardCellVerticalImageAlignmentBottom
in MDCCardCellVerticalImageAlignment
new typedef: MDCCardCellVerticalImageAlignment
new enum: MDCCardCellVerticalImageAlignment
new enum value: MDCCardCellVerticalImageAlignmentCenter
in MDCCardCellVerticalImageAlignment
new enum value: MDCCardCellVerticalImageAlignmentTop
in MDCCardCellVerticalImageAlignment
MDCCardCellHorizontalImageAlignment
new enum value: MDCCardCellHorizontalImageAlignmentRight
in MDCCardCellHorizontalImageAlignment
new enum value: MDCCardCellHorizontalImageAlignmentCenter
in MDCCardCellHorizontalImageAlignment
new typedef: MDCCardCellHorizontalImageAlignment
new enum: MDCCardCellHorizontalImageAlignment
new enum value: MDCCardCellHorizontalImageAlignmentLeft
in MDCCardCellHorizontalImageAlignment
Component changes
Tabs
Changes
- [MDCTabBarViewController] Added NSCoding support. (#3029) (Mohammad Cazi)
- [MDCTabBar] NSCoding support. (#3019) (Mohammad Cazi)
FeatureHighlight
Changes
- Remove use of typeof (#3018) (Robert Moore)
Ink
Changes
CollectionCells
Changes
- [Collections] Fix image sizing (#3027) (ianegordon)
ButtonBar
Changes
- Remove UIAppearance call in themer (#3020) (Robert Moore)
- Update bazel workspace and version to latest. (#3052) (featherless)
TextFields
Changes
- Added test for MDCTextInputControllerBase (#3036) (Yura Samsoniuk)
- Always encode/decode CGFloat as double (#3033) (Yura Samsoniuk)
- Cast to a protocol textInput conforms to (#3037) (Yura Samsoniuk)
- [Collections|TextFields|Themes] Removed dead store static analyzer errors (#2999) (Yura Samsoniuk)
Snackbar
Changes
- Don't call UIAppearance in +initialize (#3048) (Robert Moore)
Cards
Changes
- Added customization of image, image alignment, and image tint for each state. (#3030) (Yarden Eitan)
- Dragons demo for Tint color in Cards (#3046) (Yarden Eitan)
NavigationBar
Changes
- Fix license stanza (#3025) (Robert Moore)
- [ButtonBar] Remove UIAppearance call in themer (#3020) (Robert Moore)
BottomSheet
Changes
- Make MDCBottomSheetPresentationController react to preferred content size changes of the presented view controller. (Material Components iOS Team)
BottomNavigation
Changes
- Fix OS version check (#3015) (Robert Moore)
- Fix memory leak in example (#3017) (Robert Moore)
PageControl
Changes
- Fixing example layout (#3059) (Robert Moore)
Collections
Changes
- [Collections|TextFields|Themes] Removed dead store static analyzer errors (#2999) (Yura Samsoniuk)
- [MDCCollectionViewFlowLayout] Set hasSectionItems in ordinalPositionForListElementWithAttribute (#3049) (strangewiz)
Themes
Changes
v46.1.1
v46.1.0
API changes
ActivityIndicator
MDCActivityIndicator
new method: -setProgress:animated:
in MDCActivityIndicator
Themes
MDCTonalPalette
modified class: MDCTonalPalette
Type of change: | Swift declaration |
---|---|
From: | class MDCTonalPalette : NSObject, NSCoding, NSCopying |
To: | class MDCTonalPalette : NSObject, NSCopying, NSSecureCoding |
modified class: MDCTonalPalette
Type of change: | Declaration |
---|---|
From: | @interface MDCTonalPalette : NSObject <NSCoding, NSCopying> |
To: | @interface MDCTonalPalette : NSObject <NSCopying, NSSecureCoding> |
Component changes
Tabs
Changes
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
MaskedTransition
Changes
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
FeatureHighlight
Changes
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
Ink
Changes
- [MDCBottomNavigationBar] NSSecureCoding. (#2973) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
CollectionCells
Changes
- Add demonstration of #2911 (#2930) (ianegordon)
- Support images larger than 40x40 in MDCCollectionViewTextCell (#2912) (Ben Hamilton (Ben Gertzfield))
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
Buttons
Changes
- [MDCButtonBar] add NSSecureCoding. (#2976) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
- fix local kokoro warnings and errors (#2964) (Yarden Eitan)
ButtonBar
Changes
- [MDCButtonBar] add NSSecureCoding. (#2976) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
TextFields
Changes
- Adding secure coding for all MDCTextfield and properties of it. (#2990) (Mohammad Cazi)
- Fix for GH #2985 (placeholder not moving when chips needs it to.) (#2989) (Will Larche)
- Updating cursor color for state. (#2967) (Will Larche)
- [TextField] Fix MDCTextInputControllerUnderline usage description in README.md (#2950) (yokoe)
Chips
Changes
- ChipView class check for encoding. (#2993) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
Snackbar
Changes
- [SnackbarExmaples] Added required super call (#3005) (Yura Samsoniuk)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
Cards
Changes
- [CollectionCells] Add demonstration of #2911 (#2930) (ianegordon)
- [MDCCard] NSSecureCoding support. (#2984) (Mohammad Cazi)
BottomAppBar
Changes
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
NavigationBar
Changes
- [MDCAppBar]Support NSSecureCoding for App bar. (#2959) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
ShadowLayer
Changes
- Document default elevation of 0 (#2960) (Robert Moore)
ActivityIndicator
Changes
- Add setProgress:animated: (#2924) (ianegordon)
- Fixed ActivityIndicatorTests#testSetProgressStrokeAnimated test (#3006) (Yura Samsoniuk)
- Fixing Implicit Self inside blocks. (#2954) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
BottomSheet
Changes
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
BottomNavigation
Changes
- Remove MaterialMath import (#2941) (Robert Moore)
- [MDCBottomNavigationBar] NSSecureCoding. (#2973) (Mohammad Cazi)
PageControl
Changes
- Fixing Implicit Self inside blocks. (#2954) (Mohammad Cazi)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
Collections
Changes
- Adding comment from .h to also the .m (#2955) (Will Larche)
- [Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933) (Mohammad Cazi)
HeaderStackView
Changes
- [MDCAppBar]Support NSSecureCoding for App bar. (#2959) (Mohammad Cazi)
FlexibleHeader
Changes
- [MDCAppBar]Support NSSecureCoding for App bar. (#2959) (Mohammad Cazi)
- [[Warnings Fix] Block implicitly retains 'self'; explicitly mention 'self' to indicate this is intended behavior. (#2933)](https://githu...
v46.0.0
Breaking changes
BottomSheets
Remove Material Motion from the BottomSheets component as it was causing crashes on iOS 8.
v45.0.0
API changes
Dialogs
MDCDialogTransition
removed property: dismissOnBackgroundTap
in MDCDialogTransition
removed class: MDCDialogTransition
TextFields
MDCTextInputUnderlineView
modified class: MDCTextInputUnderlineView
Type of change: | Swift declaration |
---|---|
From: | class MDCTextInputUnderlineView : UIView, NSCopying, NSCoding |
To: | class MDCTextInputUnderlineView : UIView, NSCopying, NSSecureCoding |
modified class: MDCTextInputUnderlineView
Type of change: | Declaration |
---|---|
From: | @interface MDCTextInputUnderlineView : UIView <NSCopying, NSCoding> |
To: | @interface MDCTextInputUnderlineView : UIView <NSCopying, NSSecureCoding> |
MDCTextInputController
modified protocol: MDCTextInputController
Type of change: | Swift declaration |
---|---|
From: | protocol MDCTextInputController : NSObjectProtocol, NSCoding, NSCopying, MDCTextInputPositioningDelegate |
To: | protocol MDCTextInputController : NSObjectProtocol, NSSecureCoding, NSCopying, MDCTextInputPositioningDelegate |
modified protocol: MDCTextInputController
Type of change: | Declaration |
---|---|
From: | @protocol MDCTextInputController <NSObject, NSCoding, NSCopying, MDCTextInputPositioningDelegate> |
To: | @protocol MDCTextInputController <NSObject, NSSecureCoding, NSCopying, MDCTextInputPositioningDelegate> |
Component changes
BottomNavigation
Changes
- Handle KVO NSNull parameter (#2919) (ianegordon)
Cards
Changes
- Added proper readme with overview, installation, and usage. (#2907) (Yarden Eitan)
- fix bug with ink when dragging an MDCCard (#2906) (Yarden Eitan)
- updates to unit tests and minor fixes (#2898) (Yarden Eitan)
Dialogs
Changes
- Temporarily revert Material Motion (#2921) (ianegordon)
TextFields
Changes
- Converting NSCoding to NSSecureCoding (#2925) (Will Larche)
- Correcting color themer (#2920) (Will Larche)