Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fluent 0.7.1 release #1193

Merged
merged 5 commits into from
Aug 26, 2022
Merged

Conversation

harrieshin
Copy link
Contributor

@harrieshin harrieshin commented Aug 26, 2022

Platforms Impacted

  • iOS
  • macOS

Description of changes

release 0.7.1 with following changes for iOS
#1192 : fix CCB button title/image regresssion

Verification

launch iOS and macOS Fluent Demo app

Pull request checklist

This PR has considered:

  • Light and Dark appearances
  • iOS supported versions (all major versions greater than or equal current target deployment version)
  • VoiceOver and Keyboard Accessibility
  • Internationalization and Right to Left layouts
  • Different resolutions (1x, 2x, 3x)
  • Size classes and window sizes (iPhone vs iPad, notched devices, multitasking, different window sizes, etc)
  • iPad Pointer interaction
  • SwiftUI consumption (validation or new demo scenarios needed)
  • Objective-C exposure (provide it only if needed)
Microsoft Reviewers: Open in CodeFlow

@harrieshin harrieshin changed the title Hyshin/main 0.7.1 Fluent 0.7.1 release Aug 26, 2022
@harrieshin harrieshin changed the base branch from main to main_0.7 August 26, 2022 16:43
nodes11 and others added 5 commits August 26, 2022 10:07
…icrosoft#1175)

PROBLEM
There is a need for consumers of the CommandBar to be able to receive notifications about when scroll events occur.

WORK DONE
Implement a CommandBarDelegate which exposes a method, commandBarDidScroll(_ commandBar: CommandBar) that notifies the implementor that a scroll even occurred.

An evaluation of alternative approaches was explored. Alternatives include 1.) Utilizing NSNotification; 2.) Have the consumer use KVM to monitor for scroll events. Both of these seemed less than ideal so I went with this protocol approach.

VERIFICATION
- Verified static library compiles
- Updated the CommandBarDemoController with a switch to turn on animations when the CommandBarDelegate events occur. The animation simply changes the CommandBar background color to blue and then back to the original background color.
Expose resetScrollPosition API on CommandBar

Details: PR microsoft#1181
@harrieshin harrieshin marked this pull request as ready for review August 26, 2022 17:07
@harrieshin harrieshin requested review from a team as code owners August 26, 2022 17:07
@harrieshin harrieshin enabled auto-merge (squash) August 26, 2022 17:21
@harrieshin harrieshin merged commit c6fae19 into microsoft:main_0.7 Aug 26, 2022
@harrieshin harrieshin deleted the hyshin/main_0.7.1 branch August 26, 2022 17:48
sophialee0416 added a commit to sophialee0416/fluentui-apple that referenced this pull request Sep 9, 2022
sophialee0416 added a commit to sophialee0416/fluentui-apple that referenced this pull request Sep 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants