Skip to content

Releases: finn-no/FinniversKit

1.8.2

24 Jul 11:50
31d54bc
Compare
Choose a tag to compare
  • Renamed MessageFormBottomSheetDelegate's dismissal method

1.8.1

23 Jul 09:04
Compare
Choose a tag to compare

Improvements:

  • ToastView attributed strings (#469)
  • Enabled scrolling in the MessageFormView's TextView (#470)

1.8.0

22 Jul 11:30
Compare
Choose a tag to compare

New:

  • Feature/address view (#464)

Improvements

  • Add new ToastView button style (#466)

1.7.1

19 Jul 06:54
Compare
Choose a tag to compare
  • Add checkmark/selection to FavoriteFoldersListView (#463)
  • Refactor: Use AnyObject instead of class (#465)

1.7.0

18 Jul 09:09
3c7131e
Compare
Choose a tag to compare

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

16 Jul 11:12
82a6778
Compare
Choose a tag to compare

New components:

  • ReceiptView

Other:

  • Reduce spacing insets in FavoriteFoldersEmptyView

1.5.1

15 Jul 12:31
Compare
Choose a tag to compare
  • Add emptyView to new list of favorite folders

1.5.0

15 Jul 10:51
Compare
Choose a tag to compare

New components:

  • Favorites Folder
  • Login Entry View

1.4.2

09 Jul 10:53
5150814
Compare
Choose a tag to compare

Added support for disabling input on MessageFormBottomSheet through the property inputEnabled.

1.4.1

09 Jul 05:58
a52d919
Compare
Choose a tag to compare

Bug fixes:

  • KeyboardNotificationInfo.keyboardFrameEndIntersectHeight(inView:) now adjusts accordingly if parts of the view extends below the bottom of the screen.