Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
terryworona committed Feb 18, 2016
1 parent 214b685 commit 16f8e5c
Showing 1 changed file with 257 additions and 0 deletions.
257 changes: 257 additions & 0 deletions Classes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,257 @@
# Change Log

## [v1.8.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.8.1) (2016-02-18)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.8.0...v1.8.1)

**Fixed bugs:**

- Status bar orientation [\#33](https://github.com/terryworona/TWMessageBarManager/issues/33)

**Closed issues:**

- Swift support? [\#87](https://github.com/terryworona/TWMessageBarManager/issues/87)

**Merged pull requests:**

- Moved 'messageVisible' flag to .h file so that it can be read from outside [\#88](https://github.com/terryworona/TWMessageBarManager/pull/88) ([burczyk](https://github.com/burczyk))

## [v1.8.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.8.0) (2015-12-07)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.7.2...v1.8.0)

**Implemented enhancements:**

- Add nullability annotations to better support Swift. [\#83](https://github.com/terryworona/TWMessageBarManager/pull/83) ([rexeisen](https://github.com/rexeisen))

**Fixed bugs:**

- Status bar style and visibility not restored [\#64](https://github.com/terryworona/TWMessageBarManager/issues/64)

**Closed issues:**

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

**Merged pull requests:**

- Bugfix: Messages created from a message callback won't appear [\#86](https://github.com/terryworona/TWMessageBarManager/pull/86) ([Zeeker](https://github.com/Zeeker))

## [v1.7.2](https://github.com/terryworona/TWMessageBarManager/tree/v1.7.2) (2015-04-14)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.7.1...v1.7.2)

**Implemented enhancements:**

- Orientations support for bar manager view controller [\#67](https://github.com/terryworona/TWMessageBarManager/pull/67) ([skyylex](https://github.com/skyylex))

**Fixed bugs:**

- Deprecation Warnings [\#57](https://github.com/terryworona/TWMessageBarManager/issues/57)

**Closed issues:**

- A way to hide a specific view [\#69](https://github.com/terryworona/TWMessageBarManager/issues/69)
- Use of \[UIApplication sharedApplication\] [\#68](https://github.com/terryworona/TWMessageBarManager/issues/68)

**Merged pull requests:**

- Fixed status bar frame to only reorient the frame on iOS 7.1 and prior a... [\#72](https://github.com/terryworona/TWMessageBarManager/pull/72) ([cms5822](https://github.com/cms5822))
- Enum changed to NSENUM to support Swift [\#70](https://github.com/terryworona/TWMessageBarManager/pull/70) ([VojtaStavik](https://github.com/VojtaStavik))
- restore status bar style after hide [\#65](https://github.com/terryworona/TWMessageBarManager/pull/65) ([setoff](https://github.com/setoff))

## [v1.7.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.7.1) (2014-11-13)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.7.0...v1.7.1)

**Closed issues:**

- feature request: dismissable [\#61](https://github.com/terryworona/TWMessageBarManager/issues/61)
- iOS 8 landscape orientation issue [\#59](https://github.com/terryworona/TWMessageBarManager/issues/59)
- managing push notification payload [\#58](https://github.com/terryworona/TWMessageBarManager/issues/58)
- can I display message above status bar on IOS 6 [\#55](https://github.com/terryworona/TWMessageBarManager/issues/55)
- How can I disable rotation mess ego to landscape? [\#54](https://github.com/terryworona/TWMessageBarManager/issues/54)

**Merged pull requests:**

- \[TWMessageBarManager.h\] Import UIKit [\#63](https://github.com/terryworona/TWMessageBarManager/pull/63) ([dasmer](https://github.com/dasmer))

## [v1.7.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.7.0) (2014-06-06)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.6.1...v1.7.0)

**Implemented enhancements:**

- Add custom title and description color [\#53](https://github.com/terryworona/TWMessageBarManager/issues/53)
- Provide font customization options [\#48](https://github.com/terryworona/TWMessageBarManager/issues/48)

**Merged pull requests:**

- Added optional methods to stylesheet protocol for customizing fonts. [\#52](https://github.com/terryworona/TWMessageBarManager/pull/52) ([mdelaporta](https://github.com/mdelaporta))

## [v1.6.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.6.1) (2014-05-20)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.6.0...v1.6.1)

**Closed issues:**

- deprecated methods [\#50](https://github.com/terryworona/TWMessageBarManager/issues/50)

**Merged pull requests:**

- Update README.md [\#49](https://github.com/terryworona/TWMessageBarManager/pull/49) ([jonathanng](https://github.com/jonathanng))

## [v1.6.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.6.0) (2014-04-25)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.5.2...v1.6.0)

**Closed issues:**

- Reveal option for prefersStatusBarHidden [\#45](https://github.com/terryworona/TWMessageBarManager/issues/45)
- StatusBar persists after showing [\#44](https://github.com/terryworona/TWMessageBarManager/issues/44)
- StatusBar doesn't get hidden again after showing [\#43](https://github.com/terryworona/TWMessageBarManager/issues/43)

**Merged pull requests:**

- add property to hide the statusbar [\#46](https://github.com/terryworona/TWMessageBarManager/pull/46) ([Leandros](https://github.com/Leandros))

## [v1.5.2](https://github.com/terryworona/TWMessageBarManager/tree/v1.5.2) (2014-04-22)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.5.1...v1.5.2)

**Closed issues:**

- TWMessageViewController retains control of status bar style after message dismissed [\#41](https://github.com/terryworona/TWMessageBarManager/issues/41)

**Merged pull requests:**

- TWMessageViewController retains control of status bar style after message dismissed [\#42](https://github.com/terryworona/TWMessageBarManager/pull/42) ([jeffmc](https://github.com/jeffmc))

## [v1.5.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.5.1) (2014-04-18)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.5.0...v1.5.1)

**Closed issues:**

- Status Bar is left with wrong style in called from a VC with UIStatusBarStyleLightContent [\#38](https://github.com/terryworona/TWMessageBarManager/issues/38)

**Merged pull requests:**

- fix iOS 6 crash [\#40](https://github.com/terryworona/TWMessageBarManager/pull/40) ([mkutgt72](https://github.com/mkutgt72))

## [v1.5.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.5.0) (2014-04-12)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.4.2...v1.5.0)

## [v1.4.2](https://github.com/terryworona/TWMessageBarManager/tree/v1.4.2) (2014-04-07)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.4.1...v1.4.2)

**Fixed bugs:**

- MessageBar doesn't appear if app has no status bar. [\#35](https://github.com/terryworona/TWMessageBarManager/issues/35)

**Closed issues:**

- Rendering glitch / disappearing message bar [\#34](https://github.com/terryworona/TWMessageBarManager/issues/34)

**Merged pull requests:**

- Added support for hidden statusBar. Using UIDevice instead of statusBar ... [\#36](https://github.com/terryworona/TWMessageBarManager/pull/36) ([DanielKrofchick](https://github.com/DanielKrofchick))

## [v1.4.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.4.1) (2014-04-02)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.4.0...v1.4.1)

**Implemented enhancements:**

- Does not support other orientation. [\#2](https://github.com/terryworona/TWMessageBarManager/issues/2)

**Closed issues:**

- Add accessibility to the TWMessageBarManager [\#31](https://github.com/terryworona/TWMessageBarManager/issues/31)

**Merged pull requests:**

- Add implementation of UIAccessibilityContainer Protocol [\#32](https://github.com/terryworona/TWMessageBarManager/pull/32) ([JanenePappas](https://github.com/JanenePappas))

## [v1.4.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.4.0) (2014-03-28)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.5...v1.4.0)

**Merged pull requests:**

- Added rotation support by placing the messages in the rootViewController... [\#29](https://github.com/terryworona/TWMessageBarManager/pull/29) ([DanielKrofchick](https://github.com/DanielKrofchick))

## [v1.3.5](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.5) (2014-03-18)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.4...v1.3.5)

**Closed issues:**

- Not showing messages in one project [\#27](https://github.com/terryworona/TWMessageBarManager/issues/27)

**Merged pull requests:**

- Fixed \#27 [\#28](https://github.com/terryworona/TWMessageBarManager/pull/28) ([ChrisGrant](https://github.com/ChrisGrant))

## [v1.3.4](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.4) (2014-03-14)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.3...v1.3.4)

**Closed issues:**

- Multi-Line problem with iOS SDK 7.1 [\#26](https://github.com/terryworona/TWMessageBarManager/issues/26)

## [v1.3.3](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.3) (2014-03-13)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.2...v1.3.3)

**Implemented enhancements:**

- Message background cover status bar on iOS 7 [\#16](https://github.com/terryworona/TWMessageBarManager/issues/16)
- Add withAnimation: option to hideAll API call [\#9](https://github.com/terryworona/TWMessageBarManager/issues/9)

**Merged pull requests:**

- Multi-line message height calculation [\#23](https://github.com/terryworona/TWMessageBarManager/pull/23) ([amyworrall](https://github.com/amyworrall))

## [v1.3.2](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.2) (2014-02-06)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.1...v1.3.2)

## [v1.3.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.1) (2014-01-07)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.3.0...v1.3.1)

## [v1.3.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.3.0) (2013-12-17)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.2.1...v1.3.0)

**Merged pull requests:**

- Better customization through use of a specific stylesheet protocol [\#18](https://github.com/terryworona/TWMessageBarManager/pull/18) ([grantjk](https://github.com/grantjk))

## [v1.2.1](https://github.com/terryworona/TWMessageBarManager/tree/v1.2.1) (2013-12-15)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.2.0...v1.2.1)

**Closed issues:**

- Vertically align icon when message is too big [\#17](https://github.com/terryworona/TWMessageBarManager/issues/17)
- Why is iOS 6.1 required? [\#15](https://github.com/terryworona/TWMessageBarManager/issues/15)

## [v1.2.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.2.0) (2013-12-13)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.1.0...v1.2.0)

**Closed issues:**

- Dealing with push notifications [\#12](https://github.com/terryworona/TWMessageBarManager/issues/12)
- Updated label sizing for iOS 7 [\#10](https://github.com/terryworona/TWMessageBarManager/issues/10)

## [v1.1.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.1.0) (2013-12-12)
[Full Changelog](https://github.com/terryworona/TWMessageBarManager/compare/v1.0.0...v1.1.0)

**Closed issues:**

- Message view display location wrong in iPad 6.1 [\#11](https://github.com/terryworona/TWMessageBarManager/issues/11)
- Please add to CocoaPods [\#5](https://github.com/terryworona/TWMessageBarManager/issues/5)

## [v1.0.0](https://github.com/terryworona/TWMessageBarManager/tree/v1.0.0) (2013-12-10)
**Closed issues:**

- API to cancel all messages [\#6](https://github.com/terryworona/TWMessageBarManager/issues/6)
- Icon [\#4](https://github.com/terryworona/TWMessageBarManager/issues/4)

**Merged pull requests:**

- Easier start and Typo fixed [\#1](https://github.com/terryworona/TWMessageBarManager/pull/1) ([lukaswelte](https://github.com/lukaswelte))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 16f8e5c

Please sign in to comment.