1.2.0 - Minty Fresh
What's Changed
- Prepare iOS for a 1.2.0 release adding documentation and ensuring features are accessible @adamjcampbell (#114)
🚀 Features
- Match on Locales to serve the correct "Info" modal @adamjcampbell (#112)
- Add accessibilty label to the badge attachement in price breakdown @adamjcampbell (#110)
- Format with correct currency symbol @adamjcampbell (#109)
- Update attributed text in breakdown components via notification center @adamjcampbell (#107)
- Add the ability to view the purchase-payment-agreement in browser @adamjcampbell (#105)
- Price Breakdown Logic @adamjcampbell (#103)
- Allow the option to implement a delegate and launch the info modal @adamjcampbell (#102)
- Add link and limit UITextView interactions @adamjcampbell (#101)
- Add InfoWebViewController for viewing Afterpay information links @Rypac (#100)
- Adds afterpay badge to PriceBreakdownView and makes the text responsive @adamjcampbell (#98)
- Cache Afterpay configuration in example app @Rypac (#96)
- Presents the correct afterpay badge in light or dark style @adamjcampbell (#97)
- Add afterpay badge view and components tab @adamjcampbell (#95)
- Adds SwiftSVG as a dependency of the AfterpaySDK @adamjcampbell (#94)
- Set the merchant configuration in the example app @adamjcampbell (#92)
- Add GitHub action to validate Afterpay SDK pod @Rypac (#90)
- Add settable Configuration object to the SDK @adamjcampbell (#89)
🐛 Bug Fixes
- Fix scroll view height ambiguity by adding containment views @adamjcampbell (#106)
🧰 Maintenance
- Make use of the locale region code to form the info link @adamjcampbell (#113)
- Configuration observation example @adamjcampbell (#108)
- Add unit tests for PriceBreakdown @adamjcampbell (#104)
- Update assets and refactor color schemes @adamjcampbell (#99)
- Add Validate Swift Package Job @adamjcampbell (#91)