Releases: microsoft/fluentui-apple
Releases · microsoft/fluentui-apple
0.31.0
What's Changed
- [iOS] Add
sourceItem
as the anchor option to Drawer for the popover presenting style by @ForeverQ in #2084 - Properly deprecate
UITextItemInteraction
for iOS 17 by @mischreiber in #2086 - Handle deprecated API in DatePickerController by @mischreiber in #2089
- [iOS][macOS] Remove iOS Xcode Project by @mischreiber in #2082
- [iOS][macOS] Rework top-level file management by @mischreiber in #2090
- Change max allowed tabs from 5 to 6 in TabBarView by @laminesm in #2092
- Fix links by @joannaquu in #2091
- Fixing swiftlint for new folder config by @mischreiber in #2093
- Cleanup code by @joannaquu in #2095
- [iOS] Updating
Version.plist
keys to match other plists by @mischreiber in #2096 - Fix SPM support for visionOS by @thomasjross in #2098
- Bump version to 0.31.0 by @mischreiber in #2097
New Contributors
- @thomasjross made their first contribution in #2098
Full Changelog: 0.30.0...0.31.0
0.30.0
What's Changed
- Fix ListItem padding bug on visionOS by @joannaquu in #2049
- Extend ListItem to support overrideTokens by @joannaquu in #2047
- Add a willMove method to bottom sheet delegate by @cbowdoin in #2052
- Fix Xcode crash by not creating gigantic views by @lcapkovic in #2056
- Switch to using Toggle in ActivityIndicatorDemoController by @mischreiber in #2055
- use ios 17 api to improve BooleanCell voiceover hint by @harrieshin in #2057
- Various a11y fixes for SearchBar and BadgeView by @lcapkovic in #2054
- Add accessibility for MultilineCommandBarDemo by @mischreiber in #2058
- Adjust the method for UITableViewCell separator hiding to prevent hangs by @lcapkovic in #2068
- Ensure TableViewHeaderFooterView has a themed default text color and font style by @nodes11 in #2076
- Create a SwiftUI demo app, and consume Fluent via Swift Package by @mischreiber in #2075
- Tell BottomSheet delegate when user starts to pan the sheet by @cbowdoin in #2077
- Fix bottom commanding bug where dimming view is still accessible when collapsed by @joannaquu in #2072
- Fix anchor and index path of ObjC popup demo by @mischreiber in #2078
- Add disabled trait to tab bar item view by @joannaquu in #2079
- New Avatar API:
hasBackgroundOutline
by @mischreiber in #2081 - Add wide accessory view to ShyHeaderView by @huanluu in #2080
- add objc initialization support for dynamic color by @harrieshin in #2083
- update to 0.30.0 fluent version by @harrieshin in #2085
New Contributors
Full Changelog: 0.29.0...0.30.0
0.29.2
What's Changed
- [main_0.29] Cherry-pick: New method for separator hiding (#2068) by @sophialee0416 in #2070
- [main_0.29] Bumping version to 0.29.2 by @sophialee0416 in #2071
Full Changelog: 0.29.1...0.29.2
0.28.2
What's Changed
- [main_0.28] Cherry-pick separator changes from TableViewCell by @sophialee0416 in #2073
- [main_0.28] Bump version to 0.28.2 by @sophialee0416 in #2074
Full Changelog: 0.28.1...0.28.2
0.29.1
0.28.1
What's Changed
- [main_0.28] Cherry-pick: Fix Xcode crash by not creating infinitely large views (#2056) by @sophialee0416 in #2063
- [main_0.28] Bumping version to 0.28.1 by @sophialee0416 in #2065
Full Changelog: 0.28.0...0.28.1
0.29.0
What's Changed
- Make our onChange backcompat extension public by @lcapkovic in #2037
- Fix nav bar system title not hiding for some transparent backgrounds by @lcapkovic in #2038
- Calculate Bottom Commanding header height instead of using constant by @joannaquu in #2041
- Remove iOS 15 support by @mischreiber in #2042
- Remove space after @objc by @mischreiber in #2043
- [List Item] Add animation when adding or removing subtitle/footer by @alexanderboswell in #2046
- Adding
verticalOffset
property to FluentNotification by @mischreiber in #2045 - Reapply #1929 and fix issue where header title uses incorrect font by @nodes11 in #2040
- Add ListItem to podspec by @lyzhan7 in #2048
- Updating version to 0.29.0 by @mischreiber in #2051
Full Changelog: 0.28.0...0.29.0
0.28.0
What's Changed
- [ListItem] make modifier inputs optional by @alexanderboswell in #1994
- Extend FluentButtonToggleStyle to support overrideTokens(_:) by @nodes11 in #1996
- Adding
minimumScaleFactor
to HUD rendering by @mischreiber in #1997 - Move iOS projects to always use spaces for indentation by @mischreiber in #1998
- Update accessoryCheckmarkColor on visionOS to be white by @joannaquu in #1999
- Place notification on glass on visionOS by @joannaquu in #2002
- New SwiftUI
DemoHostingController
parent class by @mischreiber in #2006 - Add localized strings to expose accessibility string by @alexanderboswell in #2005
- Reintroduce light mode iOS tokens on visionOS by @joannaquu in #2008
- SwiftUI Tooltip by @mischreiber in #2010
- expose accessibility string for done action in navigation bar by @alexanderboswell in #2011
- Expose accessibility string on the correct component by @alexanderboswell in #2013
- Add support for ListItem on visionOS by @joannaquu in #2000
- Store color tokens as SwiftUI
Color
literals, instead ofUIColor
by @mischreiber in #2014 - Convert DemoAppearanceView to a SwiftUI Menu by @mischreiber in #2016
- Fix
Notification
animation tearing in SwiftUI by @mischreiber in #2018 - Add documentation for ListItem by @joannaquu in #2017
- Initial Implementation of FluentListSectionHeader and FluentListSectionFooter by @alexanderboswell in #2020
- Initial Implementation of FluentList and FluentListSection by @nodes11 in #2019
- Avatar custom default image by @mischreiber in #2021
- [FluentList] Set environment variable for styling so child views can utilize it by @alexanderboswell in #2023
- Rename SwiftUI Color token APIs by @mischreiber in #2025
- Adding a convenience init for
FluentListSection
by @mischreiber in #2024 - [SwiftUI]
AvatarGroup
SwiftUI API by @mischreiber in #2022 - Update demo app package file by @mischreiber in #2026
- Fix color type mismatch on visionOS by @lcapkovic in #2028
- Fix crash with #available and .environment on visionOS by @joannaquu in #2030
- Update to Xcode 15.3 by @mischreiber in #2029
- Not show Profile button when avatarOverrideStyle is set by @DanielMorM in #2027
- [TableViewCell] fix height calculation based on font size by @alexanderboswell in #2031
- Expose Tab Bar Token Pad Height to Consumers by @cbowdoin in #2032
- Fix sizing of FluentNotification by @mischreiber in #2036
- remove forcing the app nav bar to be all translucent by @harrieshin in #2039
- Bump to 0.28.0 by @joannaquu in #2035
Full Changelog: 0.27.0...0.28.0
0.27.1
0.27.0
What's Changed
- add keyboard type to search bar by @ghuang24 in #1990
- [SwiftUI] FluentButtonStyle by @mischreiber in #1986
- Publicly expose applyShadow function for SwiftUI by @laminesm in #1992
- New
FluentButtonToggleStyle
by @mischreiber in #1993 - Fix Mac Catalyst support of SPM by @dahchon in #1989
- Bumping to 0.27.0 by @ghuang24 in #1991
New Contributors
Full Changelog: 0.26.0...0.27.0