File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.1.4
2
+
3
+ - [ pr-1239] ( https://github.com/CosmicMind/Material/pull/1239 ) : Fixed regression with intrinsic content sizing in Switch control.
4
+ - [ pr-1240] ( https://github.com/CosmicMind/Material/pull/1240 ) : Fixed prepare method called twice.
5
+ - [ issue-1215] ( https://github.com/CosmicMind/Material/issues/1215 ) : prepare() is called twice on NavigationDrawerController.
6
+
1
7
## 3.1.3
2
8
3
9
* Added installation instructions to README.
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'Material'
3
- s . version = '3.1.3 '
3
+ s . version = '3.1.4 '
4
4
s . swift_version = '5.0'
5
5
s . license = 'BSD-3-Clause'
6
6
s . summary = 'A UI/UX framework for creating beautiful applications.'
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.1.3 </string >
18
+ <string >3.1.4 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments