Releases: CosmicMind/Material
Releases · CosmicMind/Material
Motion & FABMenu
- Renamed
FabButton
toFABButton
. - Moved
Menu
toFABMenu
. - Moved
MenuController
toFABMenuController
. - Added
FABMenuBacking
enum type to set ablur
orfade
for the openedFABMenu
state using aFABMenuController
. - Renamed
MenuItem
toFABMenuItem
. - Added
SpringAnimation
animation API. - issue-641: Added a new
PulseAnimation.tap
type, which has an instant feedback response when tapping. - Updated
Toolbar.display
toToolbar.toolbarDisplay
. - Updated
SearchBar.display
toSearchBar.searchBarDisplay
. - Added
StatusBar.statusBarDisplay
. - Added
MotionAnimation
enum type and helper methods toCALayer
andUIView
as extensions. - Added Motion to Material.
Carthage & macOS
- issue-692: Fixed issue where Carthage was failing to build the macOS target for Material.
macOS Color
- macOS color support removed.
Card
Card
- Fixed an issue where the
Card
was not displaying thecontentView
andpresenterView
correctly on initial load.
Motion+UIView
- Added missing
UIView
properties toMaterial+UIView
extension that are used in the Motion PhotoCollection sample.
Motion
Card
TextField
TabBar
- Fixed an issue where
TabBar
was not correctly setting thecontentEdgeInsets*
andinterimSpace*
.