Skip to content

Latest commit

 

History

History
250 lines (146 loc) · 12.6 KB

CHANGELOG.md

File metadata and controls

250 lines (146 loc) · 12.6 KB

Change Log

Full Changelog

Fixed bugs:

  • Status bar orientation #33

v1.8.0 (2015-12-07)

Full Changelog

Implemented enhancements:

  • Add nullability annotations to better support Swift. #83 (rexeisen)

Fixed bugs:

  • Status bar style and visibility not restored #64

Closed issues:

  • Text is vertically not centered #82
  • Turn png images to code using PaintCode #78
  • Add vector files for images #77
  • Use blur for background? #75
  • please update your cocoapods #74
  • Two large or wrongly positioned message on landscape iPad app with iOS 8 #73
  • Implicit conversion from enumeration type 'UIInterfaceOrientation' (aka 'enum UIInterfaceOrientation') to different enumeration type 'UIDeviceOrientation' (aka 'enum UIDeviceOrientation') #71

Merged pull requests:

  • Bugfix: Messages created from a message callback won't appear #86 (Zeeker)

v1.7.2 (2015-04-14)

Full Changelog

Implemented enhancements:

  • Orientations support for bar manager view controller #67 (skyylex)

Fixed bugs:

  • Deprecation Warnings #57

Closed issues:

  • A way to hide a specific view #69
  • Use of [UIApplication sharedApplication] #68

Merged pull requests:

  • Fixed status bar frame to only reorient the frame on iOS 7.1 and prior a... #72 (cms5822)
  • Enum changed to NSENUM to support Swift #70 (VojtaStavik)
  • restore status bar style after hide #65 (setoff)

v1.7.1 (2014-11-13)

Full Changelog

Closed issues:

  • feature request: dismissable #61
  • iOS 8 landscape orientation issue #59
  • managing push notification payload #58
  • can I display message above status bar on IOS 6 #55
  • How can I disable rotation mess ego to landscape? #54

Merged pull requests:

  • [TWMessageBarManager.h] Import UIKit #63 (dasmer)

v1.7.0 (2014-06-06)

Full Changelog

Implemented enhancements:

  • Add custom title and description color #53
  • Provide font customization options #48

Merged pull requests:

  • Added optional methods to stylesheet protocol for customizing fonts. #52 (mdelaporta)

v1.6.1 (2014-05-20)

Full Changelog

Closed issues:

  • deprecated methods #50

Merged pull requests:

v1.6.0 (2014-04-25)

Full Changelog

Closed issues:

  • Reveal option for prefersStatusBarHidden #45
  • StatusBar persists after showing #44
  • StatusBar doesn't get hidden again after showing #43

Merged pull requests:

v1.5.2 (2014-04-22)

Full Changelog

Closed issues:

  • TWMessageViewController retains control of status bar style after message dismissed #41

Merged pull requests:

  • TWMessageViewController retains control of status bar style after message dismissed #42 (jeffmc)

v1.5.1 (2014-04-18)

Full Changelog

Closed issues:

  • Status Bar is left with wrong style in called from a VC with UIStatusBarStyleLightContent #38

Merged pull requests:

v1.5.0 (2014-04-12)

Full Changelog

v1.4.2 (2014-04-07)

Full Changelog

Fixed bugs:

  • MessageBar doesn't appear if app has no status bar. #35

Closed issues:

  • Rendering glitch / disappearing message bar #34

Merged pull requests:

  • Added support for hidden statusBar. Using UIDevice instead of statusBar ... #36 (DanielKrofchick)

v1.4.1 (2014-04-02)

Full Changelog

Implemented enhancements:

  • Does not support other orientation. #2

Closed issues:

  • Add accessibility to the TWMessageBarManager #31

Merged pull requests:

  • Add implementation of UIAccessibilityContainer Protocol #32 (JanenePappas)

v1.4.0 (2014-03-28)

Full Changelog

Merged pull requests:

  • Added rotation support by placing the messages in the rootViewController... #29 (DanielKrofchick)

v1.3.5 (2014-03-18)

Full Changelog

Closed issues:

  • Not showing messages in one project #27

Merged pull requests:

v1.3.4 (2014-03-14)

Full Changelog

Closed issues:

  • Multi-Line problem with iOS SDK 7.1 #26

v1.3.3 (2014-03-13)

Full Changelog

Implemented enhancements:

  • Message background cover status bar on iOS 7 #16
  • Add withAnimation: option to hideAll API call #9

Merged pull requests:

v1.3.2 (2014-02-06)

Full Changelog

v1.3.1 (2014-01-07)

Full Changelog

v1.3.0 (2013-12-17)

Full Changelog

Merged pull requests:

  • Better customization through use of a specific stylesheet protocol #18 (grantjk)

v1.2.1 (2013-12-15)

Full Changelog

Closed issues:

  • Vertically align icon when message is too big #17
  • Why is iOS 6.1 required? #15

v1.2.0 (2013-12-13)

Full Changelog

Closed issues:

  • Dealing with push notifications #12
  • Updated label sizing for iOS 7 #10

v1.1.0 (2013-12-12)

Full Changelog

Closed issues:

  • Message view display location wrong in iPad 6.1 #11
  • Please add to CocoaPods #5

v1.0.0 (2013-12-10)

Closed issues:

  • API to cancel all messages #6
  • Icon #4

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator