All Versions
56
Latest Version
Avg Release Cycle
82 days
Latest Release
-

Changelog History
Page 5

  • v3.1.1 Changes

    ๐Ÿ”‹ Features

    • โž• Added a view case to presentationContext for displaying the message in a specific container view.
  • v3.1.0 Changes

    ๐Ÿ”‹ Features

    • โž• Add eventListeners option to SwiftMessages.Config to specify a list of event listeners to be notified of message show and hide events.
  • v3.0.3 Changes

    ๐Ÿ”‹ Features

    • โž• Add ignoreDuplicates option to SwiftMessages.Config to specify whether or not to ignore duplicate Identifiable message views.
  • v3.0.2 Changes

    ๐Ÿ”‹ Features

    • โž• Add shouldAutorotate option to SwiftMessages.Config for customizing device rotation behavior when messages are presented in an overlay window. By default, message will auto-rotate.
  • 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 of show() that don't take a config 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
  • v1.1.2 Changes

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Carthage-related issues.