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

[fluent2-tokens] Merging main -> fluent2-tokens branch #1416

Merged
merged 22 commits into from
Dec 1, 2022

Commits on Nov 12, 2022

  1. Drop support for iOS 14 and remove availability checks (microsoft#1357)

    * Update FluentUI project
    
    * Update FluentUI xcconfig
    
    * Update FluentUI.Demo project
    
    * Update MicrosoftFluentUI.podspec
    
    * Clean up Button
    
    * Clean up CommandBarButton
    
    * Clean up CommandBarButtonGroupView
    
    * Clean up LargeContentViewerModifier
    
    * Clean up Drawer
    
    * Clean up NavigationBar
    
    * Clean up BadgeLabelButton
    
    * Clean up PillButton
    
    * Clean up PillButtonBar
    
    * Clean up SegmentedPillButton
    
    * Clean up SideTabBar
    
    * Clean up TabBarView
    
    * Clean up PillButton v2
    
    * Clean up PillButton v3
    
    * Revert "Update FluentUI project"
    
    This reverts commit 1c97631.
    
    * Update README.md
    
    * Update Package.swift
    huwilkes committed Nov 12, 2022
    Configuration menu
    Copy the full SHA
    4fad398 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Make ShimmerLinesView inherit ShimmerView init (microsoft#1362)

    * Make ShimmerLinesView inherit ShimmerView init
    
    * move shimmer to fluent2 and add new api to demo
    jeaniehuynh committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e0b09a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Bring fluent2-tokens Segmented Control to main (microsoft#1363)

    * Bring in fluent2-token control
    
    * Add token set to project
    
    * Update dependent controls
    
    * Add colored background for demo
    
    * Update demos
    
    * Update demo order
    
    * Fix whitespace error
    huwilkes committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    42700d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    595c7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f385a View commit details
    Browse the repository at this point in the history
  4. Fix PersonaListViewDemoController navigation bar transparency bug (mi…

    …crosoft#1372)
    
    * Change from DemoController to UIViewController
    
    * Revert "Change from DemoController to UIViewController"
    
    This reverts commit 3b3aeb0.
    
    * Fix bug
    laminesm committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    7b969ee View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. Configuration menu
    Copy the full SHA
    4d8816c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b61434f View commit details
    Browse the repository at this point in the history
  3. Implement the Unread Dot for TabBar and SideTabBar (microsoft#1349)

    * Implementing the unread dot on TabBarView
    
    * Better naming for variables and events
    
    * Updating SideTabBar demo to show the unread dot
    
    * Pr feedback - reorganizing, renaming, better documentation
    
    * Updating variable names and locations to follow guidance
    
    * Added accessibility string for unread dot
    
    * Switching to using a badge label for the unread dot
    
    * Cleaning up commented out code
    
    * Simplifying logic, using a single view for both the badge and the unreadDot
    
    * PR cleanup
    edjamesmsft committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b72f51e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    242ba39 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Revert "Drop support for iOS 14 and remove availability checks (micro…

    …soft#1357)" (microsoft#1383)
    
    * Revert "Drop support for iOS 14 and remove availability checks (microsoft#1357)"
    
    This reverts commit 4fad398.
    
    * Fix whitespace error
    huwilkes committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3222188 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    c92abb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Latest localized resource files from Touchdown Build (microsoft#1388)

    Co-authored-by: edjamesmsft <edjamesmsft@users.noreply.github.com>
    Co-authored-by: Harrie Shin <hyshin@microsoft.com>
    3 people committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    c710b95 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    e6f220c View commit details
    Browse the repository at this point in the history
  2. Latest localized resource files from Touchdown Build (microsoft#1391)

    Co-authored-by: markavitale <markavitale@users.noreply.github.com>
    Co-authored-by: Harrie Shin <hyshin@microsoft.com>
    3 people committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    f4e3435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d1da2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d211055 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Latest localized resource files from Touchdown Build (microsoft#1400)

    Co-authored-by: markavitale <markavitale@users.noreply.github.com>
    github-actions[bot] and markavitale committed Nov 24, 2022
    Configuration menu
    Copy the full SHA
    6dac60b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Latest localized resource files from Touchdown Build (microsoft#1401)

    Co-authored-by: markavitale <markavitale@users.noreply.github.com>
    github-actions[bot] and markavitale committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    ae56f02 View commit details
    Browse the repository at this point in the history
  2. Fix PopupMenuItemCell's token sink to not overwrite custom colors (mi…

    …crosoft#1398)
    
    * Change TVC updateAppearance to internal
    
    * Fix PopupMenu token sink
    huwilkes committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    2e5cff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Fix Segmented Control unread dot for icons (microsoft#1408)

    * Fix unread dot anchor logic
    
    * Update demo to have an unread icon
    huwilkes committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5c1f841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9148797 View commit details
    Browse the repository at this point in the history