All Versions
224
Latest Version
Avg Release Cycle
14 days
Latest Release
1946 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v2.4.1 Changes
- 🌐 issue-194: Fixed an issue where hitTest was failing after translation animation.
- ⚡️ issue-624: Updated
Switch
&TabBar
control to only call the delegation methods when the control is updated through a user interaction. - 📇 Renamed
Switch.on
toSwitch.isOn
. - ✂ Removed
Switch.setOn
function. - issue-630: Added
Reminders
andRemindersController
. - ➕ Added
isDividerHidden
for theDivider UIView
extension.
-
v2.3.22 Changes
- 💅 issue-597: Fixed an issue where
NavigationBar
was not adjusting to all sizes correctly when using modal presentation styles. - 🛠 Fixed an issue when
cornerRadius
was not being calculated correctly when theCALayer
was rotated.
- 💅 issue-597: Fixed an issue where
-
v2.3.20 Changes
- 🛠 issue-613: Fixed an issue where the Grid system was not laying out in all cases that it should.
- ✂ Removed
statusBarStyle
andisStatusBarHidden
properties fromRootController
types, in favor of using theApplication
class.StatusBarController
now providesstatusBarStyle
andisStatusBarHidden
properties.
-
v2.3.19 Changes
- 🛠 issue-553: Fixed an issue where the
NavigationDrawerController.leftViewController
was sizing incorrectly.
- 🛠 issue-553: Fixed an issue where the
-
v2.3.18 Changes
- 🛠 issue-610: Fixed issue where the
RootController.rootViewController
was not transitioning correctly when using certain UIViewController types.
- 🛠 issue-610: Fixed issue where the
-
v2.3.17 Changes
- ➕ Added the ability to modify the
contentViewAlignment
of aNavigationItem
dynamically. - 📇 Renamed the
ContentViewAlignment.any
value toContentViewAlignment.full
.
- ➕ Added the ability to modify the
-
v2.3.16 Changes
- ⚡️ Minor updates to
Card
types for code clarity.
- ⚡️ Minor updates to
-
v2.3.15 Changes
- 🛠 Fixed issue where
ImageCard
was not ordering theUIImageView
behind theToolbar
correctly.
- 🛠 Fixed issue where