Releases: isadon/RMessage
2.2.1 Hotfix Release
Restores the vertical margin of the title text of RMessage when no navigation bar is present to be that of 2.1.5.
2.2.0 Release
Features:
- Ability to embed a UIButton
- Ability to size to fit title/subtitle labels via the titleSubtitleLabelsSizeToFit property of RMessageView. Setting this property to true will prevent the labels from expanding to the width of the message
- Added new methods taking presentingCompletion and dismissCompletion callback blocks, which get called on presentation/dismissal of the message
BugFixes:
- Fix a crash generated by a UIAppearance proxy bug.
- Fix incorrect tap callback logic which would get called on dismissal of the message instead of exactly when user taps on message.
- Fix tap callback not being called on an EndlessDuration type message.
Misc:
- Add starter UITests and UnitTests
- Code cleanup and refactoring of layout and animation.
2.1.5 Release
Bug Fixes
2.1.3 Release
2.1.2 Release
Allow RMessage to animate properly when building with iOS 10 and higher.
Some slight initial positioning fixes when presenting.
Setup layout constraints on initialization, not presentation.
Maintain support with iOS 7 as the minimum baseline.
Invalid Release (Please use 2.1.2)
Invalid Release (Please use 2.1.2)
This release though functionally working improperly dropped support for versions of iOS below 9.0. As per conforming with semantic version RMessage will not deprecate support for specific iOS versions without it being a major version number change. For the sake of not deleting Pod version 2.1.1 this tag was allowed to live, though changed to pre-release. Do not use this this tag for any reason, and if your Podfile pins to 2.1.1 please change that to 2.1.2. An upcoming version of RMessage will drop support for versions of iOS below 9.0 as originally planned but again, that'll be a major version release.
2.1.0 Release
Some Small Bug Fixes.
Autolayout Centering Fixes.
Better Under Top Bars Detection.
Slight tweaks to Default Colors Tweak to be less drab.
Allow applying corner rounding to the icon image in an RMessage via the "iconImageRelativeCornerRadius" field in the style file.
2.0.0 Release
ChangeLog
- Breaking Changes:
- The callback block for when the user taps on the notification has been added to all notification invocation methods giving it higher precedence - previously only the more explicit calls allowed specifying the callback block.
- CustomTypeString has been changed to customTypeName.
- Fixes: Fixed an issue of RMessage incorrectly loading its nibs from mainBundle instead of the bundle from the class.
- Documentation:
- Removed references to Rendezvous, Inc.
- Started the process of removing references to tweetbot.