Ui Fabric Ios Versions Save

DEPRECATED Please use the new repo

1.1.4

4 years ago
  • communicationBlue color theme changes
  • bug fix in MSDrawerController Animation
  • remove usage of fatalError()

1.1.3

4 years ago
  • Accessibility improvements:
    • reduce the usage of color alpha value and support “Primary” theme colors: ex) primaryShade40, primaryShade30, primaryShade20, primaryShade10, primaryTint10, primaryTint20, primaryTint30, primaryTint40.
    • Add “Danger” and “Warning” color sets
  • Reduce binary size of the library
    • remove couple of public extension
    • remove non-fluent icons
    • define fluent colors in Asset Catalog
    • remove @objcmembers usage
    • deprecate MSCollectionViewCell and MSCollectionViewHeaderFooterView
  • MSLabel and MSButton now respect "adjustFontForContentSizeCategory" property
  • Demo app uses the latest AppCenter library

1.1.2

4 years ago
  • Title font bug fix in MSButton
  • Accessibility bug fix in MSDrawerController

1.1.1

4 years ago

MSNavigationBar

  • Support large content viewer for left / right bar button items

MSButton

  • update all the content insets according new design specs
  • primary style's height is now 52 rather than 54
  • add support for tertiaryOutline style

MSPillButtonBar

  • new support of a horizontal scrollable list of pill shape text buttons

1.1

4 years ago
  • MSSegmentedControl: new "Switch" style
  • Continuous corner curve (available on iOS 13) is used across Fabric

1.0.6

4 years ago
  • MSDateTimePicker:
    • ability to show "spinners" instead of calendar to select dates
  • MSDrawerController:
    • support for preferredContentSizeDidChange(forChildContentContainer:) for content controller
    • ability to swipe to dismiss from expanded state instead of moving to normal state first
  • MSNavigationController:
    • support for RTL for pop/push animations and pop gesture
    • ability to hide avatar
  • MSNotificationView:
    • continuous curve for rounded corners
    • accessible foreground color for primary toast in Light mode
    • primaryBar style is now primaryOutlineBar, new primaryBar style
    • only view with primaryOutlineBar has top border/shadow
    • setupAsBar is removed
  • MSSegmentedControl:
    • support for Dynamic Type
  • MSTableViewHeaderFooterView:
    • hyperlink is always communicationBlue color, not primary color

1.0.5

4 years ago
  • MSPopupMenuController: support for description
  • MSDrawerController: no animation for dimming view when drawer is dismissed without animation
  • MSNotificationView: action button's target-action is moved out of its initializer block

1.0.4

4 years ago
  • MSDrawerController:
    • fixed animation frames for the presentation of a horizontal drawer

1.0.3

4 years ago

What's New:

MSDrawerController -- Allow swipe anywhere to dismiss horizontal drawer -- Allow rotation for horizontal drawer -- Allow screen edge gesture to show horizontal drawer interactively -- Support VoiceOver to expand/collapse drawer

MSNavigationBar -- Support custom background color for Larger Title View -- Update dark elevated background color for navigation bar -- Support large content viewer

MSTableViewCell -- Update accessibilityTraits for the accessory type

MSTableViewHeaderFooterView -- Make title text non-selectable

Miscellaneous -- Remove public UIView+extension.swift

1.0.2

4 years ago
  • MSHUD:
    • ability to update label while HUD is active
    • ability to add a callback for tap gesture
  • MSDrawerController:
    • new adjustsHeightForKeyboard property that allows drawer to track keyboard appearance/disappearance and update height accordingly so that its contents is always visible
    • updated approach for drawer's mask