All notable changes to this project will be documented in this file.
checkout-sdk-ios
adheres to Semantic Versioning.
Released on 2018-11-19.
- Added a delegate method
onSubmit
that is executed when the card data is submitted to create the card token.
- Fixed issue with ios 10 where the fields on the billing address screen will display only one character.
- Fixed cursor position when formatting card number and phone number input field.
Released on 2018-11-14.
- Change the delegate method to not expose the card request in it.
Released on 2018-11-08.
CheckoutTheme
that will allow to modify the colors and fonts more easily.
- Change the names and order of the Billing details text fields.
Released on 2018-09-18.
- Change the expiration date format. The expiration year is now 2 digits long (e.g. 19 for 2019).
- Fixed UI Tests for iOS Custom.
Released on 2018-07-23.
- Error message for the phone number input field. It will invite the user to use the country code.
- Update localization: English, French, Spanish, German, Italian, Dutch.
Released on 2018-07-13.
- AddressViewControllerDelegate method onTapDoneButton takes the controller as a parameter.
- CardViewControllerDelegate method onTapDone takes the controller as a parameter, which leave the navigation control out of the controller.
Released on 2018-07-09.
- Initial release of FramesIos.