Граф коммитов

327 Коммитов

Автор SHA1 Сообщение Дата
Fluent Build System 640ef27b9c Release 1.1.81 2020-11-06 19:06:40 +00:00
Will Hou 42f21d9a4a
Fix version in pubspec.yaml (#123) 2020-11-06 14:03:40 -05:00
Fluent Build System fc758ebda2 Release 1.1.80 2020-11-06 18:38:31 +00:00
Akashdeep Singh a4bde882a0
update regex to include version inside the replacement flag (#122)
Co-authored-by: akas <akas@microsoft.com>
2020-11-06 10:35:05 -08:00
Fluent Build System 5d52e202fd Release 1.1.79 2020-11-06 18:29:26 +00:00
Jason Custer fd1e0f5805 Updated Shapes & Naming for Video Background Effect 2020-11-06 10:26:00 -08:00
Fluent Build System 49d70a6125 Release 1.1.78 2020-11-06 18:24:10 +00:00
Akashdeep Singh 2c5ad15582
Fix inccorect version mapping on publish.yml (#121)
* fix inccorect version mapping

* Fix version update

* migrate the version to publish.yml

Co-authored-by: akas <akas@microsoft.com>
2020-11-06 10:20:37 -08:00
Fluent Build System 0c28b13e59 Release 1.1.77 2020-11-06 16:54:39 +00:00
Jaime Blasco 3a693b4753
SDK should refer to dart version (#116)
The environment version is wrong:

This should reflect the versions of dart that are allowed to use this package. Now 1.1.76 could not be used in any version of flutter. (Notice this version has not been published in pub.dev yet). 

This `sdk: ">=2.7.0 <3.0.0"` value is used now by default when creating any project with `flutter create .`


Versions used from popular packages: 
Bloc:
```yaml
environment:
  sdk: ">=2.6.0 <3.0.0"
```
Provider:
```yaml
environment:
  sdk: '>=2.7.0 <3.0.0'
  flutter: '>= 1.16.0'
```
2020-11-06 08:50:26 -08:00
Fluent Build System bdc9a9e00b Release 1.1.76 2020-11-05 20:00:53 +00:00
Will Hou 7677116605
Output font css and html files (#115) 2020-11-05 14:56:37 -05:00
Fluent Build System 7db0df270f Release 1.1.75 2020-11-04 20:10:26 +00:00
v-brjo ffd65e954b
Update _manifest to changed download type from Png to Pdf. (#112) 2020-11-04 12:06:46 -08:00
Fluent Build System 82064a6eea Release 1.1.74 2020-10-30 18:57:33 +00:00
Jason Custer 5b045e8a1a
Teams icon merge (#110)
Renamed icons
ic_fluent_assignments → ic_fluent_backpack
ic_fluent_channel_follow → ic_fluent_channel_arrow_left
ic_fluent_channel_unfollow → ic_fluent_channel_dismiss
ic_fluent_channel_notifications → ic_fluent_channel_alert
ic_fluent_comment_resolve → ic_fluent_comment_checkmark
ic_fluent_gallery → ic_fluent_table_simple

Added icons
Backpack / 12, 16, 20, 24, 28, 48 / Filled & Regular
Call Blocked / 16, 20, 24, 28, 48 / Filled & Regular
Call Forward / 16, 20, 28, 48 / Filled & Regular
Call Inbound / 20, 28, 48 / Filled & Regular
Call Missed / 28, 48 / Filled & Regular
Call Outbound / 20, 28, 48 / Filled & Regular
Call Park / 16, 20, 28, 48 / Filled & Regular
Channel / 28, 48 / Filled & Regular
Channel Add / 16, 20, 28, 48 / Filled & Regular
Channel Alert / 16, 20, 24, 28, 48 / Filled & Regular
Channel Arrow Left / 20, 24, 28, 48 / Filled & Regular
Channel Dismiss / 16, 20, 24, 28, 48 / Filled & Regular
Closed Caption / 16, 20, 28, 48 / Filled & Regular
Comment / 12 / Filled & Regular
Comment Add / 12, 16, 20, 28, 48 / Filled & Regular
Comment Arrow Left / 12, 16, 20, 28, 48 / Filled & Regular
Comment Arrow Right / 12, 16, 20, 28, 48 / Filled & Regular
Comment Checkmark / 12, 16, 20, 24, 28, 48 / Filled & Regular
Contact Card Group / 16, 20, 28, 48 / Filled & Regular
Dock Left / 28, 48 / Filled & Regular
Dock Right / 16, 20, 24, 28, 48 / Filled & Regular
Glasses / 16, 20, 28, 48 / Filled & Regular
Glasses Off / 16, 20, 28, 48 / Filled & Regular
Headset / 16, 20, 48 / Filled & Regular
Share Stop / 16, 20, 48 / Filled & Regular
Slide Text / 16, 20, 28, 48 / Filled & Regular
TV / 16, 24, 28, 48 / Filled & Regular
Table / 16, 28, 48 / Filled & Regular
Table Simple / 16, 20, 24, 28, 48 / Filled & Regular
Vehicle Car / 28, 48 / Filled & Regular

Updated Shapes
Arrow Clockwise / 20 / Filled & Regular
Arrow Counterclockwise / 20 / Filled & Regular
Magic Wand / 16, 20, 24, 28, 48 / Filled & Regular
2020-10-30 11:54:16 -07:00
Fluent Build System 491d7d1c9c Release 1.1.73 2020-10-29 18:46:54 +00:00
spencer-nelson 3152555836
Updated IconCloud manifest with display metadata and keyword injection mechanism. (#109)
* Create _manifest.json

Added IconCloud specific build configuration file.  This file is likely transitory in its current form and should not be generally utiliized.

* Updated manifest for keywords and display data.

* Changed visual metadata properties.

* Moved IconCloud specific files into its own folder.

* Updated library version and last updated to match.

* Updated the publish.yml file with the new IconCloud manifest location.

Co-authored-by: Bruce A. Jones <v-brjo@microsoft.com>
Co-authored-by: v-brjo <70731421+v-brjo@users.noreply.github.com>
2020-10-29 11:43:21 -07:00
Fluent Build System 1d0a76ae67 Release 1.1.72 2020-10-23 22:32:35 +00:00
spencer-nelson 2b9067bd2c
Move a few icons out of assets/assets to fix the directory structure (#105) 2020-10-23 14:51:02 -07:00
Jason Custer 76e054da16
Sprint Merge (#104)
Renamed icons
ic_fluent_arrow_curve_left → ic_fluent_arrow_hook_down_left
ic_fluent_arrow_curve_right → ic_fluent_arrow_hook_down_right
ic_fluent_hand_raise → ic_fluent_hand_left
ic_fluent_ic_fluent_remove → ic_fluent_minimize
remove_recent → ic_fluent_clock_dismiss
ic_fluent_shifts_24h → ic_fluent_shifts_day
ic_fluent_sports → ic_fluent_sport

Added icons
Apps List / 20 / Filled & Regular
Arrow Counterclockwise / 28 / Filled & Regular
Arrow Down / 12 / Filled & Regular
Arrow Hook Up Left / 16, 20, 24, 28 / Filled & Regular
Arrow Hook Up Right / 16, 20, 24, 28 / Filled & Regular
Arrow Left / 20 / Regular
Arrow Right / 20 / Regular
Blur / 16, 20, 24, 28 / Filled & Regular
Calendar Person / 24 / Filled & Regular
Channel Arrow Left / 16 / Filled & Regular
Checkmark / 16 / Filled & Regular
Clock Dismiss / 24 / Filled & Regular
Data Usage / 20 / Filled & Regular
Dismiss Circle / 28 / Filled & Regular
Document Page Break / 20 / Filled & Regular
F-Stop / 16, 20, 24, 28 / Filled & Regular
Hand Left / 24, 28 / Filled & Regular
Hand Right / 20 / Filled & Regular
Info Shield / 20 / Filled & Regular
Key Multiple / 20 / Filled & Regular
Line Horizontal 5 Error / 20 / Filled & Regular
Location / 20 / Filled & Regular
Maximize / 20, 24, 28, 48 / Filled & Regular
Mic Off / 20, 48 / Filled & Regular
Minimize / 28, 48 / Filled & Regular
Open / 28, 48 / Filled & Regular
Open Folder / 16, 20, 28, 48 / Filled & Regular
Open Off / 16, 20, 24, 28, 48 / Filled & Regular
People Swap / 16, 20, 24, 28 / Filled & Regular
Phone / 16 / Filled & Regular
Poll / 20 / Filled & Regular
QR Code / 20 / Filled & Regular
Remove / 12, 16, 20, 24 / Filled & Regular
Ribbon Star / 20 / Filled & Regular
Search Shield / 20 / Filled & Regular
Shield Dismiss Shield / 20 / Filled & Regular
Sign Out / 20, 24 / Filled & Regular
Sport American Football / 24 / Filled & Regular
Sport Baseball / 24 / Filled & Regular
Sport Basketball / 24 / Filled & Regular
Sport Hockey / 24 / Filled & Regular
Tab Desktop Arrow Left / 20 / Filled & Regular
Tasks App / 20 / Filled & Regular
Timer / 16, 20 / Filled & Regular
Toggle Left / 16, 20, 24, 28, 48 / Filled & Regular
Toggle Right / 28, 48 / Filled & Regular
Weather Moon / 16, 20, 24, 28, 48 / Filled & Regular

Updated Shapes
Arrow Left / 20 / Regular
Arrow Right / 20 / Regular
Location / 20 / Filled & Regular
Mic On / 48 / Filled & Regular
Sign Out / 24 / Filled & Regular
Weather Moon Off / 16, 20, 24, 28, 48 / Filled & Regular
2020-10-23 14:25:00 -07:00
Fluent Build System edf8d4a02b Release 1.1.71 2020-10-19 17:31:05 +00:00
spencer-nelson c5c1659c28
Ignore directories with '-' to bypass the localization for now. This will need a proper fix when we have the platform libraries supporting localized icons (#102) 2020-10-19 10:27:20 -07:00
Fluent Build System c6a46d40e4 Release 1.1.70 2020-10-19 17:02:31 +00:00
spencer-nelson e5f4141168
Update yargs/replace usage to fix the security warning on yargs-parser (#100) 2020-10-19 09:58:32 -07:00
Fluent Build System 943c1c697e Release 1.1.69 2020-10-09 21:05:19 +00:00
Jason Custer 54a1bba7ac
Jacust/2020 10 09 sprint merge (#98)
Renamed icons
ic_fluent_activity → ic_fluent_pulse
ic_fluent_erase → ic_fluent_eraser
ic_fluent_owner → ic_fluent_ribbon
ic_fluent_recommended → ic_fluent_ribbon_star
ic_fluent_subway → ic_fluent_vehicle_subway

Added icons

Balloon / 16 / Filled & Regular
Bed / 16 / Filled & Regular
Border All / 24 / Filled & Regular
Border Bottom / 24 / Filled & Regular
Border Bottom Double / 24 / Filled & Regular
Border Bottom Thick / 24 / Filled & Regular
Border Left / 24 / Filled & Regular
Border None / 24 / Filled & Regular
Border Outside / 24 / Filled & Regular
Border Outside Thick / 24 / Filled & Regular
Border Right / 24 / Filled & Regular
Border Top / 24 / Filled & Regular
Border Top Bottom / 24 / Filled & Regular
Border Top Bottom Double / 24 / Filled & Regular
Border Top Bottom Thick / 24 / Filled & Regular
Briefcase / 12 / Filled & Regular
Cart / 16 / Filled & Regular
Chat / 16 / Filled & Regular
Chevron Right Circle / 24 / Filled & Regular
Copy Select / 20 / Filled & Regular
Crop / 20 / Filled & Regular
Decimal Arrow Left / 24 / Filled & Regular
Decimal Arrow Right / 24 / Filled & Regular
Dentist / 12, 16, 20, 28, 48 / Filled & Regular
Doctor / 12, 16, 20, 28, 48 / Filled & Regular
Document Landscape Data / 24 / Filled & Regular
Document Landscape Split / 20 / Filled & Regular
Document Landscape Split Hint / 20 / Filled & Regular
Drink Beer / 16, 20 / Filled & Regular
Drink Coffee / 16 / Filled & Regular
Drink Margarita / 16, 20 / Filled & Regular
Drink Wine / 16, 20 / Filled & Regular
Emoji Add / 16 / Filled & Regular
Eraser / 20, 24 / Filled & Regular
Eraser Medium / 24 / Filled & Regular
Eraser Segment / 24 / Filled & Regular
Eraser Small / 24 / Filled & Regular
Eye Tracking / 16 / Filled & Regular
Eye Tracking Off / 16 / Filled & Regular
Food Egg / 16, 20 / Filled & Regular
Globe / 16 / Filled & Regular
HD / 16, 20, 24 / Filled & Regular
Hat Graduation / 16, 24 / Filled & Regular
Home / 16 / Filled & Regular
Mail / 16 / Filled & Regular
Movies and TV / 16, 20 / Filled & Regular
Music Notes / 16 / Filled & Regular
Navigation Unread / 24 / Filled & Regular
Number Symbol Dismiss / 24 / Filled & Regular
Payment / 16, 20 / Filled & Regular
Pulse / 24 / Filled & Regular
Ribbon / 24 / Filled & Regular
Ribbon Star / 24 / Filled & Regular
Run / 16, 20 / Filled & Regular
Tent / 12, 16, 20, 28, 48 / Filled & Regular
Text Wrap Behind / 20, 24 / Filled & Regular
Text Wrap Front / 20, 24 / Filled & Regular
Text Wrap Line / 20, 24 / Filled & Regular
Text Wrap Square / 20, 24 / Filled & Regular
Text Wrap Through / 20, 24 / Filled & Regular
Text Wrap Tight / 20, 24 / Filled & Regular
Text Wrap Top Bottom / 20, 24 / Filled & Regular
Toast / 16, 20 / Filled & Regular
Vehicle Bicycle / 16, 20 / Filled & Regular
Vehicle Bus / 16, 20 / Filled & Regular
Vehicle Ship / 16 / Filled & Regular
Vehicle Subway / 16, 20, 24 / Filled & Regular
Vehicle Truck / 16, 20 / Filled & Regular
Wrench / 16, 20 / Filled & Regular

Updated Shapes
Important / 24 / Filled & Regular
Translate / 16, 20, 24 / Filled & Regular
Vehicle Subway / 20 / Filled & Regular

Locale Variations Added
Text Bold
Text Italic
Text Underline
2020-10-09 14:02:09 -07:00
Fluent Build System 1832ea2036 Release 1.1.68 2020-10-09 19:38:40 +00:00
Nick Romano ddc0d95ab1
Add CaseIterable to allow clients to enumerate the list of icons (#97) 2020-10-09 12:35:08 -07:00
Fluent Build System 46e2a9641c Release 1.1.67 2020-10-07 19:04:55 +00:00
Nick Romano 8981bba508
Remove all cases option to improve compile time (#96) 2020-10-07 12:01:44 -07:00
Fluent Build System f17ca26b31 Release 1.1.66 2020-10-06 20:09:20 +00:00
Jason Custer fac71e1c75
Small mid-sprint addition (#95)
Renamed icons
ic_fluent_music -> ic_fluent_music_notes

Added icons
Emoji Hand / 24, 28 / Filled & Regular
Mic Prohibited / 24 / Filled & Regular
Music Notes / 24 / Filled & Regular
Speaker USB / 24, 28 / Filled & Regular

Shape updates
Alert Snooze / 20, 24 / Filled & Regular
Image Library / 24 / Filled & Regular
Music Note / 20, 24 / Filled & Regular
Pause / 24 / Filled & Regular
Play / 24 / Filled & Regular
2020-10-06 13:05:57 -07:00
Fluent Build System 5c929f2819 Release 1.1.65 2020-09-29 16:48:53 +00:00
Simon Uhrmann 89a4033d36
Update README.md (#93)
Fix 404-link to example on https://pub.dev/packages/fluentui_system_icons with absolute link
2020-09-29 09:45:40 -07:00
Fluent Build System 0b41264e4d Release 1.1.64 2020-09-25 22:48:30 +00:00
Jason Custer d9f4a66e5a
Removing extraneous icon - Document New. (#92)
Removing extraneous icon - Document New
2020-09-25 15:45:04 -07:00
Fluent Build System 1db6a7b2cb Release 1.1.63 2020-09-25 22:22:37 +00:00
spencer-nelson 9b4c9007b5
Add a couple of steps to automatically update the manifest file on publish (#91) 2020-09-25 15:19:35 -07:00
Fluent Build System f89715b120 Release 1.1.62 2020-09-25 20:04:21 +00:00
Jason Custer c44fc987c7
Sprint merge (Sept 14th - 25th) (#90)
Renamed icons
ic_fluent_attach_forward → ic_fluent_attach_arrow_right
ic_fluent_attach_with_text → ic_fluent_attach
ic_fluent_book_formula_compatibility → ic_fluent_book_exclamation_mark
ic_fluent_book_formula_database → ic_fluent_book_database
ic_fluent_book_formula_date → ic_fluent_book_clock
ic_fluent_book_formula_engineering → ic_fluent_book_compass
ic_fluent_book_formula_financial → ic_fluent_book_coins
ic_fluent_book_formula_information → ic_fluent_book_information
ic_fluent_book_formula_logical → ic_fluent_book_question_mark
ic_fluent_book_formula_lookup → ic_fluent_book_search
ic_fluent_book_formula_math → ic_fluent_book_theta
ic_fluent_book_formula_recent → ic_fluent_book_star
ic_fluent_book_formula_text → ic_fluent_book_letter
ic_fluent_book_formula → ic_fluent_book_pulse
ic_fluent_dictionary add → ic_fluent_book_add
ic_fluent_dictionary → ic_fluent_book
ic_fluent_inspect → ic_fluent_cursor_hover
ic_fluent_pen_settings → ic_fluent_edit_settings
ic_fluent_person_block → ic_fluent_person_prohibited
ic_fluent_proofread language → ic_fluent_book_open_globe
ic_fluent_reading_mode → ic_fluent_book_open
ic_fluent_team_add → ic_fluent_people_team_add
ic_fluent_team_delete → ic_fluent_people_team_dismiss

Added icons
Arrow Export RTL / 20 / Regular & Filled
Briefcase Add / 24, 32 / Regular & Filled
Building Government / 24, 32 / Regular & Filled
Camera Edit / 20 / Regular & Filled
Cloud Download / 48, 32 / Regular & Filled
Color Background Accent / 24, 20 / Regular
Color Fill Accent / 24, 20 / Regular
Color Line Accent / 24, 20, 16 / Regular
Comment / 48, 28 / Filled & Regular
Comment Edit / 20, 24 / Regular & Filled
Comment Off / 48, 28, 24, 20, 16 / Filled & Regular
Cursor Hover / 16, 28, 32, 20, 24 / Regular & Filled
Cursor Hover Off / 48, 16, 24, 20, 28 / Filled & Regular
Document / 48, 16 / Filled & Regular
Document Add / 48, 16, 28, 24, 20 / Filled & Regular
Document Arrow Left / 48, 16, 28, 24, 20 / Filled & Regular
Edit / 32 / Regular & Filled
Edit Off / 24, 16 / Regular & Filled
Eye Tracking Off / 24, 20 / Regular & Filled
Fingerprint / 48 / Filled & Regular
Fluent / 32, 48 / Regular & Filled
Gavel / 24, 32 / Regular & Filled
Hand Raise / 28 / Regular & Filled
Heart Pulse / 24, 32 / Regular & Filled
Home / 32, 48 / Regular & Filled
Inspect / 48 / Filled & Regular
Link Square / 12 / Filled & Regular
Location / 48 / Filled & Regular
Location Off / 48, 28, 24, 20, 16 / Filled & Regular
Lottery / 24 / Regular & Filled
Person Mail / 48, 28, 24, 20, 16 / Regular & Filled
Real Estate / 24 / Regular & Filled
Scales / 24, 32 / Regular & Filled
Shield Keyhole / 20 / Regular & Filled
Sidebar Search LTR / 20 / Filled & Regular
Sidebar Search RTL / 20 / Filled & Regular
Speaker / 48 / Filled & Regular
Speaker 0 / 48, 16, 20, 28 / Filled & Regular
Speaker 1 / 48, 16, 20, 28 / Filled & Regular
Speaker Bluetooth / 28 / Regular & Filled
Speaker None / 48, 16 / Filled & Regular
Speaker Off / 48, 16, 20 / Filled & Regular
Text Color Accent / 24, 20, 16 / Regular

Updated Shapes
Bluetooth / 24, 20, 28 / Regular & Filled
Bluetooth Connected / 24 / Regular & Filled
Bluetooth Disabled / 24 / Regular & Filled
Bluetooth Searching / 24 / Regular & Filled
Building Bank / 24, 20, 16 / Regular & Filled
Document Edit / 20, 16, 24 / Regular & Filled
Payment / 24, 28 / Regular & Filled
Sync Off / 16 / Filled & Regular
2020-09-25 13:01:14 -07:00
Fluent Build System 9ce128f367 Release 1.1.61 2020-09-24 22:07:40 +00:00
Nick Romano fd39875a13
iOS: Update project for Xcode 12 (#89) 2020-09-24 15:04:48 -07:00
Fluent Build System d5fd9d12e2 Release 1.1.60 2020-09-21 16:33:20 +00:00
Yoshi Askharoun 46f6d922a8
Deleted misplaced Calendar Checkmark folder (#87) 2020-09-21 09:30:31 -07:00
Fluent Build System 2c1198df45 Release 1.1.59 2020-09-18 19:00:28 +00:00
Jason Custer 750a8bc5b4
Mini merge for Outlook and Teams icons. (#86)
Renamed icons
ic_fluent_bug_report → ic_fluent_bug

Added icons

Arrow Down Left / 16 / Regular & Filled
Arrow Up Right / 16 / Regular & Filled
Bug / 20, 16, 24 / Regular & Filled
Calendar Cancel / 16 / Regular & Filled
Calendar Clock / 16 / Regular & Filled
Calendar Question Mark / 20, 24, 16 / Regular & Filled



Updated Shapes
Calendar Checkmark / 16, 20, 24 / Regular & Filled
Calendar Sync / 16 / Regular & Filled
2020-09-18 11:57:44 -07:00
Fluent Build System b41b0bf1bc Release 1.1.58 2020-09-18 16:05:38 +00:00
Will Hou 24680a6ec6
Fix pubspec replace version command (#85) 2020-09-18 11:08:38 -04:00
Akashdeep Singh 1fb0cc1842
Add Flutter support to the FluentIcons library (#66) 2020-09-17 11:55:52 -04:00