Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Releases: OfficeDev/ui-fabric-ios

0.2.15

25 Jul 23:58
Compare
Choose a tag to compare
  • MSColors: gray7 (Gray 400 Normal) changed from #939393 to #8E8E8E
  • MSTableViewCell:
    • separatorLeftInset is now internal instead of private
    • customView 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

0.2.14

24 Jul 19:59
Compare
Choose a tag to compare
  • New gray color palette
  • Bug fixes and minor improvements

0.2.13

15 Jul 18:13
Compare
Choose a tag to compare
  • MSTooltip: "tap on tooltip or anchor" dismiss mode
  • Support for Swift 5

0.2.12

10 Jul 19:58
Compare
Choose a tag to compare

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

18 Jun 17:17
Compare
Choose a tag to compare
  • MSDrawerPresentationController: workaround for a Swift compiler bug in Xcode 10.1

0.2.10

18 Jun 01:26
Compare
Choose a tag to compare
  • MSDateTimePicker: new titles parameter in the present method that allows to provide custom titles for header and tabs
  • MSPopupMenuItem: support for accessory image via the accessoryImage parameter in init
  • New MSTableViewHeaderFooterView and MSCollectionViewHeaderFooterView

0.2.9

12 Jun 00:26
Compare
Choose a tag to compare
  • MSPopupMenuItem: new .afterPopupMenuDismissalCompleted option for ExecutionMode

0.2.8

11 Jun 01:38
Compare
Choose a tag to compare
  • New MSTooltip

0.2.7

31 May 02:02
Compare
Choose a tag to compare

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

29 May 22:18
Compare
Choose a tag to compare
  • NEW MSBooleanCell
  • MSDrawerController: ability to enforce presentation style (slideover or popover) disregarding size class
  • NEW demo for utility cells