This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
Releases: OfficeDev/ui-fabric-ios
Releases · OfficeDev/ui-fabric-ios
1.1.4
1.1.3
- Accessibility improvements:
- reduce the usage of color alpha value and support “Primary” theme colors: ex) primaryShade40, primaryShade30, primaryShade20, primaryShade10, primaryTint10, primaryTint20, primaryTint30, primaryTint40.
- Add “Danger” and “Warning” color sets
- Reduce binary size of the library
- remove couple of public extension
- remove non-fluent icons
- define fluent colors in Asset Catalog
- remove @objcMembers usage
- deprecate MSCollectionViewCell and MSCollectionViewHeaderFooterView
- MSLabel and MSButton now respect "adjustFontForContentSizeCategory" property
- Demo app uses the latest AppCenter library
1.1.2
- Title font bug fix in MSButton
- Accessibility bug fix in MSDrawerController
1.1.1
MSNavigationBar
- Support large content viewer for left / right bar button items
MSButton
- update all the content insets according new design specs
- primary style's height is now 52 rather than 54
- add support for tertiaryOutline style
MSPillButtonBar
- new support of a horizontal scrollable list of pill shape text buttons
1.1
- MSSegmentedControl: new "Switch" style
- Continuous corner curve (available on iOS 13) is used across Fabric
1.0.6
- MSDateTimePicker:
- ability to show "spinners" instead of calendar to select dates
- MSDrawerController:
- support for
preferredContentSizeDidChange(forChildContentContainer:)
for content controller - ability to swipe to dismiss from expanded state instead of moving to normal state first
- support for
- MSNavigationController:
- support for RTL for pop/push animations and pop gesture
- ability to hide avatar
- MSNotificationView:
- continuous curve for rounded corners
- accessible foreground color for primary toast in Light mode
primaryBar
style is nowprimaryOutlineBar
, newprimaryBar
style- only view with
primaryOutlineBar
has top border/shadow setupAsBar
is removed
- MSSegmentedControl:
- support for Dynamic Type
- MSTableViewHeaderFooterView:
- hyperlink is always communicationBlue color, not primary color
1.0.5
- MSPopupMenuController: support for description
- MSDrawerController: no animation for dimming view when drawer is dismissed without animation
- MSNotificationView: action button's target-action is moved out of its initializer block
1.0.4
- MSDrawerController:
- fixed animation frames for the presentation of a horizontal drawer
1.0.3
What's New:
MSDrawerController
-- Allow swipe anywhere to dismiss horizontal drawer
-- Allow rotation for horizontal drawer
-- Allow screen edge gesture to show horizontal drawer interactively
-- Support VoiceOver to expand/collapse drawer
MSNavigationBar
-- Support custom background color for Larger Title View
-- Update dark elevated background color for navigation bar
-- Support large content viewer
MSTableViewCell
-- Update accessibilityTraits for the accessory type
MSTableViewHeaderFooterView
-- Make title text non-selectable
Miscellaneous
-- Remove public UIView+extension.swift
1.0.2
- MSHUD:
- ability to update label while HUD is active
- ability to add a callback for tap gesture
- MSDrawerController:
- new
adjustsHeightForKeyboard
property that allows drawer to track keyboard appearance/disappearance and update height accordingly so that its contents is always visible - updated approach for drawer's mask
- new