- Updated minor iOS version 10 to 11.
- Modified keyboard height logic when using
isTranslucent=false
option. - Applied property-wrapper to theme properties.
- Removed logic that set theme to a global theme in the
setupStyles
,updateStyles
functions. - Added
overlayTheme
property to classes that use them differently depending on the overlay.
- Removed logic that set theme to a global theme in the
- Added
messageInputView(_:didChangeText:)
event toSBUMessageInputViewDelegate
. - Modified access level of
SBUMessageStateView
toopen
- Added
timeFormat
which is type ofString
- Added
timeLabelCustomSize
which is type ofCGSize
- Modified access level of UI components to
public
- Added
- Aded extensions of
Date
- Added
Date.DateFormat
enum. - Modified access level of
Date sub_toString(formatString:localizedFormat:) -> String
to public
- Added