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