Ui Fabric Ios Versions Save

DEPRECATED Please use the new repo

1.0.1

4 years ago
  • MSButton: support for Large Type
  • MSDrawerController: automatic adjustment of height when content height changes
  • Bug fixes and minor improvements

1.0

4 years ago
  • New MSPeoplePicker
  • Large Title Navigation:
    • support for landscape mode on phone
  • Bug fixes and minor improvements

0.3.12

4 years ago
  • MSNotificationView:
    • the default presentation and dismissal functionality
    • enforces one visible toast by default (can be changed via a static property)

0.3.11

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • 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

4 years ago
  • MSTableViewCell:
    • implemented prepareForReuse
  • MSTableViewHeaderFooterView:
    • ability to provide attributed title via new setup(style:attributedTitle:accessoryButtonTitle:)
    • implemented prepareForReuse

0.3.7

4 years ago

MSNavigationBar:

  • avatarSize and titleSize properties to customize avatar and title sizes

0.3.6

4 years ago
  • 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

4 years ago
  • 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