Releases: microsoft/fluentui-apple
Bumping versions for version update (0.2.6)
What's New
-
iOS:
- DrawerController: Resizing Handle is accessible in pass through mode.
- Label: Update warning colors to improve contrast ratio for accessibility.
- AvatarView:
- Avatar border and inner gap improvements
- Allow clients to hide border ring gap
-
Mac:
- DatePicker: Add accessibility help to CalendarDay
- AvatarView: Hide initialsView or Image based on displayStyle of AvatarView
Bumping versions for version update (0.2.5)
What's new:
-
iOS:
- Segment Control: Allow client to change indentation in pill style
- Date/Time Picker: Fix hour and minute accessibility values
-
Mac:
- Avatar: Add border around Avatar View with default colors
Bumping versions for version update (0.2.4)
What's New
-
iOS:
- CI: Fixing SwitLint errors in GitHub action
- Segment Control:
- Demo app updated to use pill style for all instances.
- Support unread dot in pill style - Tooltip: Allow tooltip to grow by more than 3 lines
- SideTabBar: Add accessibilityHint for TabBarItemView in iOS 14
- TabBar: Add accessibilityHint for TabBarItemView in iOS 14`
- CommandBar:
- Bug fixes with disabled label color and update icon when state of command has changed
- Added event source when command it selected - PeoplePicker: Allow client hiding personal list when no suggestion is available
- AvatarView: Add support for large content when placed as subview within
SideTabbar
andNavigationController
- CocoaPods: Add script to filter out unused resources. This reduces bundle size for client when consuming via cocoapods
-
Mac:
- Avatar:
-ExposingDynamicColor
andColorSet
to retrieve colors for Avatar View. This allows clients to retrieve foreground and background color with different theme variants.
- Adding support for legacy color API's for backward compatibility. This will be deprecated in coming versions.
- Avatar:
Bumping versions for version update (0.2.3)
What's New
-
iOS:
- Segmented Control: Color of selected text during animation is updated
- Navigation: LargeTitle font style update
- Cocoapods: Creating more granular sub-spec and import only required resources
-
Mac:
- AvatarView:
- Update to background and text color to be in sync with iOS.
- Colors now also sync when theme is changed from light to dark mode.
- AvatarView:
Bumping versions for version update (0.2.2)
What's New
iOS:
-- remove all the unscaled fonts from MSFFonts public static variables
-- Make FluentUI allow app extension API
-- Updating Segmented Control to have pill style switch
-- make datetimepicker to be larger text friendly
Bumping versions for version update (0.2.1)
What's new:
-
iOS:
-- Deployment target version bumped to iOS 13.0
-- ScrollView: Dropped use of the deprecatedscrollIndicaterInsets
property -
Mac:
-- Bug fixes and improvements
Bumping versions for version update (0.1.28). (#436)
What's new:
-
iOS:
-- Avatar: Update to background and text color to be in sync with react native -
Mac:
-- Link: No hover effects when disabled
-- Link: Add correct focus ring
Bumping versions for version update (0.1.27). (#432)
What's new:
-
iOS:
-- PeoplePicker: new delegate methods to signal when the PersonaListView is shown or hidden
-- Fixes throughout the code to unwrap optionals safely (avoiding unnecessary use of implicitly unwrapped optionals)
-- Fixed bug where button accessibility trait was not present in TableViewCell when it’s selected.
-- Search Bar: Bug fixes and addition of property to turn autocorrection on/off
-- Contextual Command Bar: new control available in FluentUI -
Mac:
-- Button: Fixed focus ring to outline the entire button instead of just its contents
Bumping versions for version update (0.1.26). (#423)
What's new:
-
iOS:
-- PillButtonBar: new naming for styles, new button highlighted appearance
-- DrawerController: Fix for crash when UIView.areAnimationsEnabled is false
-- NotificationView: new styles introduced for danger and warning scenarios -
Mac:
-- Button: dimensions using integer values to improve sharpness, test app improvements
Bumping versions for version update (0.1.25). (#394)
What's new:
-
iOS:
-- PillButtonBar: added convenience initializer
-- SideTabBar: Accessibility improvements
-- CenteredLabelCell: setup function now available in objc -
Mac:
-- Button: layout and image improvements
-- Swiftlint addition to the dev environment