Commit 2404c2ca by Daniel Dahan

release candidate

parent 4f28c1ac
## 2.15.1
* [pr-1004](https://github.com/CosmicMind/Material/pull/1004): Added RadioButton/CheckButton and RadioButtonGroup/CheckButtonGroup.
* [issue-505](https://github.com/CosmicMind/Material/issues/505): Add RadioButton and Checkbox.
* Updated to [Motion 1.4.0](https://github.com/CosmicMind/Motion/releases/tag/1.4.0).
* [issue-1078](https://github.com/CosmicMind/Material/issues/1078): Update Motion Dependency.
* [pr-1047](https://github.com/CosmicMind/Material/pull/1047): Document material color codes.
* [issue-1000](https://github.com/CosmicMind/Material/issues/1000): Color: Document mapping from codes (e.g. a400) to names (e.g. accent1).
* [pr-1055](https://github.com/CosmicMind/Material/pull/1055): Open up FABMenu a little bit.
* Updated Copyright years.
* [pr-1079](https://github.com/CosmicMind/Material/pull/1079): Added custom navigationBarClass support to NavigationController.
* [issue-1074](https://github.com/CosmicMind/Material/issues/1074): Need to use a NavigationBar subclass with NavigationController.
* [pr-1080](https://github.com/CosmicMind/Material/pull/1080): Fixed license badge href.
* [pr-1046](https://github.com/CosmicMind/Material/pull/1046): Added ShouldOpen and ShouldClose delegate methods to FABMenuDelegate.
* [issue-1043](https://github.com/CosmicMind/Material/issues/1043): ShouldOpen and ShouldClose delegate methods FABMenu.
* [pr-1086](https://github.com/CosmicMind/Material/pull/1086): Fix delegations never fired on tab swipe.
* [issue-1087](https://github.com/CosmicMind/Material/issues/1087): TabBar item is selected even though TabsController delegate shouldSelect always returns false.
* [issue-1056](https://github.com/CosmicMind/Material/issues/1056): Delegation methods never fired on Tab swipe.
* [pr-1088](https://github.com/CosmicMind/Material/pull/1088): Removed unnecessary convenience initializers.
* [issue-1085](https://github.com/CosmicMind/Material/issues/1085): `convenience init()` across the framework prevents generic initialization of the components.
* [pr-1082](https://github.com/CosmicMind/Material/pull/1082): Added ErrorTextField validation.
* [issue-1017](https://github.com/CosmicMind/Material/issues/1017): Can we make the error detail for textfields dynamic?
* [issue-1053](https://github.com/CosmicMind/Material/issues/1053): TextField Detail Label not Layed-Out correctly with Left-Image.
## 2.15.0
* [issue-1057](https://github.com/CosmicMind/Material/issues/1057): Added image states for TabItems used in TabBar and TabsController.
......
Pod::Spec.new do |s|
s.name = 'Material'
s.version = '2.15.0'
s.version = '2.16.0'
s.swift_version = '4.0'
s.license = 'BSD-3-Clause'
s.summary = 'A UI/UX framework for creating beautiful applications.'
......@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
}
s.dependency 'Motion', '~> 1.4.0'
s.dependency 'Motion', '~> 1.4.1'
end
end
......@@ -1014,7 +1014,6 @@
965E80CF1DD4C50600D61E4B /* FlatButton.swift in Sources */,
965E80D01DD4C50600D61E4B /* RaisedButton.swift in Sources */,
9DF58CEE20C098C60098968D /* ErrorTextFieldValidator.swift in Sources */,
96A183631E0C6CE200083C30 /* FABMenu.swift in Sources */,
9D054A6520D175AC00D0528D /* Material+UIButton.swift in Sources */,
965E80D11DD4C50600D61E4B /* IconButton.swift in Sources */,
965E80D21DD4C50600D61E4B /* Color.swift in Sources */,
......
Subproject commit b3595d023fdd3b64dede8c30bcaa08ee366cf249
Subproject commit 2f4fb2859d7ed9ec05dca5221710d3e4cc46d410
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.15.0</string>
<string>2.16.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment