Skip to content

Releases: isadon/RMessage

2.2.1 Hotfix Release

23 Feb 05:03
Compare
Choose a tag to compare

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

22 Feb 23:25
Compare
Choose a tag to compare

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

21 Sep 04:37
Compare
Choose a tag to compare

Bug Fixes

2.1.3 Release

26 Mar 14:45
Compare
Choose a tag to compare

Background of message can now have a blur effect applied via the design file. (820a257)
Title and subtitle can now have their text alignment specified via the design file. (33cdace)
Bug fixes.

2.1.2 Release

12 Jan 03:54
Compare
Choose a tag to compare

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)

24 Jan 03:08
Compare
Choose a tag to compare
Pre-release

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

10 Jul 17:42
Compare
Choose a tag to compare

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

15 Feb 08:14
Compare
Choose a tag to compare

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.