Skip to content

Releases: microsoft/fluentui-apple

0.13.2

17 Feb 04:53
5e1a981
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.13.1...0.13.2

0.13.1

16 Feb 21:37
cd86b0a
Compare
Choose a tag to compare

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

14 Feb 23:59
135df9c
Compare
Choose a tag to compare

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

07 Feb 21:47
d62b63d
Compare
Choose a tag to compare

Summary:

iOS:

  • Avatar: Added support for templated images in Avatar activity

What's Changed

Full Changelog: 0.12.0...0.12.1

Version 0.12.0

31 Jan 23:45
17fc34a
Compare
Choose a tag to compare

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

Full Changelog: main_0.11...0.12.0

Version 0.11.1

26 Jan 00:06
fb25fd1
Compare
Choose a tag to compare

Summary:

iOS:

  • TableViewCell: Updating height and width calculations

What's Changed

Full Changelog: 0.11.0...0.11.1

Version 0.11.0

25 Jan 07:16
d4be314
Compare
Choose a tag to compare

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

Full Changelog: 0.10.2...0.11.0

Version 0.10.2

11 Jan 23:12
2e61cdb
Compare
Choose a tag to compare

Summary:

iOS:

  • TableViewCell: Fixed height clipping in labels when Larger Text mode is enabled

What's Changed

Full Changelog: 0.10.1...0.10.2

Version 0.10.1

05 Jan 00:19
a086359
Compare
Choose a tag to compare

iOS:

  • Change #unavailable to #available to support building with Swift 5.5 (#1482)

Version 0.10.0

03 Jan 19:23
dc8f327
Compare
Choose a tag to compare

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)