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

Changelog History
Page 2

  • v1.0.1 Changes

    January 22, 2020
    • ๐Ÿ‘ MSButton: support for Large Type
    • MSDrawerController: automatic adjustment of height when content height changes
    • ๐Ÿ› Bug fixes and minor improvements
  • v1.0 Changes

    January 09, 2020
    • ๐Ÿ†• New MSPeoplePicker
    • Large Title Navigation:
      • support for landscape mode on phone
    • ๐Ÿ› Bug fixes and minor improvements
  • v0.3.12 Changes

    December 31, 2019
    • MSNotificationView:
      • the default presentation and dismissal functionality
      • enforces one visible toast by default (can be changed via a static property)
  • v0.3.11 Changes

    December 20, 2019
    • ๐Ÿ†• New MSNotificationView (UI only - no special presentation yet)
    • MSTableViewHeaderFooterView:
      • uses attributed string with just a space to better clear old attributes
    • Minor improvements
  • v0.3.10 Changes

    December 18, 2019

    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
  • v0.3.9 Changes

    December 12, 2019

    ๐Ÿšš 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)

  • v0.3.8 Changes

    December 06, 2019
    • MSTableViewCell:
      • implemented prepareForReuse
    • MSTableViewHeaderFooterView:
      • ability to provide attributed title via new setup(style:attributedTitle:accessoryButtonTitle:)
      • implemented prepareForReuse
  • v0.3.7 Changes

    December 04, 2019

    MSNavigationBar:

    • avatarSize and titleSize properties to customize avatar and title sizes
  • v0.3.6 Changes

    November 19, 2019
    • 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
  • v0.3.5 Changes

    November 06, 2019

    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