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:
rdeassis 2020-07-31 12:05:47 -07:00 коммит произвёл GitHub
Родитель 15eb4e8e7e
Коммит 57c83154d8
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 7 добавлений и 7 удалений

Просмотреть файл

@ -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>