Releases: microsoft/fluentui-apple
Releases · microsoft/fluentui-apple
0.13.2
What's Changed
- [main_0.13] [cherry-pick] Lighten all dark segmented controls (#1585) by @mischreiber in #1586
- Bump version to 0.13.2 by @mischreiber in #1587
Full Changelog: 0.13.1...0.13.2
0.13.1
iOS
- Bug fix: make sure fluenttheme is respected during willMove(toWindow:) call
- Bug fix:Make sure communicationTextColor of TableViewCellTokenSet stays communiationblue.
Version 0.13.0
iOS
- All controls are updated to according to Fluent 2 Design Colors, spacing, typography, iconSizes etc.
- BottomSheet is tokenized by token system
- All control will be updated by Fluent theme in willMove:toWindow instead of didMove:toWindow
- Fluent cells and headerfooterview adapt for .insetGroupStyle of UITableView
- XCUITest improvements
- Demo app bug fixes
Version 0.12.1
Summary:
iOS:
- Avatar: Added support for templated images in Avatar activity
What's Changed
- [main_0.12] Cherry-picking: Avatar accessory image changed to be original rendering mode (#1554) by @sophialee0416 in #1556
- [main_0.12] Bumping FluentUI Apple Version (0.12.1) by @sophialee0416 in #1558
Full Changelog: 0.12.0...0.12.1
Version 0.12.0
Summary:
iOS:
- Avatar: Introduced new activity cutout
- PeoplePicker: Added new BadgeView with Avatar variant in demo page
General:
- XCUITests: Added test reruns to iOS tests
What's Changed
- Add BadgeView with Avatar to PeoplePicker demo page by @joannaquu in #1524
- [XCUITests] Add test reruns to iOS tests by @joannaquu in #1523
- Disabling testSelectionManagerEnd test in DatePicker by @sophialee0416 in #1526
- Adding Avatar activity badge by @sophialee0416 in #1502
- Bumping FluentUI version (0.12.0) by @sophialee0416 in #1536
Full Changelog: main_0.11...0.12.0
Version 0.11.1
Summary:
iOS:
- TableViewCell: Updating height and width calculations
What's Changed
- [main_0.11] Cherry-picking: Removing unreadDot from height and width methods (#1514) by @sophialee0416 in #1516
Full Changelog: 0.11.0...0.11.1
Version 0.11.0
Summary:
iOS:
- Badgefield: Fixed spacing bug
- TableViewCell: Added new unread dot; fixed accessibility bug on larger text mode
- Tooltip: Introduced Tokenized Tooltip; fixed .png filenames
General:
- Updating GitHub workflows to v3
- Introduced a Readme section for all controls in the demo app
- Launched XCUITests for all controls
- Added documentation to controls
What's Changed
- Update to checkout v3 by @huwilkes in #1459
- Adding unread dot view to TableViewCell by @sophialee0416 in #1446
- Merge tokenized Tooltip into main by @jeaniehuynh in #1434
- [XCUITests] Launch tests for all controls by @joannaquu in #1461
- Add documentation for Avatar by @joannaquu in #1469
- Add documentation for Button by @laminesm in #1471
- Fix png filenames in tooltip documentation by @joannaquu in #1473
- Update Date Picker test to start from
now
to fix test failure by @huwilkes in #1477 - Create a Readme section for demo app controls by @laminesm in #1268
- Change unavailable to available in Button.swift by @huwilkes in #1475
- ReadmeViewController improvements by @laminesm in #1479
- [XCUITests] Add macOS launch tests by @joannaquu in #1484
- Resolving label height clipping in larger text mode for TableViewCell by @sophialee0416 in #1485
- [XCUITests] Add iOS XCUITests to CI by @joannaquu in #1480
- Skip failing DatePicker test by @laminesm in #1495
- Fix BadgeField space bug by @joannaquu in #1497
- [XCUITests] Activity Indicator tests by @joannaquu in #1493
- [XCUITests] Indeterminate Progress Bar tests by @joannaquu in #1503
- [XCUITests] Table View Cell tests by @joannaquu in #1508
- Revert "[XCUITests] Table View Cell tests" by @joannaquu in #1511
- Bumping FluentUI version (0.11.0) by @sophialee0416 in #1512
Full Changelog: 0.10.2...0.11.0
Version 0.10.2
Summary:
iOS:
- TableViewCell: Fixed height clipping in labels when Larger Text mode is enabled
What's Changed
- [main_0.10] Cherry-picking #1485 by @sophialee0416 in #1487
- [main_0.10] Bumping FluentUI version (0.10.2) by @sophialee0416 in #1488
Full Changelog: 0.10.1...0.10.2
Version 0.10.1
iOS:
- Change #unavailable to #available to support building with Swift 5.5 (#1482)
Version 0.10.0
Fluent UI Apple version 0.10.0 brings updates to the following controls:
Avatar:
- Updated the color hash algorithm to match other systems and fix errors caused by overflow (#1424)
Button:
- Improved customizability through the Fluent token system (#1415)
Command Bar:
- Improved customizability through the Fluent token system (#1356)
Pill Button:
- Unread Dot is now announced by Voice Over (#1418)
Segmented Control:
- By changing from UIControl to UIView, we have made the Segmented Control keyboard accessible. This was a breaking change, though. (#1363)
- Improved customizability through the Fluent token system (#1363)
- Scrollable (#1363)
- Unread Dot is now announced by Voice Over (#1418)
0.10.0 also exposes Alias Tokens to Objective C. (#1452)