Releases: vitormesquita/Malert
Releases · vitormesquita/Malert
Overlay custom color
Implemented enhancements
- Add
overlayColor
attribute on Malert to change the background color - Renamed
round
method toroundCorners
- Remove coder init from Malert
Update to Swift 5.0
Implemented enhancements
- Updated all code to Swift 5.0
- Change indentation from files
- Update README.md
- Removing CHANGELOG.md from project
Added callback to know when Malert was dismissed
Implemented enhancements
- Added method
onDismissMalert
on Malert to be called whendismiss
viewController's function calledcompletion
block - Removing some prints
- Put #if DEBUG to print dealloc
Fixed MalertAction's font
Implemented enhancements
- Removed
font
attribute from MalertAction - Added
buttonsFont
attribute on Malert to represents all Alert button's font
Adding custom MalertAction's font
Implemented enhancements
- Added
font
attribute on MalertAction to change single button font if needed
Update to Swfit 4.0
Implemented enhancements
- Changing swift version to 4.2
- Resolving all swift version changes
3.0 Big Refactoring!!
Implemented enhancements:
- Refactoring the way how to create an Malert to be more similar with
UIAlertController
- Changing
MalertViewController
->Malert
to be presented asUIViewController
- Changing
MalertButtonStruct
->MalertAction
- Removing
MalertViewConfiguration
,MalertButtonConfiguration
- Removing shared instance and all queue manager from Malert
- Add new attributes to be more customizable and flexible
- Removing
Cartography
- Add
dismissOnActionTapped
to dismiss when a call to action was clicked
Updating to Swift 4!
Implemented enhancements:
- Merged with pull request, updating to swift 4
- Refactoring some unnecessary codes
Fixed bugs:
- Fixing bug
1.1.5
Fixed bugs:
- Added
cancelsTouchesInView=false
in MalertViewControllertapRecognizer
for not cancel subviews touch
1.1.4
Implemented enhancements:
- Added
clipToBouds
and removedcustomViewCorners()
from MalertView