Bumping versions for version update (0.1.7). (#158)
- iOS: -- TabBarItemView: intrinsicContentSize properly added. -- AvatarView: Added support for presence status in the avatar view (Circle Style only). -- TabBarView: Fixed bug where wrong image was shown in horizontal compact size class in tab bar view. -- Button: Added icon/images support on buttons. -- PillButtonBar: Added ability to disable buttons on the pill button bar. -- NotificationView: Added action button in notification bar, updates on padding, label size management, size now snaps to 4pt grid and toast size changed on iPad. -- TableViewCell: Updated min height for single-line cells from 44 to 48. -- TableViewCellFileAccessoryView: Added custom accessory views for table view cells that represent a file with date, shared status and file actions columns. -- Colors: Moved control color definitions from the Colors file into controls' specific files. - mac: -- Button: added initializer without parameters -- ButtonStyle: renamed to MSFButtonStyle in objC.
This commit is contained in:
Родитель
15eb4e8e7e
Коммит
57c83154d8
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'MicrosoftFluentUI'
|
||||
s.version = '0.1.6'
|
||||
s.version = '0.1.7'
|
||||
s.summary = 'Fluent UI is a set of reusable UI controls and tools'
|
||||
s.homepage = "https://www.microsoft.com/design/fluent/#/"
|
||||
s.license = { :type => 'MIT', :file => 'LICENSE' }
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.3</string>
|
||||
<string>1.2.4</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>70</string>
|
||||
<string>71</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.6</string>
|
||||
<string>0.1.7</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.6</string>
|
||||
<string>0.1.7</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.6</string>
|
||||
<string>0.1.7</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.6</string>
|
||||
<string>0.1.7</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче