All Versions
56
Latest Version
Avg Release Cycle
82 days
Latest Release
-
Changelog History
Page 5
Changelog History
Page 5
-
v3.1.1 Changes
๐ Features
- โ Added a
view
case topresentationContext
for displaying the message in a specific container view.
- โ Added a
-
v3.1.0 Changes
๐ Features
- โ Add
eventListeners
option toSwiftMessages.Config
to specify a list of event listeners to be notified of message show and hide events.
- โ Add
-
v3.0.3 Changes
๐ Features
- โ Add
ignoreDuplicates
option toSwiftMessages.Config
to specify whether or not to ignore duplicateIdentifiable
message views.
- โ Add
-
v3.0.2 Changes
๐ Features
- โ Add
shouldAutorotate
option toSwiftMessages.Config
for customizing device rotation behavior when messages are presented in an overlay window. By default, message will auto-rotate.
- โ Add
-
v3.0.1 Changes
๐ Improvements
- Enable automatic provisioning on framework target
-
v3.0.0 Changes
๐ฅ Breaking Changes
- ๐ Support for Swift 3.0.
-
v2.0.0 Changes
๐ฅ Breaking Changes
- ๐ Support for Swift 2.3 and Xcode 8.
The nib files needed to be updated to Xcode 8 format to work around an iOS bug. Unfortunately, this makes it necessary to break backward compatibility with Swift 2.2 and Xcode 7.
-
v1.1.4 Changes
๐ Bug Fixes
- ๐ Fix #16 Preserve status bar visibility when displaying message in a new window.
-
v1.1.3 Changes
๐ Features
- โ Add default configuration
SwiftMessages.defaultConfig
that can be used when calling the variants ofshow()
that don't take aconfig
argument or as a global base for custom configs. - โ Add
Array.sm_random()
function that returns a random element from the array. Can be used to create a playful message that cycles randomly through a set of emoji icons, for example.
๐ Bug Fixes
- ๐ Fix #5 Emoji not shown!
- ๐ Fix #6 There is no way to create SwiftMessages instance as there is no public initializer
- โ Add default configuration
-
v1.1.2 Changes
๐ Bug Fixes
- ๐ Fix Carthage-related issues.