Skip to content

Commit

Permalink
v2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Dec 7, 2017
1 parent 702434f commit 1e2ce20
Showing 1 changed file with 22 additions and 123 deletions.
145 changes: 22 additions & 123 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
# Change Log

## [v2.5.1](https://github.com/LeoNatan/LNPopupController/tree/v2.5.1) (2017-10-15)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.5.0...v2.5.1)
## [v2.5.2](https://github.com/LeoNatan/LNPopupController/tree/v2.5.2) (2017-12-08)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.5.1...v2.5.2)

**Enhancements**

- prominent display left image corner radius [\#197](https://github.com/LeoNatan/LNPopupController/issues/197)

**Fixed Bugs**

- Changing prefersStatusBarHidden value of a view controller that is presented as a popup content controller has no effect on views attached to topLayoutGuide/safeAreaLayoutGuide [\#188](https://github.com/LeoNatan/LNPopupController/issues/188)
- Safe area issue [\#194](https://github.com/LeoNatan/LNPopupController/issues/194)
- gestureRecognizer:shouldRecognizeSimultaneouslyWithGestureRecognizer: doesn't do much [\#186](https://github.com/LeoNatan/LNPopupController/issues/186)

**Closed Issues**
## [v2.5.1](https://github.com/LeoNatan/LNPopupController/tree/v2.5.1) (2017-10-15)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.5.0...v2.5.1)

- `progressViewStyle` is reset [\#190](https://github.com/LeoNatan/LNPopupController/issues/190)
- Customize not working for compact or popupInteractionStyle [\#185](https://github.com/LeoNatan/LNPopupController/issues/185)
**Fixed Bugs**

- Changing prefersStatusBarHidden value of a view controller that is presented as a popup content controller has no effect on views attached to topLayoutGuide/safeAreaLayoutGuide [\#188](https://github.com/LeoNatan/LNPopupController/issues/188)

## [v2.5.0](https://github.com/LeoNatan/LNPopupController/tree/v2.5.0) (2017-09-17)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.3.2...v2.5.0)
Expand All @@ -23,29 +29,14 @@
**Fixed Bugs**

- iPhone X is not supported [\#183](https://github.com/LeoNatan/LNPopupController/issues/183)
- Setting the height of custom bar view results in inconsistent UI of UITabBar is height is more than 100 [\#180](https://github.com/LeoNatan/LNPopupController/issues/180)
- Initial full-screen view slides behind status bar; interaction with view element "corrects" the view [\#179](https://github.com/LeoNatan/LNPopupController/issues/179)
- function of custom popupInteractionGestureRecognizer delegate is not called [\#170](https://github.com/LeoNatan/LNPopupController/issues/170)
- UITabBar item titles get misplaced [\#167](https://github.com/LeoNatan/LNPopupController/issues/167)

**Closed Issues**

- 3D Touch isn't working in a popup [\#181](https://github.com/LeoNatan/LNPopupController/issues/181)
- Setting the height of custom bar view results in inconsistent UI of UITabBar is height is more than 100 [\#180](https://github.com/LeoNatan/LNPopupController/issues/180)
- Changing popup bar background color makes title and subtitle disappear [\#177](https://github.com/LeoNatan/LNPopupController/issues/177)
- Does not adjust Layout of TableViewController in Xib [\#176](https://github.com/LeoNatan/LNPopupController/issues/176)
- Overlapping view layout issue [\#175](https://github.com/LeoNatan/LNPopupController/issues/175)
- Tapping Popup Bar extends but is a blank view, not the included View? [\#174](https://github.com/LeoNatan/LNPopupController/issues/174)
- Cannot get popup gesture to disable [\#173](https://github.com/LeoNatan/LNPopupController/issues/173)
- Title and Buttons are misaligned in the bar [\#171](https://github.com/LeoNatan/LNPopupController/issues/171)
- hitTest in customBarViewController's view [\#156](https://github.com/LeoNatan/LNPopupController/issues/156)

## [v2.3.2](https://github.com/LeoNatan/LNPopupController/tree/v2.3.2) (2017-08-12)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.3.1...v2.3.2)

**Closed Issues**

- Subtitle doesn't appear [\#172](https://github.com/LeoNatan/LNPopupController/issues/172)

## [v2.3.1](https://github.com/LeoNatan/LNPopupController/tree/v2.3.1) (2017-07-17)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.3.0...v2.3.1)

Expand All @@ -66,23 +57,14 @@
- Investigate iOS 11 beta issues [\#162](https://github.com/LeoNatan/LNPopupController/issues/162)
- Popup bar does not fade correctly when opening the popup programmatically [\#157](https://github.com/LeoNatan/LNPopupController/issues/157)

**Closed Issues**

- Map example Demo issue [\#168](https://github.com/LeoNatan/LNPopupController/issues/168)
- Does LNPopupCloseButtonStyle work correctly? \(iOS 10 release version\) [\#165](https://github.com/LeoNatan/LNPopupController/issues/165)

## [v2.2.3](https://github.com/LeoNatan/LNPopupController/tree/v2.2.3) (2017-06-12)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.2.2...v2.2.3)

**Fixed Bugs**

- Compile error for case sensitive file system [\#163](https://github.com/LeoNatan/LNPopupController/issues/163)

**Closed Issues**

- Delegate for PopupController disappeared [\#158](https://github.com/LeoNatan/LNPopupController/issues/158)

**Merged pull requests:**
**Merged Pull Requests**

- Support custom progress position [\#159](https://github.com/LeoNatan/LNPopupController/pull/159) ([zzzworm](https://github.com/zzzworm))
- Add sanity UI tests in Travis CI [\#155](https://github.com/LeoNatan/LNPopupController/pull/155) ([LeoNatan](https://github.com/LeoNatan))
Expand All @@ -99,10 +81,6 @@

- App crashes in iOS 9, working fine in iOS 10 [\#153](https://github.com/LeoNatan/LNPopupController/issues/153)

**Closed Issues**

- Lockscreen player controls not working [\#150](https://github.com/LeoNatan/LNPopupController/issues/150)

## [v2.2.1](https://github.com/LeoNatan/LNPopupController/tree/v2.2.1) (2017-03-18)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.2.0...v2.2.1)

Expand Down Expand Up @@ -130,28 +108,13 @@
- Title label overlaps with rightBarButtonItems if more than one exists [\#136](https://github.com/LeoNatan/LNPopupController/issues/136)
- Content view disappears when presenting a popup while transitioning [\#129](https://github.com/LeoNatan/LNPopupController/issues/129)

**Closed Issues**

- Presenting VC over navigation bar [\#141](https://github.com/LeoNatan/LNPopupController/issues/141)
- Disable feature "swipe down to dismiss ViewController" ? [\#140](https://github.com/LeoNatan/LNPopupController/issues/140)
- cannot replace the close button [\#137](https://github.com/LeoNatan/LNPopupController/issues/137)
- Xcode 8.2.1 Warnings: Null is returned from a method that is expected to return a non-null value [\#135](https://github.com/LeoNatan/LNPopupController/issues/135)
- LNPopupBar customize appearance [\#134](https://github.com/LeoNatan/LNPopupController/issues/134)
- Coordinate marqueeScroll disabled redrawing [\#132](https://github.com/LeoNatan/LNPopupController/issues/132)

**Merged pull requests:**
**Merged Pull Requests**

- Fix detection of compact style. [\#142](https://github.com/LeoNatan/LNPopupController/pull/142) ([Longhanks](https://github.com/Longhanks))

## [v2.1.4](https://github.com/LeoNatan/LNPopupController/tree/v2.1.4) (2017-01-11)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.1.3...v2.1.4)

**Closed Issues**

- Querying/getting the height of the popupItem? [\#131](https://github.com/LeoNatan/LNPopupController/issues/131)
- Setting popupBar tintColor has no effect [\#130](https://github.com/LeoNatan/LNPopupController/issues/130)
- Multiple fingers required to drag down and dismiss content view [\#127](https://github.com/LeoNatan/LNPopupController/issues/127)

## [v2.1.3](https://github.com/LeoNatan/LNPopupController/tree/v2.1.3) (2017-01-03)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.1.2...v2.1.3)

Expand Down Expand Up @@ -179,10 +142,6 @@
- Jumpy snap behaviour on iOS 10 [\#125](https://github.com/LeoNatan/LNPopupController/issues/125)
- Changing the style to compact breaks ability to touch buttons on tab bar [\#123](https://github.com/LeoNatan/LNPopupController/issues/123)

**Closed Issues**

- Gesture Recognizer Hit Area [\#124](https://github.com/LeoNatan/LNPopupController/issues/124)

## [v2.0.3](https://github.com/LeoNatan/LNPopupController/tree/v2.0.3) (2016-12-20)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.0.2...v2.0.3)

Expand All @@ -203,20 +162,12 @@
- New updates changed the popBar Color [\#115](https://github.com/LeoNatan/LNPopupController/issues/115)
- Default bar and interaction style cannot be customized in 2.0.0 [\#112](https://github.com/LeoNatan/LNPopupController/issues/112)

**Closed Issues**

- Error 'LNPopupController/LNPopupContentView.h' file not found [\#119](https://github.com/LeoNatan/LNPopupController/issues/119)
- Hide View behind Mini Player [\#118](https://github.com/LeoNatan/LNPopupController/issues/118)
- Issue building with Carthage [\#114](https://github.com/LeoNatan/LNPopupController/issues/114)

## [v2.0.1](https://github.com/LeoNatan/LNPopupController/tree/v2.0.1) (2016-12-04)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v2.0.0...v2.0.1)

**Closed Issues**
**Fixed Bugs**

- No blur on popupBar [\#111](https://github.com/LeoNatan/LNPopupController/issues/111)
- Content controller is displaying under the navigation bar [\#83](https://github.com/LeoNatan/LNPopupController/issues/83)
- LNPopupBar label alignment issues [\#69](https://github.com/LeoNatan/LNPopupController/issues/69)

## [v2.0.0](https://github.com/LeoNatan/LNPopupController/tree/v2.0.0) (2016-12-02)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v1.4.6...v2.0.0)
Expand Down Expand Up @@ -250,25 +201,10 @@

**Closed Issues**

- Labels are not scrolling on iOS 10.1 [\#110](https://github.com/LeoNatan/LNPopupController/issues/110)
- How to add action to UIBarButton item? [\#109](https://github.com/LeoNatan/LNPopupController/issues/109)
- Branch 2.0 Demo is not working... [\#108](https://github.com/LeoNatan/LNPopupController/issues/108)
- Change progressbar color and only the progressbar [\#104](https://github.com/LeoNatan/LNPopupController/issues/104)
- closePopupAnimated need help [\#103](https://github.com/LeoNatan/LNPopupController/issues/103)
- Customisation example in Swift [\#102](https://github.com/LeoNatan/LNPopupController/issues/102)
- Is there a way to check if the popupcontroller is already being presented? [\#97](https://github.com/LeoNatan/LNPopupController/issues/97)
- How To Customize Popupbar using IB? [\#94](https://github.com/LeoNatan/LNPopupController/issues/94)
- Possibility of avoiding contentView deinit [\#88](https://github.com/LeoNatan/LNPopupController/issues/88)
- Popup bar slips partly under tab bar, when in call status bar is present [\#87](https://github.com/LeoNatan/LNPopupController/issues/87)
- Popup bar overlays the last cell in tableView [\#82](https://github.com/LeoNatan/LNPopupController/issues/82)
- I cannot add swipe gesture [\#81](https://github.com/LeoNatan/LNPopupController/issues/81)
- dismissPopupBarAnimated not working [\#80](https://github.com/LeoNatan/LNPopupController/issues/80)
- MPNowPlayingInfoCenter not working properly [\#77](https://github.com/LeoNatan/LNPopupController/issues/77)
- Can the cancel a gesture on the entire popupContentView? [\#75](https://github.com/LeoNatan/LNPopupController/issues/75)
- Hide close button? [\#72](https://github.com/LeoNatan/LNPopupController/issues/72)
- 'UIActivityIndicatorView' exception [\#71](https://github.com/LeoNatan/LNPopupController/issues/71)

**Merged pull requests:**
**Merged Pull Requests**

- Fixes slight rounding issue on interactive gesture [\#79](https://github.com/LeoNatan/LNPopupController/pull/79) ([colinmorelli](https://github.com/colinmorelli))

Expand All @@ -280,10 +216,6 @@
- iOS 8 issue, UISplitViewController \(LNPopupSupportPrivate\) [\#68](https://github.com/LeoNatan/LNPopupController/issues/68)
- Docking to a view issue [\#67](https://github.com/LeoNatan/LNPopupController/issues/67)

**Closed Issues**

- Bottom layout guide correction doesn't work with UITableViewController [\#65](https://github.com/LeoNatan/LNPopupController/issues/65)

## [v1.4.3](https://github.com/LeoNatan/LNPopupController/tree/v1.4.3) (2016-04-30)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v1.4.2...v1.4.3)

Expand All @@ -303,14 +235,9 @@

**Closed Issues**

- Is it possible to make it globally accessible? [\#62](https://github.com/LeoNatan/LNPopupController/issues/62)
- Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-\[UITabBarController popupContentViewController\]: [\#61](https://github.com/LeoNatan/LNPopupController/issues/61)
- Add dismiss chevron to popupContentViewController [\#59](https://github.com/LeoNatan/LNPopupController/issues/59)
- Bottom docking view should respect tabBar.isHidden property [\#58](https://github.com/LeoNatan/LNPopupController/issues/58)
- Content controller is displaying under the navigation bar [\#55](https://github.com/LeoNatan/LNPopupController/issues/55)
- Status Bar + UINavigationController doesn't play nicely. [\#52](https://github.com/LeoNatan/LNPopupController/issues/52)

**Merged pull requests:**
**Merged Pull Requests**

- Closes \#56. Fix completion block called twice when opening popup while presenting. [\#57](https://github.com/LeoNatan/LNPopupController/pull/57) ([juliensaad](https://github.com/juliensaad))

Expand All @@ -325,11 +252,7 @@

- 'popupBar' adjusting for 'bottomDockingView' only after presenting 'contentViewController' [\#51](https://github.com/LeoNatan/LNPopupController/issues/51)

**Closed Issues**

- dismissPopupBarAnimated\(true, completion: nil\) does not call deinit of contentViewController [\#48](https://github.com/LeoNatan/LNPopupController/issues/48)

**Merged pull requests:**
**Merged Pull Requests**

- Added offset to the pan gesture to match the Music app [\#53](https://github.com/LeoNatan/LNPopupController/pull/53) ([joshluongo](https://github.com/joshluongo))

Expand All @@ -340,12 +263,7 @@

- setNeedsStatusBarAppearanceUpdate\(\) has no effect [\#46](https://github.com/LeoNatan/LNPopupController/issues/46)

**Closed Issues**

- Title and subtitle doesn't appear in bar. [\#44](https://github.com/LeoNatan/LNPopupController/issues/44)
- I need an hasBeenMinified\(\) delegate method [\#43](https://github.com/LeoNatan/LNPopupController/issues/43)

**Merged pull requests:**
**Merged Pull Requests**

- Fix Carthage 0.12.0 build error: "Build fails: Failed to read file or folder" [\#47](https://github.com/LeoNatan/LNPopupController/pull/47) ([funkenstrahlen](https://github.com/funkenstrahlen))

Expand All @@ -359,14 +277,8 @@

**Closed Issues**

- Changing background color does not work [\#42](https://github.com/LeoNatan/LNPopupController/issues/42)
- Change progress bar color [\#40](https://github.com/LeoNatan/LNPopupController/issues/40)
- Issue with bottomLayoutGuide [\#39](https://github.com/LeoNatan/LNPopupController/issues/39)
- Properly remove and fully deallocate content view controller upon dismissing popup bar [\#38](https://github.com/LeoNatan/LNPopupController/issues/38)
- Status Bar keeps appearing when table view row is selected [\#37](https://github.com/LeoNatan/LNPopupController/issues/37)
- Opening LNPopupController programmatically gives me a "see through" window [\#35](https://github.com/LeoNatan/LNPopupController/issues/35)
- LNPopupController goes behind UINavigationBar [\#34](https://github.com/LeoNatan/LNPopupController/issues/34)
- How to show popup bar on the UITabbar inside UIViewcontroller? [\#32](https://github.com/LeoNatan/LNPopupController/issues/32)

## [v1.2](https://github.com/LeoNatan/LNPopupController/tree/v1.2) (2015-12-27)
[Full Changelog](https://github.com/LeoNatan/LNPopupController/compare/v1.1...v1.2)
Expand All @@ -380,7 +292,7 @@
- Submitting to iTC without modifying info.plist causes an error [\#29](https://github.com/LeoNatan/LNPopupController/issues/29)
- ParagraphStyle support [\#15](https://github.com/LeoNatan/LNPopupController/issues/15)

**Merged pull requests:**
**Merged Pull Requests**

- Added missing version numbers. [\#28](https://github.com/LeoNatan/LNPopupController/pull/28) ([MosheBerman](https://github.com/MosheBerman))

Expand All @@ -399,20 +311,7 @@
- Unwanted animation of popup controller's view hierarchy [\#10](https://github.com/LeoNatan/LNPopupController/issues/10)
- LNPopupController problem with UISearchController [\#4](https://github.com/LeoNatan/LNPopupController/issues/4)

**Closed Issues**

- Memory leak because of timer? [\#24](https://github.com/LeoNatan/LNPopupController/issues/24)
- Deprecated in iOS 9? [\#22](https://github.com/LeoNatan/LNPopupController/issues/22)
- Having trouble getting this to work. Maybe its a problem integrating it? [\#21](https://github.com/LeoNatan/LNPopupController/issues/21)
- Swipe Gesture Recognizer [\#20](https://github.com/LeoNatan/LNPopupController/issues/20)
- LNNotificationsUI.framework [\#19](https://github.com/LeoNatan/LNPopupController/issues/19)
- crash when trying to customise LNPopupBar appearance [\#17](https://github.com/LeoNatan/LNPopupController/issues/17)
- Need API to dismiss popup controller in one step [\#13](https://github.com/LeoNatan/LNPopupController/issues/13)
- Accessing popupContentView causes multiple instances of LNPopupController [\#12](https://github.com/LeoNatan/LNPopupController/issues/12)
- Error not Loaded [\#6](https://github.com/LeoNatan/LNPopupController/issues/6)
- Framework not found [\#5](https://github.com/LeoNatan/LNPopupController/issues/5)

**Merged pull requests:**
**Merged Pull Requests**

- add Support For Carthage [\#26](https://github.com/LeoNatan/LNPopupController/pull/26) ([CodeEagle](https://github.com/CodeEagle))
- Update MarqueeLabel attribution [\#1](https://github.com/LeoNatan/LNPopupController/pull/1) ([cbpowell](https://github.com/cbpowell))
Expand Down

0 comments on commit 1e2ce20

Please sign in to comment.