All Versions
26
Latest Version
Avg Release Cycle
8 days
Latest Release
1441 days ago

Changelog History
Page 3

  • v0.3.4 Changes

    October 29, 2019
    • ๐Ÿ› Bug fixes
  • v0.3.3 Changes

    October 28, 2019
    • MSSearchBar:
      • disables Search key when query is empty
    • ๐Ÿ› Bug fixes and minor improvements
  • v0.3.2 Changes

    October 25, 2019

    ๐Ÿ†• New Fluent icons supported and used

    ๐Ÿ†• New MSShimmer

    MSActionsCell:

    - support for auto-sizing

    MSDrawerController:

    - respects shouldAutorotate and supportedInterfaceOrientations from the root view controller

    MSNavigationBar:

    • tracks changes in UINavigationItem.title

    - exposes accessibility label of title view's avatar button

    MSNavigationController:

    • uses correct bounds for transition's temporary background views

    - ability to provide developer's delegate without breaking controller's behavior

    MSSearchBar:

    - hides keyboard on Search key press

    MSTableViewCell:

    • writable customViewSize

    - removed onSelected / onUnselected

    ๐Ÿ› Bug fixes and minor improvements

  • v0.3.1 Changes

    October 11, 2019
    • Demo:
      • Support for Dark Mode on launch screen
    • ๐Ÿ› Bug fixes and minor improvements
  • v0.3 Changes

    October 10, 2019

    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

  • v0.2.20 Changes

    September 26, 2019

    MSColors:

    • new foreground6b

    - HUD.text is updated to use foreground6b for correct color in Dark Mode

    MSSearchBar:

    - added public method to cancel Search Mode

    MSNavigationController:

    - ability to dynamically change UINavigationItem.contentScrollView

    MSDrawerController:

    • disables resizing gesture until viewDidAppear