UI Fabric by Microsoft v0.3 Release Notes

Release Date: 2019-10-10 // over 4 years ago

    MSActionsCell:

    • new .communication action type
    • custom horizontal separators

    - Objective-C support

    MSAvatarSize:

    • BREAKING CHANGE > changed naming and some values according to updated Fluent design:
      • .small is now 24x24 instead of 25x25
      • .large is 40x40 instead of 35x35

      - .extraLarge is 52x52 instead of 40x40

    MSColors:

    - Objective-C access to some table and separator colors

    MSNavigationController:

    • support for defining root view controller in storyboard

    - new topContentViewController and contentViewController(for:)

    MSTableViewCell:

    • new isEnabled property
    • accessibilityHint always returns a special hint for selection mode
    • new changeAccessoryType(to:) function to allow changing accessory type without a need for setup
    • new customAccessoryViewExtendsToEdge property
    • height(...) and preferredWidth(...) got new parameter customAccessoryViewExtendsToEdge

    - new title/subtitle/footer read-only properties

    MSTableViewHeaderFooterView / MSCollectionViewHeaderFooterView:

    - Support for "primary"-colored accessory button via new accessoryButtonStyle property

    ๐Ÿ‘Œ Support for usage in app extensions

    ๐Ÿ› Bug fixes and minor improvements