Skip to content

Releases: CosmicMind/Material

Motion & FABMenu

27 Feb 19:55
Compare
Choose a tag to compare
  • Renamed FabButton to FABButton.
  • Moved Menu to FABMenu.
  • Moved MenuController to FABMenuController.
  • Added FABMenuBacking enum type to set a blur or fade for the opened FABMenu state using a FABMenuController.
  • Renamed MenuItem to FABMenuItem.
  • Added SpringAnimation animation API.
  • issue-641: Added a new PulseAnimation.tap type, which has an instant feedback response when tapping.
  • Updated Toolbar.display to Toolbar.toolbarDisplay.
  • Updated SearchBar.display to SearchBar.searchBarDisplay.
  • Added StatusBar.statusBarDisplay.
  • Added MotionAnimation enum type and helper methods to CALayer and UIView as extensions.
  • Added Motion to Material.

Carthage & macOS

24 Feb 15:39
Compare
Choose a tag to compare
  • issue-692: Fixed issue where Carthage was failing to build the macOS target for Material.

macOS Color

22 Feb 22:23
Compare
Choose a tag to compare
  • macOS color support removed.

Card

07 Feb 20:11
Compare
Choose a tag to compare
  • issue-678: Fixed issue where Card was incorrectly displaying its contentView.

Card

07 Feb 19:50
Compare
Choose a tag to compare
  • Fixed an issue where the Card was not displaying the contentView and presenterView correctly on initial load.

Motion+UIView

07 Feb 19:15
Compare
Choose a tag to compare
  • Added missing UIView properties to Material+UIView extension that are used in the Motion PhotoCollection sample.

Motion

05 Feb 00:26
Compare
Choose a tag to compare

Card

03 Feb 10:36
Compare
Choose a tag to compare
  • issue-676: Fixed an issue where Card types were not adjusting size correctly when using UILabels.

TextField

20 Jan 21:27
Compare
Choose a tag to compare
  • issue-658: Added TextFieldPlaceholderAnimation enum type to enable TextField to have different animations.

TabBar

13 Jan 17:54
Compare
Choose a tag to compare
  • Fixed an issue where TabBar was not correctly setting the contentEdgeInsets* and interimSpace*.