Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@mischreiber mischreiber released this 11 May 23:34
· 861 commits to main since this release
ef2b1b5

What’s New:

This release brings some significant changes to how Fluent 2 (formerly Fluent vNext) controls are customized on iOS.

iOS:

  • Design Tokens: This release updates how design styling/tokens are stored and set on Fluent 2 controls. For more information, see the following PRs:
    • Pull Request #974 · Merge main-tokens into main
    • Pull Request #950 · Merging vnext-tokens into main-tokens
  • SwiftUI Interop: SwiftUI-based Fluent 2 controls now leverage a new ControlHostingView container that simplifies the process of hosting Fluent controls in a UIKit view hierarchy. In particular, these controls no longer have a view property, but are in fact UIView subclasses themselves. See the following PRs:
    • Pull Request #949 · Make SwiftUI control host be a UIView subclass, part 1
    • Pull Request #957 · Make SwiftUI control host be a UIView subclass, part 2