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

Releases: OfficeDev/ui-fabric-ios

1.0.1

22 Jan 23:00
Compare
Choose a tag to compare
  • MSButton: support for Large Type
  • MSDrawerController: automatic adjustment of height when content height changes
  • Bug fixes and minor improvements

1.0

09 Jan 23:49
Compare
Choose a tag to compare
1.0
  • New MSPeoplePicker
  • Large Title Navigation:
    • support for landscape mode on phone
  • Bug fixes and minor improvements

0.3.12

31 Dec 20:47
Compare
Choose a tag to compare
  • MSNotificationView:
    • the default presentation and dismissal functionality
    • enforces one visible toast by default (can be changed via a static property)

0.3.11

20 Dec 23:12
Compare
Choose a tag to compare
  • New MSNotificationView (UI only - no special presentation yet)
  • MSTableViewHeaderFooterView:
    • uses attributed string with just a space to better clear old attributes
  • Minor improvements

0.3.10

18 Dec 20:25
Compare
Choose a tag to compare
  • MSDrawerController:

    • support for scroll-to-resize: now, when contentScrollView property is set and drawer is presented .up, it will expand and collapse as result of scrolling in scroll view (and scrolling will be blocked until drawer is done expanding/collapsing)
  • MSTableViewHeaderFooterView:

    • new delegate that allows custom handling of URL opening (when title presented as attributed text)
    • fixed the bug that limited text storage and truncated the text even when there was enough space

0.3.9

12 Dec 22:44
Compare
Choose a tag to compare
  • Large Title Navigation UI: search bar when activated moves up over the title and stays fixed there until it's deactivated

  • MSTableViewHeaderFooterView: title is interactive now when represented as an attributed text (for links)

0.3.8

06 Dec 21:18
Compare
Choose a tag to compare
  • MSTableViewCell:
    • implemented prepareForReuse
  • MSTableViewHeaderFooterView:
    • ability to provide attributed title via new setup(style:attributedTitle:accessoryButtonTitle:)
    • implemented prepareForReuse

0.3.7

04 Dec 23:16
Compare
Choose a tag to compare

MSNavigationBar:

  • avatarSize and titleSize properties to customize avatar and title sizes

0.3.6

19 Nov 19:16
Compare
Choose a tag to compare
  • MSAvatarView:
    • support for Dark Mode (text color)
  • MSNavigationController:
    • ability to hide navigation bar's shadow
  • MSTableViewCell:
    • better VoiceOver functionality when accessory view is UISwitch
    • custom accessory view's height is taken into consideration for cell height
    • custom accessory view's width is now limited to allow cell text to stay readable

0.3.5

06 Nov 01:35
Compare
Choose a tag to compare
  • MSDrawerController:

    • Expansion resistance in .up presentation when resizing behavior is .dismiss
  • New MSTabBarView

  • MSTableViewCell:

    • support for metadata UI (title/subtitle/footer leading and trailing accessory views)
  • Updated gray colors to meet accessibility requirements

  • Bug fixes and minor improvements