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.0.1
- MSButton: support for Large Type
- MSDrawerController: automatic adjustment of height when content height changes
- Bug fixes and minor improvements
1.0
- New MSPeoplePicker
- Large Title Navigation:
- support for landscape mode on phone
- Bug fixes and minor improvements
0.3.12
- MSNotificationView:
- the default presentation and dismissal functionality
- enforces one visible toast by default (can be changed via a static property)
0.3.11
- 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
-
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)
- support for scroll-to-resize: now, when
-
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
- new
0.3.9
-
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
- MSTableViewCell:
- implemented
prepareForReuse
- implemented
- MSTableViewHeaderFooterView:
- ability to provide attributed title via new
setup(style:attributedTitle:accessoryButtonTitle:)
- implemented
prepareForReuse
- ability to provide attributed title via new
0.3.7
MSNavigationBar:
avatarSize
andtitleSize
properties to customize avatar and title sizes
0.3.6
- 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
- better VoiceOver functionality when accessory view is
0.3.5
-
MSDrawerController:
- Expansion resistance in
.up
presentation when resizing behavior is.dismiss
- Expansion resistance in
-
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