All Versions
26
Latest Version
Avg Release Cycle
8 days
Latest Release
1253 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.1.4 Changes
April 17, 2020- communicationBlue color theme changes
- π bug fix in MSDrawerController Animation
- β remove usage of fatalError()
-
v1.1.3 Changes
April 13, 2020- 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
- Accessibility improvements:
-
v1.1.2 Changes
March 27, 2020- Title font bug fix in MSButton
- Accessibility bug fix in MSDrawerController
-
v1.1.1 Changes
March 25, 2020MSNavigationBar
- π 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
-
v1.1 Changes
March 05, 2020- π MSSegmentedControl: new "Switch" style
- Continuous corner curve (available on iOS 13) is used across Fabric
-
v1.0.6 Changes
February 27, 2020- 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
- support for
- 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 nowprimaryOutlineBar
, newprimaryBar
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
- MSDateTimePicker:
-
v1.0.5 Changes
February 21, 2020- π 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
-
v1.0.4 Changes
February 14, 2020- MSDrawerController:
- fixed animation frames for the presentation of a horizontal drawer
- MSDrawerController:
-
v1.0.3 Changes
February 13, 2020What'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 drawerMSNavigationBar
-- π Support custom background color for Larger Title View
-- β‘οΈ Update dark elevated background color for navigation bar
-- π Support large content viewerMSTableViewCell
-- β‘οΈ Update accessibilityTraits for the accessory typeMSTableViewHeaderFooterView
-- π Make title text non-selectableMiscellaneous
-- β Remove public UIView+extension.swift -
v1.0.2 Changes
February 04, 2020- 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
- new
- MSHUD: