Bumping versions for version update (0.1.8). (#187)
- iOS: -- TabBarView: snap tab bar height to 4pt grid (48pt on iPad and iPhone - all orientations) -- TabBarItem: added support for badges, customizable accessibility labels -- DateTimePicker: updated past days text color to textPrimary (light mode) and textSecondary (dark mode), conforms backgrounds of the heading and the the navigation bar -- AvatarGroupView: new component to display avatar view grouped as a pile (side by side) or as a stack (overlapping) -- AvatarView: added support for displaying a avatar border in a specific color -- TableViewCellFileAccessoryView: added large content interaction support for accessory view items, changed objC name from TableViewCellFileAccessoryView to MSFTableViewCellFileAccessoryView, exposed initializer to objC
This commit is contained in:
Родитель
b370cc5fd7
Коммит
1b5eb941c7
|
@ -1,6 +1,6 @@
|
|||
Pod::Spec.new do |s|
|
||||
s.name = 'MicrosoftFluentUI'
|
||||
s.version = '0.1.7'
|
||||
s.version = '0.1.8'
|
||||
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.4</string>
|
||||
<string>1.2.5</string>
|
||||
<key>CFBundleURLTypes</key>
|
||||
<array>
|
||||
<dict>
|
||||
|
@ -26,7 +26,7 @@
|
|||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>71</string>
|
||||
<string>72</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>UILaunchStoryboardName</key>
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string></string>
|
||||
</dict>
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>FMWK</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>0.1.7</string>
|
||||
<string>0.1.8</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
Загрузка…
Ссылка в новой задаче