Releases: finn-no/FinniversKit
Releases · finn-no/FinniversKit
1.8.2
- Renamed
MessageFormBottomSheetDelegate
's dismissal method
1.8.1
Improvements:
- ToastView attributed strings (#469)
- Enabled scrolling in the MessageFormView's TextView (#470)
1.8.0
New:
- Feature/address view (#464)
Improvements
- Add new ToastView button style (#466)
1.7.1
- Add checkmark/selection to FavoriteFoldersListView (#463)
- Refactor: Use AnyObject instead of class (#465)
1.7.0
New:
- A new HUD component (#454)
Improvements:
- Styling for the settings view is updated (#456)
Fix:
- Set the background colour for
receiptView
(#460)
- Fixed a crash when the received from the delegate of
receiptView
is nil (#461)
1.6.0
New components:
Other:
- Reduce spacing insets in
FavoriteFoldersEmptyView
1.5.1
- Add emptyView to new list of favorite folders
1.5.0
New components:
- Favorites Folder
- Login Entry View
1.4.2
Added support for disabling input on MessageFormBottomSheet
through the property inputEnabled
.
1.4.1
Bug fixes:
KeyboardNotificationInfo.keyboardFrameEndIntersectHeight(inView:)
now adjusts accordingly if parts of the view extends below the bottom of the screen.