This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Releases: OfficeDev/ui-fabric-ios
Releases · OfficeDev/ui-fabric-ios
0.2.15
MSColors
: gray7 (Gray 400 Normal) changed from #939393 to #8E8E8EMSTableViewCell
:separatorLeftInset
is now internal instead of privatecustomView
is now internal to read instead of private- updated right margin for small custom view
MSPopupMenuItemCell
:- always uses
.small
size for custom view - returns 0 separator left offset for header
- always uses
0.2.14
- New gray color palette
- Bug fixes and minor improvements
0.2.13
- MSTooltip: "tap on tooltip or anchor" dismiss mode
- Support for Swift 5
0.2.12
New
- MSDateTimePicker: tabbed date range presentation mode
- MSPopupMenuItem: support for accessory view
- MSBadgeView: new .small size
- MSFonts: new headlineUnscaled, bodyUnscaled, footnoteUnscaled
Updates
- MSPopupMenuItemCell is now subclassed from MSTableViewCell
- MSPopupMenuSectionHeaderView is now subclassed from MSTableViewHeaderFooterView
- MSResizingHandleView: Objective-C support
- MSTwoLineTitleView: Objective-C support
Fixes
- Fixed MSCollectionViewCell sizing issue when using estimatedItemSize
- Fixed the issue with scaling fonts for default UIFabric navigation bar appearance
- CFBundleExecutable key is removed from Info.plist used for resource bundle
- MSTwoLineTitleView renamed from MSTwoLinesTitleView
- MSBadgeViewStyle renamed to MSBadgeView.Style
Docs
- Carthage integration steps are added to README.md
0.2.11
MSDrawerPresentationController
: workaround for a Swift compiler bug in Xcode 10.1
0.2.10
MSDateTimePicker
: newtitles
parameter in thepresent
method that allows to provide custom titles for header and tabsMSPopupMenuItem
: support for accessory image via theaccessoryImage
parameter ininit
- New
MSTableViewHeaderFooterView
andMSCollectionViewHeaderFooterView
0.2.9
MSPopupMenuItem
: new.afterPopupMenuDismissalCompleted
option forExecutionMode
0.2.8
- New MSTooltip
0.2.7
MSDrawerController
- new
presentationOffset
property (only works in horizontally regular environments) to define space between source and a drawer - new
presentationBackground
property to have a clear background during presentation
MSDrawerDemoController: "Resizable slideover drawer"
- uses presentation offset
- has clear presentation background in horizontally regular environments
0.2.6
- NEW MSBooleanCell
- MSDrawerController: ability to enforce presentation style (slideover or popover) disregarding size class
- NEW demo for utility cells