-
-
Notifications
You must be signed in to change notification settings - Fork 534
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9804530
commit df2f9c1
Showing
9 changed files
with
23 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1 @@ | ||
## 1.1.0 | ||
|
||
** Breaking changes ** | ||
- Make `paymentIntentClientSecret` nullable for SetupPaymentSheetParameters and add setupIntentClientSecret. | ||
- Rename `ThreeDSecureSubmitButtonThemeData` to `ThreeDSecureButtonThemeData` in order to facilitate for a generic class to customise 3D secure buttons. | ||
|
||
Other changes | ||
- Sync with latest Stripe sdk. | ||
- Fix #147 add `urlscheme to initialise method`. Thanks to @dariuspo. | ||
- Improved focus behavior on Cardfield. | ||
- Add `dangerouslyGetFullCardDetails` and `FontFamily` to cardfield. | ||
- Better debug logging in case something goes wrong. | ||
|
||
## 1.0.2 | ||
|
||
- Fix [#68](https://github.com/flutter-stripe/flutter_stripe/issues/68) Android leaks and activity for result propagation | ||
- Add FPX payment method | ||
- Fix [#87](https://github.com/flutter-stripe/flutter_stripe/issues/87) can't create payment method iOS | ||
- Expose apple pay styling options to API | ||
|
||
## 1.0.1+3 | ||
|
||
- Fix: CardField textColor and enablePostalCode params | ||
|
||
## 1.0.1+2 | ||
|
||
- Fix Colors in CardField [#64](https://github.com/flutter-stripe/flutter_stripe/pull/64) | ||
|
||
## 0.0.1+1 | ||
|
||
- Minor fix [#57](https://github.com/flutter-stripe/flutter_stripe/issues/57) | ||
|
||
|
||
## 0.0.1 - Payment Sheet | ||
|
||
Include Payment Sheet | ||
|
||
## 0.0.0 - First Version | ||
This package is in sync with [flutter_stripe](https://pub.dev/packages/flutter_stripe) and its **CHANGELOG** is available [here]((https://pub.dev/packages/flutter_stripe/changelog)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1 @@ | ||
## 1.1.0 | ||
|
||
** Breaking changes ** | ||
- Make `paymentIntentClientSecret` nullable for SetupPaymentSheetParameters and add setupIntentClientSecret. | ||
- Rename `ThreeDSecureSubmitButtonThemeData` to `ThreeDSecureButtonThemeData` in order to facilitate for a generic class to customise 3D secure buttons. | ||
|
||
Other changes | ||
- Sync with latest Stripe sdk. | ||
- Fix #147 add `urlscheme to initialise method`. Thanks to @dariuspo. | ||
- Improved focus behavior on Cardfield. | ||
- Add `dangerouslyGetFullCardDetails` and `FontFamily` to cardfield. | ||
- Better debug logging in case something goes wrong. | ||
|
||
## 1.0.2 | ||
|
||
- Fix [#68](https://github.com/flutter-stripe/flutter_stripe/issues/68) Android leaks and activity for result propagation | ||
- Add FPX payment method | ||
- Fix [#87](https://github.com/flutter-stripe/flutter_stripe/issues/87) can't create payment method iOS | ||
- Expose apple pay styling options to API | ||
|
||
## 1.0.1+3 | ||
|
||
- Fix: CardField textColor and enablePostalCodeparams | ||
|
||
## 1.0.1+2 | ||
|
||
- Fix Colors in CardField [#64](https://github.com/flutter-stripe/flutter_stripe/pull/64) | ||
|
||
## 0.0.1+1 | ||
|
||
- Minor fix [#57](https://github.com/flutter-stripe/flutter_stripe/issues/57) | ||
|
||
|
||
## 0.0.1 - Payment Sheet | ||
|
||
Include Payment Sheet | ||
|
||
## 0.0.0 - First Version | ||
This package is in sync with [flutter_stripe](https://pub.dev/packages/flutter_stripe) and its **CHANGELOG** is available [here]((https://pub.dev/packages/flutter_stripe/changelog)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1 @@ | ||
## 1.1.0 | ||
|
||
** Breaking changes ** | ||
- Make `paymentIntentClientSecret` nullable for SetupPaymentSheetParameters and add setupIntentClientSecret. | ||
- Rename `ThreeDSecureSubmitButtonThemeData` to `ThreeDSecureButtonThemeData` in order to facilitate for a generic class to customise 3D secure buttons. | ||
|
||
Other changes | ||
- Sync with latest Stripe sdk. | ||
- Fix #147 add `urlscheme to initialise method`. Thanks to @dariuspo. | ||
- Improved focus behavior on Cardfield. | ||
- Add `dangerouslyGetFullCardDetails` and `FontFamily` to cardfield. | ||
- Better debug logging in case something goes wrong. | ||
|
||
## 1.0.2 | ||
|
||
- Fix [#68](https://github.com/flutter-stripe/flutter_stripe/issues/68) Android leaks and activity for result propagation | ||
- Add FPX payment method | ||
- Fix [#87](https://github.com/flutter-stripe/flutter_stripe/issues/87) can't create payment method iOS | ||
- Expose apple pay styling options to API | ||
|
||
## 1.0.1+3 | ||
|
||
- Fix: CardField textColor and enablePostalCode params | ||
|
||
## 1.0.1+2 | ||
|
||
- Fix Colors in CardField [#64](https://github.com/flutter-stripe/flutter_stripe/pull/64) | ||
|
||
## 0.0.1+1 | ||
|
||
- Minor fix [#57](https://github.com/flutter-stripe/flutter_stripe/issues/57) | ||
|
||
## 0.0.1 - Payment Sheet | ||
|
||
Include Payment Sheet | ||
|
||
## 0.0.0 - First Version | ||
This package is in sync with [flutter_stripe](https://pub.dev/packages/flutter_stripe) and its **CHANGELOG** is available [here]((https://pub.dev/packages/flutter_stripe/changelog)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters