Release 1.1.89
This commit is contained in:
Родитель
169ac216de
Коммит
df35a16f54
|
@ -21,7 +21,7 @@ repositories {
|
|||
```
|
||||
Include the following dependency in your project's `build.gradle`
|
||||
```groovy
|
||||
implementation 'com.microsoft.design:fluent-system-icons:1.1.88'
|
||||
implementation 'com.microsoft.design:fluent-system-icons:1.1.89'
|
||||
```
|
||||
|
||||
For library docs, see [android/README.md](android/README.md).
|
||||
|
@ -32,13 +32,13 @@ For library docs, see [android/README.md](android/README.md).
|
|||
```ruby
|
||||
use_frameworks!
|
||||
|
||||
pod "FluentIcons", "1.1.88"
|
||||
pod "FluentIcons", "1.1.89"
|
||||
```
|
||||
|
||||
#### Carthage
|
||||
|
||||
```bash
|
||||
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.88"
|
||||
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.89"
|
||||
```
|
||||
|
||||
For library docs, see [ios/README.md](ios/README.md).
|
||||
|
@ -50,7 +50,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
|
|||
```yaml
|
||||
dependencies:
|
||||
...
|
||||
fluentui_system_icons: "1.1.88"
|
||||
fluentui_system_icons: "1.1.89"
|
||||
```
|
||||
|
||||
For library docs, see [flutter/README.md](flutter/README.md)
|
||||
|
|
|
@ -113,7 +113,7 @@
|
|||
}
|
||||
],
|
||||
"iconType": "Svg",
|
||||
"lastUpdated": "2020-12-03T22:35Z",
|
||||
"lastUpdated": "2020-12-04T23:06Z",
|
||||
"libraryInfoKey": "3821b375b",
|
||||
"libraryName": "Fluent System Library",
|
||||
"libraryProperties": {
|
||||
|
@ -129,5 +129,5 @@
|
|||
"metadata-1-sorting" : "ByWeight",
|
||||
"requestIconUrl": "https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbR18J4l1dADVOphobsZW8ExlUNVZTMFpJNVk4SURPWVNDSlZDNFFSWks5VS4u"
|
||||
},
|
||||
"libraryVersion": "1.1.88"
|
||||
"libraryVersion": "1.1.89"
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
## [1.1.88] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
|
||||
## [1.1.89] - Complete change log present here https://github.com/microsoft/fluentui-system-icons/tags
|
Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Filled.ttf
Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Filled.ttf
Двоичный файл не отображается.
Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Regular.ttf
Двоичные данные
flutter/lib/fonts/FluentSystemIcons-Regular.ttf
Двоичный файл не отображается.
|
@ -1,6 +1,6 @@
|
|||
name: fluentui_system_icons
|
||||
description: Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
|
||||
version: 1.1.88
|
||||
version: 1.1.89
|
||||
homepage: https://github.com/microsoft/fluentui-system-icons/tree/master
|
||||
|
||||
environment:
|
||||
|
|
Двоичные данные
fonts/FluentSystemIcons-Filled.ttf
Двоичные данные
fonts/FluentSystemIcons-Filled.ttf
Двоичный файл не отображается.
Двоичные данные
fonts/FluentSystemIcons-Regular.ttf
Двоичные данные
fonts/FluentSystemIcons-Regular.ttf
Двоичный файл не отображается.
|
@ -8,7 +8,7 @@
|
|||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'FluentIcons'
|
||||
s.version = '1.1.88'
|
||||
s.version = '1.1.89'
|
||||
s.summary = 'FluentIcons'
|
||||
|
||||
s.description = <<-DESC
|
||||
|
|
|
@ -13,7 +13,7 @@ import Foundation
|
|||
/// View the full list of icons here:
|
||||
/// https://github.com/microsoft/fluentui-system-icons/blob/master/icons.md
|
||||
///
|
||||
@objc public enum FluentIcon: Int {
|
||||
@objc public enum FluentIcon: Int, Equatable, CaseIterable {
|
||||
case accessTime24Filled = 0
|
||||
case accessTime24Regular
|
||||
case accessibility16Filled
|
||||
|
|
|
@ -6,13 +6,13 @@
|
|||
|
||||
```ruby
|
||||
use_frameworks!
|
||||
pod "FluentIcons", "1.1.88"
|
||||
pod "FluentIcons", "1.1.89"
|
||||
```
|
||||
|
||||
### Carthage
|
||||
|
||||
```bash
|
||||
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.88"
|
||||
git "git@github.com:microsoft/fluentui-system-icons.git" "1.1.89"
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
|
Загрузка…
Ссылка в новой задаче