All Versions
224
Latest Version
Avg Release Cycle
14 days
Latest Release
1535 days ago
Changelog History
Page 14
Changelog History
Page 14
-
v1.42.4 Changes
- ๐ Fixed issue where left and right view controllers are not enabled on
NavigationDrawerController
(issue-452).
- ๐ Fixed issue where left and right view controllers are not enabled on
-
v1.42.3 Changes
- ๐ Fixed an issue where
MaterialSwitch
was exposing a memory leak with itsdelegate
(issue-449). - ๐ Fixed a regression where FabButton was losing shape (issue-450).
- โก๏ธ Updated property
enableHideStatusbar
toenableHideStatusBar
forNavigationDrawerController
. - โก๏ธ Updated
CGRectZero
toCGRect.zero
.
- ๐ Fixed an issue where
-
v1.42.2 Changes
- ๐ Fixed an issue where
Toolbar
andNavigationBar
title
alignment was off with adetail
value of "" (issue-445). - ๐ Fixed an issue where
NavigationDrawerController
was crashing when transitioning betweenrootViewController
(issue-444).
- ๐ Fixed an issue where
-
v1.42.1 Changes
- ๐ Fixed issue with NavigationDrawerController rightView not aligning correctly when rotating device.
-
v1.42.0 Changes
- โก๏ธ Update
shadowPath
animation to happen when laying out subviews, rather than when laying out sublayers. - ๐ Renamed
MaterialLayout
toLayout
for simplicity. - โ Added
Layout
extension to ease the usage of AutoLayout. - โ Added Layout Documentation.
- โก๏ธ Updated the
MaterialLayout
project toLayout
. - ๐ fixed width issue for all
ControlView
types when using dynamicintrinsicContentSize
(issue-436). - ๐ Renamed
SideNavigationController
toNavigationDrawerController
. - โ Removed
SideNavigationController
example project for both programmatic and storyboards. - โ Added
NavigationDrawerController
example project for both programmatic. - โ Added
StatusBarController
to manage a statusBarView.
- โก๏ธ Update
-
v1.41.8 Changes
- ๐ Fixed an issue where the
UINavigationItem.title
KVO would crash when releasing the instance. The fix completely removes KVO and utilizes Swiftnonobjc
tagging.
- ๐ Fixed an issue where the
-
v1.41.7 Changes
- โ Added
adjustOrientationForImage
toCaptureSession
in order to fix image alignment issues. - โก๏ธ Updated
CaptureView
sample project to reflect changes made inToolbarController
. - โก๏ธ Updated
MaterialView
sample project to demonstrate aligning aMaterialView
in thecenter
of a view controller. - ๐ Fixed issue where UINavigationItem.title was not updating the titleLabel text.
- โ Added
-
v1.41.6 Changes
- ๐ Fixed issue with ellipses in NavigationBar showing when panning back to the backItem (pr-409).
-
v1.41.5 Changes
- โ Added delegation method
menuViewDidTapOutside
toMenuView
to support closing theMenu
,MenuView
, orMenuController
items when opened and clicking on any area of the view (issue-406).
- โ Added delegation method
-
v1.41.4 Changes
- โ Removed
statusBarStyle
fromBarView
types. - โ Added
statusBarStyle
to BarController types. - โ Added
layoutInset
toGrid
for an additional layer of flexibility. - ๐ Fixed an issue where BarControllers were not allowing
contentInset.top
to be used correctly. - โก๏ธ Updated projects to reflect framework changes.
- โ Removed