All notable changes to angular4-paystack
will be documented in this file
- Fixed peer dependencies version issues
- Fix
split_code
spelling in documentation
- Peer dependency update for angular 17 support
- Added
split_code
option
- Peer dependency for angular 16 support
- Peer dependency for angular 15 support
- Added support for angular 15. Anguler versions 8 - 15 now supported
- Moved repo to angular 15
- Make angular v8 - v12 peer dependencies
- Schematic change to ModuleWithProviders: here. Thanks @alexnoise79
- Fixed issue with re-opening payment modal after closing
- Module with
forRoot
paystackOptions
input
text
input
angular-embed
component
- Upgraded to angular v8
- Supports all payment channels when none is passes
- Nows upports dynamically updating paymentOptions (eg. Payment Ref #11)
- Paystack script is imported dynamically
- Channels to options
- paymentInit event
- Angular4Paystack directive
- Fixed issue when more than one popup shows when user clicks on button more than once
- You can now use the paystack inline embed in your angular application
- Added tests
- updated README to show how to use the paystack inline embed and little fixes
- Text input (
(text)
) is no longer supported for theangular4-paystack
component. Check README for details
- updated readme to show that a callback is compulsory
- corrected
@angular/core
version in peerDependency
- text input
(text)
is now deprecated - added example section
- updated readme
- Updated ReadMe and
- removed unecessary packaged file
- Some minor bugs
- Initial release