All Versions
23
Latest Version
Avg Release Cycle
55 days
Latest Release
2189 days ago

Changelog History
Page 2

  • v1.7.0 Changes

    March 24, 2016
    • ๐Ÿš€ 184c0c6 Incrementing the version on LKAlertController for swift 2.2 release (@eriksargent)
    • ce49f5e Fixing github issue 26 and cleaning up the action handler with a typealias (@eriksargent)
    • โœ… e0a7122 Adding test for github issue 26, and cleaning up a test that was in the wrong place (@eriksargent)
    • โšก๏ธ d0c79a6 Updating changelog (@eriksargent)
  • v1.6.2 Changes

    March 23, 2016
    • 7b19d08 Bumping version number (@eriksargent)
    • ๐Ÿ”€ #24 Merge pull request #24 from magnusottosson/master (@magnusottosson)
    • ๐Ÿฑ ae01805 Removed unused assets reference causing issues with cocoapods beta 1.0.0beta6
    • โšก๏ธ c444fd7 Updating changelog (@eriksargent)
  • v1.6.1 Changes

    March 14, 2016
    • ๐Ÿ“š 36c5fb8 Updating documentation with how to add your own shortcut show method on alert (@eriksargent)
    • 3384ddc Adding a changelog (@eriksargent)
  • v1.6.0 Changes

    December 03, 2015
    • 769be7e Fixing another issue in circle.yml (@eriksargent)
    • efeb691 Fixing issue in circle.yml (@eriksargent)
    • 608be00 Bump cocoapods version number (@eriksargent)
    • โšก๏ธ 379a0ef Updating circle config (@eriksargent)
    • 6779509 Adding preferredAction to README (@eriksargent)
    • ๐Ÿ“š 7f658e4 Fixing tests for preferredAction and cleaning up preferredAction code and documentation (@eriksargent)
    • ๐Ÿ”€ #23 Merge pull request #23 from andela-aonawale/feature/preferred-action (@andela-aonawale)
    • d9208f2 override addAction method from super class and hardcoded the preferredAction argument to be false because its applicable to alerts only
    • c25c587 add preferredAction feature to LKAlertController
    • 09cc527 Making circle use xcode 7 (@eriksargent)
  • v1.5.0 Changes

    September 17, 2015
    • 770c237 Bumping version for cocoapods (@eriksargent)
    • โœ… 126f0b1 Converting tests and project to swift 2 (@eriksargent)
    • โšก๏ธ #22 Merge pull request #22 from willia15/Swift2update (@willia15)
    • โšก๏ธ 3816605 Update parameters to adhere to Swift 2 syntax (@akwilliamson)
  • v1.4.1 Changes

    August 11, 2015
    • ๐Ÿ”ง 15d6442 Adding auto capitalization and correction configuration to text field (@eriksargent)
  • v1.4.0 Changes

    July 31, 2015
    • โšก๏ธ bb7a35a Updating pod version and adding keyboard type to text field (@eriksargent)
    • ๐Ÿ”€ #20 Merge pull request #20 from lightningkite/textField (@lightningkite)
    • ๐Ÿ“š e0f3c2a Updating documentation (@eriksargent)
    • 1fc55dd Making it easier to use text fields (@eriksargent)
    • โšก๏ธ #19 Merge pull request #19 from willia15/Update-README-addTextField (@willia15)
    • ๐Ÿ”€ #18 Merge pull request #18 from willia15/Fix-addTextField-chaining (@willia15)
    • 486a38a Allow method chaining on addTextField (@akwilliamson)
    • โšก๏ธ c65eb3b Update README.md for using text fields in alerts (@akwilliamson)
    • ๐Ÿ”€ #13 Merge pull request #13 from willia15/add-textfield-to-alert (@willia15)
    • 51c4fb9 Prevent addTextField method from being accessible in ActionSheet class (@akwilliamson)
    • 7bf5f45 Return self in addTextField functions to allow for stacked functions (@akwilliamson)
    • ๐Ÿ”€ e35fffa Merge https://github.com/lightningkite/LKAlertController into add-textfield-to-alert (@akwilliamson)
  • v1.3.0 Changes

    July 24, 2015
    • ๐Ÿ”€ #14 Merge pull request #14 from lightningkite/ActionSheetiPadCrash (@lightningkite)
    • ๐Ÿ‘ 6b57199 Add ability to set the presentationController's BarButtonItem or source view for iPad support on ActionSheets (@eriksargent)
    • ๐Ÿ“š 3ddbde1 Add quick documentation for adding text field methods (@akwilliamson)
    • 7210ab4 Add text field methods to Alert class (@akwilliamson)
    • 72780ca Add textfield method to superclass (@akwilliamson)
    • ๐Ÿ”€ #11 Merge pull request #11 from lightningkite/CircleCI (@lightningkite)
    • โšก๏ธ 177bc08 Updated README with CircleCI badge and removed travis config (@eriksargent)
    • 9588b24 Fixing indents in travis yml (@eriksargent)
    • โœ… 0940f31 Fixing travis tests (@eriksargent)
    • ec5bb4c Fixing circle config (@eriksargent)
    • 71f164b Adding circle.yml (@eriksargent)
  • v1.2.3 Changes

    July 16, 2015
    • f2dff3c Fixing issue when title is not set, message shows up as the title (@eriksargent)
    • โœ… cb8b079 Adding more tests (@eriksargent)
  • v1.2.1 Changes

    July 16, 2015
    • 95e5816 Bumping version (@eriksargent)
    • ๐Ÿ”€ #10 Merge pull request #10 from willia15/master (@willia15)
    • dde5485 Initialize UIAlertAction when invoked (@akwilliamson)