diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9df629a --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,461 @@ +# Change Log + +## [Unreleased](https://github.com/vikmeup/SCLAlertView-Swift/tree/HEAD) + +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.7.0...HEAD) + +**Closed issues:** + +- Main thread related crash [\#369](https://github.com/vikmeup/SCLAlertView-Swift/issues/369) +- Cannot Change Circular Icon Color [\#365](https://github.com/vikmeup/SCLAlertView-Swift/issues/365) +- Swift 4 [\#359](https://github.com/vikmeup/SCLAlertView-Swift/issues/359) +- Duplicate Entries [\#354](https://github.com/vikmeup/SCLAlertView-Swift/issues/354) +- Close button not visible [\#353](https://github.com/vikmeup/SCLAlertView-Swift/issues/353) +- Please make updates to pod for Swift 4 [\#351](https://github.com/vikmeup/SCLAlertView-Swift/issues/351) +- Xcode 9 beta 4 swift 3.2 [\#346](https://github.com/vikmeup/SCLAlertView-Swift/issues/346) +- Module compile with Swift 3.0.2 cannot be imported in Swift 3.1 [\#331](https://github.com/vikmeup/SCLAlertView-Swift/issues/331) +- What version compatible with Swift 3 [\#330](https://github.com/vikmeup/SCLAlertView-Swift/issues/330) +- EXC\_BAD\_INSTRUCTON error [\#329](https://github.com/vikmeup/SCLAlertView-Swift/issues/329) +- Is there a way to add UIPickerView to the alert? [\#317](https://github.com/vikmeup/SCLAlertView-Swift/issues/317) +- Localize the text? [\#315](https://github.com/vikmeup/SCLAlertView-Swift/issues/315) +- Resizing UITextView [\#306](https://github.com/vikmeup/SCLAlertView-Swift/issues/306) +- Don't show empty space if title is empty. [\#300](https://github.com/vikmeup/SCLAlertView-Swift/issues/300) +- Why is the custom icon cropped to a circle? [\#296](https://github.com/vikmeup/SCLAlertView-Swift/issues/296) +- Error for textfiled empty [\#291](https://github.com/vikmeup/SCLAlertView-Swift/issues/291) +- Add 'showQuestion' as an option [\#279](https://github.com/vikmeup/SCLAlertView-Swift/issues/279) +- Prevent from close when button is tapped [\#277](https://github.com/vikmeup/SCLAlertView-Swift/issues/277) +- Is It Possible To Use A Custom InputView For The Textfields? [\#276](https://github.com/vikmeup/SCLAlertView-Swift/issues/276) +- Set the height of the alert dynamically based on customSubview height [\#274](https://github.com/vikmeup/SCLAlertView-Swift/issues/274) +- value of type 'String' has no member heightWithConstrainedWidth [\#266](https://github.com/vikmeup/SCLAlertView-Swift/issues/266) +- Swift 3 issue even with version 0.7 [\#264](https://github.com/vikmeup/SCLAlertView-Swift/issues/264) +- Bottom Padding too big when setting showCircularIcon to False [\#262](https://github.com/vikmeup/SCLAlertView-Swift/issues/262) +- 300+ issues preventing compilation [\#257](https://github.com/vikmeup/SCLAlertView-Swift/issues/257) +- Add @discardableResult to the declaration of the open function to silence the compiler in swift 3.0 [\#243](https://github.com/vikmeup/SCLAlertView-Swift/issues/243) +- iOS 10 \(Xcode 8 - Swift 3\) [\#238](https://github.com/vikmeup/SCLAlertView-Swift/issues/238) +- Swift 3 [\#236](https://github.com/vikmeup/SCLAlertView-Swift/issues/236) +- Xcode 8 and swift 3 [\#234](https://github.com/vikmeup/SCLAlertView-Swift/issues/234) +- Silly question about default Done button [\#228](https://github.com/vikmeup/SCLAlertView-Swift/issues/228) +- how to change button border color?? [\#203](https://github.com/vikmeup/SCLAlertView-Swift/issues/203) + +**Merged pull requests:** + +- Fixed a typo [\#366](https://github.com/vikmeup/SCLAlertView-Swift/pull/366) ([celikomer](https://github.com/celikomer)) +- swift 4 update [\#361](https://github.com/vikmeup/SCLAlertView-Swift/pull/361) ([ahmedsafadii](https://github.com/ahmedsafadii)) +- Changes to support Swift 3 [\#356](https://github.com/vikmeup/SCLAlertView-Swift/pull/356) ([oswagner](https://github.com/oswagner)) +- made changes to be compatible with swift 4.0 and xcode 9 beta 5 [\#350](https://github.com/vikmeup/SCLAlertView-Swift/pull/350) ([fullmetalsheep](https://github.com/fullmetalsheep)) +- Prevent from selecting alert message - Update SCLAlertView.swift [\#345](https://github.com/vikmeup/SCLAlertView-Swift/pull/345) ([karek314](https://github.com/karek314)) +- Added activity animation as appearance parameter and added button for wait example [\#343](https://github.com/vikmeup/SCLAlertView-Swift/pull/343) ([prsolucoes](https://github.com/prsolucoes)) +- Scl alert viewcustom icon [\#338](https://github.com/vikmeup/SCLAlertView-Swift/pull/338) ([rakshithAppaiah](https://github.com/rakshithAppaiah)) +- Support horizontal buttons [\#336](https://github.com/vikmeup/SCLAlertView-Swift/pull/336) ([donmichael41](https://github.com/donmichael41)) +- Fix top offset when title is empty [\#332](https://github.com/vikmeup/SCLAlertView-Swift/pull/332) ([algrid](https://github.com/algrid)) +- Overflow crash fix [\#328](https://github.com/vikmeup/SCLAlertView-Swift/pull/328) ([mvdizel](https://github.com/mvdizel)) +- - fix bottom space issue when showCircularIcon = false [\#327](https://github.com/vikmeup/SCLAlertView-Swift/pull/327) ([tomdev-biz](https://github.com/tomdev-biz)) +- Fix for bugfix \#320 [\#326](https://github.com/vikmeup/SCLAlertView-Swift/pull/326) ([LordNali](https://github.com/LordNali)) +- \[Fix\] Dynamic UITextView Height [\#324](https://github.com/vikmeup/SCLAlertView-Swift/pull/324) ([shaunbevan](https://github.com/shaunbevan)) +- \[BugFix\] Int Overflow [\#320](https://github.com/vikmeup/SCLAlertView-Swift/pull/320) ([lastMove](https://github.com/lastMove)) +- Update Readme.md : Add Carthage [\#319](https://github.com/vikmeup/SCLAlertView-Swift/pull/319) ([lastMove](https://github.com/lastMove)) +- Feature/timeout configuration [\#316](https://github.com/vikmeup/SCLAlertView-Swift/pull/316) ([LordNali](https://github.com/LordNali)) +- duration becomes timeout with additional options [\#313](https://github.com/vikmeup/SCLAlertView-Swift/pull/313) ([LordNali](https://github.com/LordNali)) +- Fix to README.md markdown style. [\#311](https://github.com/vikmeup/SCLAlertView-Swift/pull/311) ([filmhomage](https://github.com/filmhomage)) +- Fixed two minor Swift mutability warnings [\#308](https://github.com/vikmeup/SCLAlertView-Swift/pull/308) ([jverdi](https://github.com/jverdi)) +- Allow Scaling of Title's Font [\#303](https://github.com/vikmeup/SCLAlertView-Swift/pull/303) ([nitrag](https://github.com/nitrag)) +- Function isShowing to know if a SCLAlertView is already being shown [\#289](https://github.com/vikmeup/SCLAlertView-Swift/pull/289) ([sanv725](https://github.com/sanv725)) +- Update README.md [\#287](https://github.com/vikmeup/SCLAlertView-Swift/pull/287) ([AlissonEnz](https://github.com/AlissonEnz)) +- Fix custom circle positions, add parameter for circle background color [\#283](https://github.com/vikmeup/SCLAlertView-Swift/pull/283) ([abbutt](https://github.com/abbutt)) +- Added option for showQuestion [\#280](https://github.com/vikmeup/SCLAlertView-Swift/pull/280) ([delucamike](https://github.com/delucamike)) +- Fix empty title crash. [\#278](https://github.com/vikmeup/SCLAlertView-Swift/pull/278) ([Matungos](https://github.com/Matungos)) +- Fix custom circle positions, add parameter for circle background color [\#268](https://github.com/vikmeup/SCLAlertView-Swift/pull/268) ([vburojevic](https://github.com/vburojevic)) +- Fixing some swift 3 bugs [\#267](https://github.com/vikmeup/SCLAlertView-Swift/pull/267) ([Sn0wfreezeDev](https://github.com/Sn0wfreezeDev)) +- \#258 [\#259](https://github.com/vikmeup/SCLAlertView-Swift/pull/259) ([hslightnin](https://github.com/hslightnin)) +- changed the println to print [\#254](https://github.com/vikmeup/SCLAlertView-Swift/pull/254) ([andrewdex](https://github.com/andrewdex)) +- @discardableResult added to Custom [\#253](https://github.com/vikmeup/SCLAlertView-Swift/pull/253) ([hslightnin](https://github.com/hslightnin)) +- added dynamic animator [\#246](https://github.com/vikmeup/SCLAlertView-Swift/pull/246) ([RizanHa](https://github.com/RizanHa)) +- Update SCLAlertView.swift [\#244](https://github.com/vikmeup/SCLAlertView-Swift/pull/244) ([armaanbindra](https://github.com/armaanbindra)) +- Added support for multiple lines on the alert title [\#239](https://github.com/vikmeup/SCLAlertView-Swift/pull/239) ([ninoguba](https://github.com/ninoguba)) + +## [0.7.0](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.7.0) (2016-09-20) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.6.0...0.7.0) + +**Closed issues:** + +- Result of call to 'showSuccess Warning [\#241](https://github.com/vikmeup/SCLAlertView-Swift/issues/241) +- Xcode 8 and Swift 3 [\#233](https://github.com/vikmeup/SCLAlertView-Swift/issues/233) +- Alert dismissing automatically when i called it in closure [\#231](https://github.com/vikmeup/SCLAlertView-Swift/issues/231) +- Swift 3 [\#222](https://github.com/vikmeup/SCLAlertView-Swift/issues/222) + +**Merged pull requests:** + +- Add @discardableResult for some functions [\#242](https://github.com/vikmeup/SCLAlertView-Swift/pull/242) ([RemyDCF](https://github.com/RemyDCF)) +- Swift3 [\#240](https://github.com/vikmeup/SCLAlertView-Swift/pull/240) ([m-tatsuto](https://github.com/m-tatsuto)) +- Swift3 [\#235](https://github.com/vikmeup/SCLAlertView-Swift/pull/235) ([vikmeup](https://github.com/vikmeup)) +- Fixed dismiss block setter to comply with the latest Swift3 syntax [\#232](https://github.com/vikmeup/SCLAlertView-Swift/pull/232) ([zeusent](https://github.com/zeusent)) +- Convert to Swift3 \(Xcode 8 beta 6\) [\#225](https://github.com/vikmeup/SCLAlertView-Swift/pull/225) ([RemyDCF](https://github.com/RemyDCF)) +- Added custom\_icon to Example target to resolve crash in "Custom Alert" example [\#224](https://github.com/vikmeup/SCLAlertView-Swift/pull/224) ([freak4pc](https://github.com/freak4pc)) + +## [0.6.0](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.6.0) (2016-08-06) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.9...0.6.0) + +**Closed issues:** + +- Delay dismissing the alert view [\#212](https://github.com/vikmeup/SCLAlertView-Swift/issues/212) +- SCLAppearance [\#208](https://github.com/vikmeup/SCLAlertView-Swift/issues/208) +- Instanciation of SCLAlertView or SCLAlertView.SCLappearance only with all or zero parameters possible [\#202](https://github.com/vikmeup/SCLAlertView-Swift/issues/202) +- SCLAlerView Installation Error [\#199](https://github.com/vikmeup/SCLAlertView-Swift/issues/199) +- showCircularIcon and showCloseButton not working anymore [\#194](https://github.com/vikmeup/SCLAlertView-Swift/issues/194) +- UIAutomation [\#169](https://github.com/vikmeup/SCLAlertView-Swift/issues/169) + +**Merged pull requests:** + +- added circular radius to the circleIconView layer [\#220](https://github.com/vikmeup/SCLAlertView-Swift/pull/220) ([sagendaz](https://github.com/sagendaz)) +- Fix podspec to include only swift files [\#218](https://github.com/vikmeup/SCLAlertView-Swift/pull/218) ([mathieurobidoux](https://github.com/mathieurobidoux)) +- properly renamed variables to match inside a few code examples [\#209](https://github.com/vikmeup/SCLAlertView-Swift/pull/209) ([ghost](https://github.com/ghost)) +- Fix a button background color bug. [\#205](https://github.com/vikmeup/SCLAlertView-Swift/pull/205) ([pontago](https://github.com/pontago)) +- Add a carthage compatible badge to README.MD [\#204](https://github.com/vikmeup/SCLAlertView-Swift/pull/204) ([filmhomage](https://github.com/filmhomage)) + +## [0.5.9](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.9) (2016-06-15) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.8...0.5.9) + +**Closed issues:** + +- Custom style [\#71](https://github.com/vikmeup/SCLAlertView-Swift/issues/71) + +**Merged pull requests:** + +- Added cocoapod badge and bump spec [\#198](https://github.com/vikmeup/SCLAlertView-Swift/pull/198) ([filmhomage](https://github.com/filmhomage)) +- Custom alert created. Customizable: Color and Icon [\#196](https://github.com/vikmeup/SCLAlertView-Swift/pull/196) ([FelipeNBrito](https://github.com/FelipeNBrito)) +- Added animation options [\#191](https://github.com/vikmeup/SCLAlertView-Swift/pull/191) ([filmhomage](https://github.com/filmhomage)) + +## [0.5.8](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.8) (2016-05-23) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.7...0.5.8) + +**Closed issues:** + +- on viewDidLoad\(\) [\#184](https://github.com/vikmeup/SCLAlertView-Swift/issues/184) +- Now Is it Support Carthage? [\#159](https://github.com/vikmeup/SCLAlertView-Swift/issues/159) + +## [0.5.7](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.7) (2016-05-18) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.6...0.5.7) + +**Closed issues:** + +- Instance property "appearance" is not public [\#179](https://github.com/vikmeup/SCLAlertView-Swift/issues/179) +- Add action for default button [\#178](https://github.com/vikmeup/SCLAlertView-Swift/issues/178) +- alertView.showCloseButton [\#177](https://github.com/vikmeup/SCLAlertView-Swift/issues/177) +- SCLAlertView Custom Subview [\#174](https://github.com/vikmeup/SCLAlertView-Swift/issues/174) +- Cannot override with a stored property 'action' [\#172](https://github.com/vikmeup/SCLAlertView-Swift/issues/172) +- Not working with Closure [\#167](https://github.com/vikmeup/SCLAlertView-Swift/issues/167) +- Custom font [\#164](https://github.com/vikmeup/SCLAlertView-Swift/issues/164) +- about showinfo [\#145](https://github.com/vikmeup/SCLAlertView-Swift/issues/145) +- Using Selector\("buttonTapped"\) dismisses alertview [\#118](https://github.com/vikmeup/SCLAlertView-Swift/issues/118) + +**Merged pull requests:** + +- Fixed compile error [\#185](https://github.com/vikmeup/SCLAlertView-Swift/pull/185) ([falkobuttler](https://github.com/falkobuttler)) +- Added support to be able to customize: [\#183](https://github.com/vikmeup/SCLAlertView-Swift/pull/183) ([falkobuttler](https://github.com/falkobuttler)) +- No longer call dismissBlock twice when alert view is hidden using cancelButton [\#182](https://github.com/vikmeup/SCLAlertView-Swift/pull/182) ([MHaubenstock](https://github.com/MHaubenstock)) +- Fixed keyboardWillShow\(\) and enabled button click color [\#181](https://github.com/vikmeup/SCLAlertView-Swift/pull/181) ([DanielChu](https://github.com/DanielChu)) +- Update README with list of custom properties [\#180](https://github.com/vikmeup/SCLAlertView-Swift/pull/180) ([damtsnkff](https://github.com/damtsnkff)) + +## [0.5.6](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.6) (2016-05-03) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.5...0.5.6) + +**Closed issues:** + +- I cannot create custom view [\#173](https://github.com/vikmeup/SCLAlertView-Swift/issues/173) +- Custom design [\#126](https://github.com/vikmeup/SCLAlertView-Swift/issues/126) + +**Merged pull requests:** + +- Struct SCLAppearance for all Properties [\#176](https://github.com/vikmeup/SCLAlertView-Swift/pull/176) ([LordNali](https://github.com/LordNali)) +- Buttons: Custom Color, Duration Status and some Warnings [\#175](https://github.com/vikmeup/SCLAlertView-Swift/pull/175) ([LordNali](https://github.com/LordNali)) + +## [0.5.5](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.5) (2016-04-29) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.4...0.5.5) + +**Closed issues:** + +- not an issue [\#170](https://github.com/vikmeup/SCLAlertView-Swift/issues/170) +- Carthage issue [\#165](https://github.com/vikmeup/SCLAlertView-Swift/issues/165) +- fatal error: unexpectedly found nil while unwrapping an Optional value [\#162](https://github.com/vikmeup/SCLAlertView-Swift/issues/162) +- 2 \(or more lines\) of text on button? [\#158](https://github.com/vikmeup/SCLAlertView-Swift/issues/158) +- SCLAlertView goes down the screen on edit [\#152](https://github.com/vikmeup/SCLAlertView-Swift/issues/152) +- Text label is truncating text [\#143](https://github.com/vikmeup/SCLAlertView-Swift/issues/143) +- Can I use a TextView instead of a TextField [\#137](https://github.com/vikmeup/SCLAlertView-Swift/issues/137) +- func buttonTapped - unexpectedly found nil while unwrapping an Optional value [\#130](https://github.com/vikmeup/SCLAlertView-Swift/issues/130) +- change kTextFieldHeight value not work [\#116](https://github.com/vikmeup/SCLAlertView-Swift/issues/116) +- Alert view does not show up when view controller is loaded twice [\#61](https://github.com/vikmeup/SCLAlertView-Swift/issues/61) +- Only able to make it work on initial view controller [\#41](https://github.com/vikmeup/SCLAlertView-Swift/issues/41) + +**Merged pull requests:** + +- Custom Subview [\#171](https://github.com/vikmeup/SCLAlertView-Swift/pull/171) ([blazierkyle](https://github.com/blazierkyle)) +- UITextView Integration [\#168](https://github.com/vikmeup/SCLAlertView-Swift/pull/168) ([MichaelCosmo](https://github.com/MichaelCosmo)) + +## [0.5.4](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.4) (2016-04-21) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.3...0.5.4) + +**Merged pull requests:** + +- Fix testing [\#166](https://github.com/vikmeup/SCLAlertView-Swift/pull/166) ([peterprokop](https://github.com/peterprokop)) + +## [0.5.3](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.3) (2016-04-18) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.2...0.5.3) + +**Closed issues:** + +- Should Dismiss on tap outside AlertView [\#156](https://github.com/vikmeup/SCLAlertView-Swift/issues/156) + +**Merged pull requests:** + +- Swift 2.2 update - Color conversion refactor [\#163](https://github.com/vikmeup/SCLAlertView-Swift/pull/163) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- Problem with more than one input field [\#160](https://github.com/vikmeup/SCLAlertView-Swift/pull/160) ([mbutan](https://github.com/mbutan)) + +## [0.5.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.2) (2016-04-11) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5.1...0.5.2) + +**Closed issues:** + +- About the icons... [\#155](https://github.com/vikmeup/SCLAlertView-Swift/issues/155) +- Selector expression error [\#154](https://github.com/vikmeup/SCLAlertView-Swift/issues/154) +- how to get button title from selector [\#153](https://github.com/vikmeup/SCLAlertView-Swift/issues/153) +- Dismiss Alert When Tapping The Background View [\#136](https://github.com/vikmeup/SCLAlertView-Swift/issues/136) +- Change only background color of closebutton [\#133](https://github.com/vikmeup/SCLAlertView-Swift/issues/133) +- showTitle crash IF colorStyle == nil [\#131](https://github.com/vikmeup/SCLAlertView-Swift/issues/131) +- Feature request [\#117](https://github.com/vikmeup/SCLAlertView-Swift/issues/117) +- How do I get the "closeButtonTitle" to not show up at all? [\#87](https://github.com/vikmeup/SCLAlertView-Swift/issues/87) +- Carthage Integration [\#46](https://github.com/vikmeup/SCLAlertView-Swift/issues/46) +- Alert with one button and custom close text [\#34](https://github.com/vikmeup/SCLAlertView-Swift/issues/34) +- If you add multiple buttons, the view doesn't auto center itself [\#29](https://github.com/vikmeup/SCLAlertView-Swift/issues/29) + +**Merged pull requests:** + +- Updated README [\#157](https://github.com/vikmeup/SCLAlertView-Swift/pull/157) ([iiMshl](https://github.com/iiMshl)) +- Small refactor [\#151](https://github.com/vikmeup/SCLAlertView-Swift/pull/151) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- Added new test on SCLButton - Removed commented code [\#150](https://github.com/vikmeup/SCLAlertView-Swift/pull/150) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- Added circle image tint color option [\#149](https://github.com/vikmeup/SCLAlertView-Swift/pull/149) ([zeusent](https://github.com/zeusent)) +- Added disable functionality to AutoDismiss [\#148](https://github.com/vikmeup/SCLAlertView-Swift/pull/148) ([OnurVar](https://github.com/OnurVar)) +- Tests added and modified [\#147](https://github.com/vikmeup/SCLAlertView-Swift/pull/147) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- Swift 2.2 syntax using \#selector modification update [\#146](https://github.com/vikmeup/SCLAlertView-Swift/pull/146) ([WadeSellers](https://github.com/WadeSellers)) +- New tests created [\#144](https://github.com/vikmeup/SCLAlertView-Swift/pull/144) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- First tests [\#142](https://github.com/vikmeup/SCLAlertView-Swift/pull/142) ([christiancabarrocas](https://github.com/christiancabarrocas)) +- Enable hideWhenBackgroundViewIsTapped in Example [\#141](https://github.com/vikmeup/SCLAlertView-Swift/pull/141) ([chancyWu](https://github.com/chancyWu)) +- Add SCLAlertView to Example's dependency in workspace [\#140](https://github.com/vikmeup/SCLAlertView-Swift/pull/140) ([chancyWu](https://github.com/chancyWu)) +- fix \#136 Dismiss Alert When Tapping The Background View [\#139](https://github.com/vikmeup/SCLAlertView-Swift/pull/139) ([ytakzk](https://github.com/ytakzk)) + +## [0.5.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5.1) (2016-02-09) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.5...0.5.1) + +**Closed issues:** + +- hideView\(\) called twice in func buttonTapped\(btn:SCLButton\) [\#111](https://github.com/vikmeup/SCLAlertView-Swift/issues/111) +- AlertView without the default button [\#59](https://github.com/vikmeup/SCLAlertView-Swift/issues/59) +- no fading when tapping 'Done' \(double calling 'hideView' method\) & odd Circle Position [\#53](https://github.com/vikmeup/SCLAlertView-Swift/issues/53) +- subtitle gets cut off in a certain specific way [\#33](https://github.com/vikmeup/SCLAlertView-Swift/issues/33) +- How to use in a navigation controller [\#27](https://github.com/vikmeup/SCLAlertView-Swift/issues/27) + +**Merged pull requests:** + +- Fix for issue 131 [\#132](https://github.com/vikmeup/SCLAlertView-Swift/pull/132) ([CrystalVisions](https://github.com/CrystalVisions)) + +## [0.5](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.5) (2016-01-25) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.4.3...0.5) + +**Closed issues:** + +- UITextField does not resign first responder when return key is pressed. [\#128](https://github.com/vikmeup/SCLAlertView-Swift/issues/128) +- How to import the swift project to my Object-C project [\#120](https://github.com/vikmeup/SCLAlertView-Swift/issues/120) +- "ErrorDescription=Failed to verify code signature of /path/to/on/physical/device/MyApp.app/Frameworks/SCLAlertView.framework" [\#114](https://github.com/vikmeup/SCLAlertView-Swift/issues/114) +- Has this been tested with ios9? [\#107](https://github.com/vikmeup/SCLAlertView-Swift/issues/107) +- How to install? [\#106](https://github.com/vikmeup/SCLAlertView-Swift/issues/106) +- AlertView does not release from memory [\#105](https://github.com/vikmeup/SCLAlertView-Swift/issues/105) +- Keyboard Hiding SCLAlertView [\#90](https://github.com/vikmeup/SCLAlertView-Swift/issues/90) +- Custom colors [\#85](https://github.com/vikmeup/SCLAlertView-Swift/issues/85) +- new feature: add image in alertview [\#68](https://github.com/vikmeup/SCLAlertView-Swift/issues/68) +- Argument 'subTitle' must precede 'title' [\#67](https://github.com/vikmeup/SCLAlertView-Swift/issues/67) +- Add Image to SCLAlertView [\#57](https://github.com/vikmeup/SCLAlertView-Swift/issues/57) +- Use of unresolved identifier 'SCLAlertView' [\#52](https://github.com/vikmeup/SCLAlertView-Swift/issues/52) +- Standard Button always hides the AlertView? [\#51](https://github.com/vikmeup/SCLAlertView-Swift/issues/51) +- Problem with shadowView in landscape mode [\#32](https://github.com/vikmeup/SCLAlertView-Swift/issues/32) + +**Merged pull requests:** + +- fixed \#128 [\#129](https://github.com/vikmeup/SCLAlertView-Swift/pull/129) ([ytakzk](https://github.com/ytakzk)) +- Add a variable for hiding SCLAlertView when background view is tapped [\#127](https://github.com/vikmeup/SCLAlertView-Swift/pull/127) ([ytakzk](https://github.com/ytakzk)) +- Fix for Issue 105 [\#125](https://github.com/vikmeup/SCLAlertView-Swift/pull/125) ([guidove](https://github.com/guidove)) +- Reduce Minimum Deployment Version [\#123](https://github.com/vikmeup/SCLAlertView-Swift/pull/123) ([phillfarrugia](https://github.com/phillfarrugia)) +- ensuring that hideView isnt calling the responder multiple times [\#119](https://github.com/vikmeup/SCLAlertView-Swift/pull/119) ([pragmaticpat](https://github.com/pragmaticpat)) +- add iconImage [\#115](https://github.com/vikmeup/SCLAlertView-Swift/pull/115) ([hoorace](https://github.com/hoorace)) +- changes so it can compile [\#112](https://github.com/vikmeup/SCLAlertView-Swift/pull/112) ([goktugyil](https://github.com/goktugyil)) +- Correct version number [\#109](https://github.com/vikmeup/SCLAlertView-Swift/pull/109) ([orangecoding](https://github.com/orangecoding)) + +## [0.4.3](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.4.3) (2015-10-19) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.4.2...0.4.3) + +**Closed issues:** + +- Swift 2.0 Issues Not working at all. [\#100](https://github.com/vikmeup/SCLAlertView-Swift/issues/100) +- Nil error [\#99](https://github.com/vikmeup/SCLAlertView-Swift/issues/99) +- fatal error: unexpectedly found nil while unwrapping an Optional value [\#98](https://github.com/vikmeup/SCLAlertView-Swift/issues/98) +- Gives error when compiling code with Xcode 7 beta 6 [\#95](https://github.com/vikmeup/SCLAlertView-Swift/issues/95) +- ios 7.1 fatal error [\#86](https://github.com/vikmeup/SCLAlertView-Swift/issues/86) +- Any plan to support Swift 2 and Xcode7? [\#73](https://github.com/vikmeup/SCLAlertView-Swift/issues/73) +- This doesn't work at all in latest version of Swift 1.2 [\#64](https://github.com/vikmeup/SCLAlertView-Swift/issues/64) +- Examples in read me throw compile errors [\#48](https://github.com/vikmeup/SCLAlertView-Swift/issues/48) +- CocoaPod installation that targets platform ios 8.0. Completely broke my project. [\#47](https://github.com/vikmeup/SCLAlertView-Swift/issues/47) + +**Merged pull requests:** + +- This patch allows a user to specify additional options - hide/show circular view, corner radius for buttons etc. [\#108](https://github.com/vikmeup/SCLAlertView-Swift/pull/108) ([appsailor](https://github.com/appsailor)) +- Keyboard sometimes overlapped alert window [\#103](https://github.com/vikmeup/SCLAlertView-Swift/pull/103) ([orangecoding](https://github.com/orangecoding)) +- Added completion handler when alert is dismissed [\#97](https://github.com/vikmeup/SCLAlertView-Swift/pull/97) ([razfriman](https://github.com/razfriman)) +- Hide View Issue! [\#96](https://github.com/vikmeup/SCLAlertView-Swift/pull/96) ([ntanyeri](https://github.com/ntanyeri)) + +## [0.4.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.4.2) (2015-09-17) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.4.1...0.4.2) + +**Closed issues:** + +- Error occurred when creating new SCLAlertView [\#84](https://github.com/vikmeup/SCLAlertView-Swift/issues/84) +- Podfile update? [\#78](https://github.com/vikmeup/SCLAlertView-Swift/issues/78) + +**Merged pull requests:** + +- Update for split-screen multitasking on iOS 9 [\#94](https://github.com/vikmeup/SCLAlertView-Swift/pull/94) ([kee23](https://github.com/kee23)) +- Convert to Swift 2 [\#91](https://github.com/vikmeup/SCLAlertView-Swift/pull/91) ([calvinchengx](https://github.com/calvinchengx)) +- Converted to Swift 2.0 [\#88](https://github.com/vikmeup/SCLAlertView-Swift/pull/88) ([Entalpi](https://github.com/Entalpi)) +- Done fade-out animation bug fixed [\#83](https://github.com/vikmeup/SCLAlertView-Swift/pull/83) ([yizhiheng](https://github.com/yizhiheng)) + +## [0.4.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.4.1) (2015-07-16) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.4...0.4.1) + +**Closed issues:** + +- Using showCloseButton raises an EXC\_BAD\_ACCESS error once tapping a button [\#76](https://github.com/vikmeup/SCLAlertView-Swift/issues/76) +- Change default button text [\#70](https://github.com/vikmeup/SCLAlertView-Swift/issues/70) +- boundingRectWithSize issue since converting to Swift 2.0 [\#69](https://github.com/vikmeup/SCLAlertView-Swift/issues/69) +- Cocoapods Version Out of Date [\#60](https://github.com/vikmeup/SCLAlertView-Swift/issues/60) +- Doesn´t work with Xcode 6.3.1 [\#56](https://github.com/vikmeup/SCLAlertView-Swift/issues/56) +- BAD\_ACCESS on button tap [\#40](https://github.com/vikmeup/SCLAlertView-Swift/issues/40) +- Compile Error for Swift [\#28](https://github.com/vikmeup/SCLAlertView-Swift/issues/28) + +**Merged pull requests:** + +- README improvement [\#80](https://github.com/vikmeup/SCLAlertView-Swift/pull/80) ([frantzmiccoli](https://github.com/frantzmiccoli)) +- Now the view containing the subtitle expands according to its content [\#79](https://github.com/vikmeup/SCLAlertView-Swift/pull/79) ([frantzmiccoli](https://github.com/frantzmiccoli)) +- Previously there was a bug that was releasing the alert view too early [\#77](https://github.com/vikmeup/SCLAlertView-Swift/pull/77) ([frantzmiccoli](https://github.com/frantzmiccoli)) +- made showCloseButton public [\#75](https://github.com/vikmeup/SCLAlertView-Swift/pull/75) ([jeremyvoss](https://github.com/jeremyvoss)) +- Update file in the folder SCLAlertView to success pod update [\#72](https://github.com/vikmeup/SCLAlertView-Swift/pull/72) ([rkorimba](https://github.com/rkorimba)) +- Modification on the style of the SCLAlertView [\#63](https://github.com/vikmeup/SCLAlertView-Swift/pull/63) ([rkorimba](https://github.com/rkorimba)) + +## [0.4](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.4) (2015-06-06) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.3.2...0.4) + +**Merged pull requests:** + +- Fixed typo in showCloseButton [\#66](https://github.com/vikmeup/SCLAlertView-Swift/pull/66) ([ncerezo](https://github.com/ncerezo)) +- Added new style: Wait [\#65](https://github.com/vikmeup/SCLAlertView-Swift/pull/65) ([ncerezo](https://github.com/ncerezo)) +- Added support for Carthage [\#62](https://github.com/vikmeup/SCLAlertView-Swift/pull/62) ([alec-c4](https://github.com/alec-c4)) +- fix hide view issue [\#58](https://github.com/vikmeup/SCLAlertView-Swift/pull/58) ([subicura](https://github.com/subicura)) + +## [0.3.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.3.2) (2015-04-27) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.3.1...0.3.2) + +**Closed issues:** + +- Examples project doesn't even launch. [\#49](https://github.com/vikmeup/SCLAlertView-Swift/issues/49) +- UITextField Delegate [\#26](https://github.com/vikmeup/SCLAlertView-Swift/issues/26) +- UITableViewController [\#24](https://github.com/vikmeup/SCLAlertView-Swift/issues/24) + +**Merged pull requests:** + +- Fixed Circle Y Position [\#55](https://github.com/vikmeup/SCLAlertView-Swift/pull/55) ([x8b](https://github.com/x8b)) +- Show alert on last view not first view [\#54](https://github.com/vikmeup/SCLAlertView-Swift/pull/54) ([joseph-montanez](https://github.com/joseph-montanez)) +- fixed init for swift 1.2 [\#50](https://github.com/vikmeup/SCLAlertView-Swift/pull/50) ([philipheinser](https://github.com/philipheinser)) +- Dismiss keyboard when tap outside texfield [\#45](https://github.com/vikmeup/SCLAlertView-Swift/pull/45) ([freddy-dev](https://github.com/freddy-dev)) +- swift1.2 [\#44](https://github.com/vikmeup/SCLAlertView-Swift/pull/44) ([dsxNiubility](https://github.com/dsxNiubility)) +- AppDelegate `application\(\_:didFinishLaunchingWithOptions:\)` did change [\#43](https://github.com/vikmeup/SCLAlertView-Swift/pull/43) ([pouriaalmassi](https://github.com/pouriaalmassi)) + +## [0.3.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.3.1) (2015-02-17) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.3...0.3.1) + +**Closed issues:** + +- Can't see the text of two lines [\#31](https://github.com/vikmeup/SCLAlertView-Swift/issues/31) + +**Merged pull requests:** + +- cocoapod support [\#42](https://github.com/vikmeup/SCLAlertView-Swift/pull/42) ([ken0nek](https://github.com/ken0nek)) +- Added touch event highlighting to buttons for better user interactions [\#37](https://github.com/vikmeup/SCLAlertView-Swift/pull/37) ([danbarnes333](https://github.com/danbarnes333)) +- Fixed animation Xcode 6.1.1 [\#36](https://github.com/vikmeup/SCLAlertView-Swift/pull/36) ([PGMY](https://github.com/PGMY)) + +## [0.3](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.3) (2014-10-23) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.22...0.3) + +**Closed issues:** + +- unknown option character `X' in: -Xlinker [\#25](https://github.com/vikmeup/SCLAlertView-Swift/issues/25) +- Visual feedback on tap of button [\#23](https://github.com/vikmeup/SCLAlertView-Swift/issues/23) +- Beta 6 [\#12](https://github.com/vikmeup/SCLAlertView-Swift/issues/12) + +**Merged pull requests:** + +- Updated to Not Rely on a View Controller to Display Alert [\#30](https://github.com/vikmeup/SCLAlertView-Swift/pull/30) ([FahimF](https://github.com/FahimF)) +- Action Handling [\#22](https://github.com/vikmeup/SCLAlertView-Swift/pull/22) ([FahimF](https://github.com/FahimF)) +- Compatibility Fixes [\#21](https://github.com/vikmeup/SCLAlertView-Swift/pull/21) ([FahimF](https://github.com/FahimF)) +- Documentation update [\#20](https://github.com/vikmeup/SCLAlertView-Swift/pull/20) ([FahimF](https://github.com/FahimF)) +- Revert change [\#19](https://github.com/vikmeup/SCLAlertView-Swift/pull/19) ([FahimF](https://github.com/FahimF)) +- Text Input [\#18](https://github.com/vikmeup/SCLAlertView-Swift/pull/18) ([FahimF](https://github.com/FahimF)) +- Visual Tweaks [\#17](https://github.com/vikmeup/SCLAlertView-Swift/pull/17) ([FahimF](https://github.com/FahimF)) +- Refactor to add support for multiple buttons [\#16](https://github.com/vikmeup/SCLAlertView-Swift/pull/16) ([FahimF](https://github.com/FahimF)) +- Fixes for Xcode 6 beta 7 [\#15](https://github.com/vikmeup/SCLAlertView-Swift/pull/15) ([FahimF](https://github.com/FahimF)) +- Adding a possibility to not hide the view on button click [\#14](https://github.com/vikmeup/SCLAlertView-Swift/pull/14) ([Aymenworks](https://github.com/Aymenworks)) +- Fixing some nil comparaisons errors. [\#13](https://github.com/vikmeup/SCLAlertView-Swift/pull/13) ([Aymenworks](https://github.com/Aymenworks)) + +## [0.22](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.22) (2014-08-14) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.2.2...0.22) + +## [0.2.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.2.2) (2014-08-14) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.2.1...0.2.2) + +**Closed issues:** + +- Fails to build in Xcode Beta 5 due to recent changes [\#11](https://github.com/vikmeup/SCLAlertView-Swift/issues/11) +- Xcode6-Beta4 Mach-O Librarian Error [\#10](https://github.com/vikmeup/SCLAlertView-Swift/issues/10) +- Doesn't Compile in Beta4 [\#8](https://github.com/vikmeup/SCLAlertView-Swift/issues/8) +- Draw all graphics \(icons\) programatically [\#6](https://github.com/vikmeup/SCLAlertView-Swift/issues/6) + +**Merged pull requests:** + +- Fix syntax error on Xcode 6 beta 4 [\#9](https://github.com/vikmeup/SCLAlertView-Swift/pull/9) ([ssut](https://github.com/ssut)) +- All icons now drawn programatically, fixes \#6 [\#7](https://github.com/vikmeup/SCLAlertView-Swift/pull/7) ([nickskull](https://github.com/nickskull)) + +## [0.2.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.2.1) (2014-06-26) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.2...0.2.1) + +## [0.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.2) (2014-06-26) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.1.2...0.2) + +**Merged pull requests:** + +- Updated Readme to reflect recent code changes [\#5](https://github.com/vikmeup/SCLAlertView-Swift/pull/5) ([rizjoj](https://github.com/rizjoj)) +- Cosmetic changes to make the code closer to prescribed Swift [\#4](https://github.com/vikmeup/SCLAlertView-Swift/pull/4) ([rizjoj](https://github.com/rizjoj)) +- SCLAlertViewClose \> SCLAlertViewResponder [\#3](https://github.com/vikmeup/SCLAlertView-Swift/pull/3) ([bih](https://github.com/bih)) +- Improve structure property access [\#2](https://github.com/vikmeup/SCLAlertView-Swift/pull/2) ([kam800](https://github.com/kam800)) + +## [0.1.2](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.1.2) (2014-06-13) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.1.1...0.1.2) + +## [0.1.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.1.1) (2014-06-13) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.1...0.1.1) + +## [0.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.1) (2014-06-13) +[Full Changelog](https://github.com/vikmeup/SCLAlertView-Swift/compare/0.0.1...0.1) + +**Merged pull requests:** + +- Improved the library/documentation [\#1](https://github.com/vikmeup/SCLAlertView-Swift/pull/1) ([bih](https://github.com/bih)) + +## [0.0.1](https://github.com/vikmeup/SCLAlertView-Swift/tree/0.0.1) (2014-06-06) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file