Commit 8657906c by Daniel Dahan

updated CHANGELOG for 2.16.0 release

parent 5a4985e1
## 2.15.1 ## 2.16.0
* [pr-1004](https://github.com/CosmicMind/Material/pull/1004): Added RadioButton/CheckButton and RadioButtonGroup/CheckButtonGroup. * [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. * [issue-505](https://github.com/CosmicMind/Material/issues/505): Add RadioButton and Checkbox.
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
* [pr-1082](https://github.com/CosmicMind/Material/pull/1082): Added ErrorTextField validation. * [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-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. * [issue-1053](https://github.com/CosmicMind/Material/issues/1053): TextField Detail Label not Layed-Out correctly with Left-Image.
* [pr-1103](https://github.com/CosmicMind/Material/pull/1103): Added ability to change password visibility icons.
## 2.15.0 ## 2.15.0
......
...@@ -21,6 +21,6 @@ Pod::Spec.new do |s| ...@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf'] 'com.cosmicmind.material.fonts' => ['Sources/**/*.ttf']
} }
s.dependency 'Motion', '~> 1.4.1' s.dependency 'Motion', '~> 1.4.2'
end end
end end
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