From 8d2581c4b7e7b62657587a6c06581bf537e3d6bd Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:09:20 +0100 Subject: [PATCH 1/9] chore(release): publish packages - stripe_platform_interface@11.0.0 --- CHANGELOG.md | 32 +++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- .../stripe_platform_interface/CHANGELOG.md | 6 ++++ .../stripe_platform_interface/pubspec.yaml | 2 +- packages/stripe_web/pubspec.yaml | 2 +- 5 files changed, 41 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72fa9968f..4a27e6d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_platform_interface` - `v11.0.0`](#stripe_platform_interface---v1100) + - [`flutter_stripe_web` - `v6.0.0-dev.1`](#flutter_stripe_web---v600-dev1) + - [`flutter_stripe` - `v10.2.1`](#flutter_stripe---v1021) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe_web` - `v6.0.0-dev.1` + - `flutter_stripe` - `v10.2.1` + +--- + +#### `stripe_platform_interface` - `v11.0.0` + + - a + + - **FIX**: parse unknown error (#1729). + + ## 2024-03-26 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index c014bb7d5..170ce322a 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -24,7 +24,7 @@ dependencies: meta: ^1.8.0 stripe_android: ^10.2.0 stripe_ios: ^10.2.0 - stripe_platform_interface: ^10.2.0 + stripe_platform_interface: ^11.0.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 6dbf2ec72..6d063d4fa 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,3 +1,9 @@ +## 11.0.0 + + - a + + - **FIX**: parse unknown error (#1729). + ## 10.2.0 **Features** diff --git a/packages/stripe_platform_interface/pubspec.yaml b/packages/stripe_platform_interface/pubspec.yaml index 5508fcb78..571928add 100644 --- a/packages/stripe_platform_interface/pubspec.yaml +++ b/packages/stripe_platform_interface/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_platform_interface description: Platform interface for stripe sdk -version: 10.2.0 +version: 11.0.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index 2b7c725fa..f7f79c6b1 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -13,7 +13,7 @@ dependencies: flutter_web_plugins: sdk: flutter freezed_annotation: ^2.0.3 - stripe_platform_interface: ^10.1.1 + stripe_platform_interface: ^11.0.0 stripe_js: ^6.0.0-dev.0 web: ^0.5.1 From 0c0aeb3564a59d116adafb19019f46f90584e281 Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:15:38 +0100 Subject: [PATCH 2/9] chore(release): publish packages - stripe_android@11.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_android/CHANGELOG.md | 4 ++++ packages/stripe_android/pubspec.yaml | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a27e6d50..38f3634fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_android` - `v11.0.0`](#stripe_android---v1100) + - [`flutter_stripe` - `v10.2.1`](#flutter_stripe---v1021) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe` - `v10.2.1` + +--- + +#### `stripe_android` - `v11.0.0` + + - aa + + ## 2024-07-25 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 170ce322a..586f24a89 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: flutter: sdk: flutter meta: ^1.8.0 - stripe_android: ^10.2.0 + stripe_android: ^11.0.0 stripe_ios: ^10.2.0 stripe_platform_interface: ^11.0.0 dev_dependencies: diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index 7f8896449..2ded0c3a0 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.0.0 + + - aa + ## 10.2.1 **Fixes** - Run method channel messages on UI Thread to prevent crash (#1831) diff --git a/packages/stripe_android/pubspec.yaml b/packages/stripe_android/pubspec.yaml index ec4dc5503..520b7eaad 100644 --- a/packages/stripe_android/pubspec.yaml +++ b/packages/stripe_android/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_android description: Stripe platform implementation for Android -version: 10.2.1 +version: 11.0.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From f0b8510b0b12404a2014678af463779c466a2656 Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:17:48 +0100 Subject: [PATCH 3/9] chore(release): publish packages - stripe_ios@11.0.0 --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ packages/stripe/pubspec.yaml | 2 +- packages/stripe_ios/CHANGELOG.md | 4 ++++ packages/stripe_ios/pubspec.yaml | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f3634fc..ec5959caf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_ios` - `v11.0.0`](#stripe_ios---v1100) + - [`flutter_stripe` - `v10.2.1`](#flutter_stripe---v1021) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe` - `v10.2.1` + +--- + +#### `stripe_ios` - `v11.0.0` + + - aa + + ## 2024-07-25 ### Changes diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 586f24a89..64c133996 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -23,7 +23,7 @@ dependencies: sdk: flutter meta: ^1.8.0 stripe_android: ^11.0.0 - stripe_ios: ^10.2.0 + stripe_ios: ^11.0.0 stripe_platform_interface: ^11.0.0 dev_dependencies: flutter_test: diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 6dbf2ec72..865e7a758 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.0.0 + + - aa + ## 10.2.0 **Features** diff --git a/packages/stripe_ios/pubspec.yaml b/packages/stripe_ios/pubspec.yaml index 5fe96258b..f9b6235e0 100644 --- a/packages/stripe_ios/pubspec.yaml +++ b/packages/stripe_ios/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_ios description: Stripe platform implementation for iOS -version: 10.2.0 +version: 11.0.0 repository: https://github.com/flutter-stripe/flutter_stripe homepage: https://pub.dev/packages/flutter_stripe From 49fde6b41dcc01f46e766c860ee9d6d96e12fd0d Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:19:31 +0100 Subject: [PATCH 4/9] chore(release): publish packages - stripe_js@6.0.0 --- CHANGELOG.md | 37 ++++++++++++++++++++++++++++++++ packages/stripe_js/CHANGELOG.md | 13 +++++++++++ packages/stripe_js/pubspec.yaml | 2 +- packages/stripe_web/pubspec.yaml | 2 +- 4 files changed, 52 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5959caf..002be7bb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,43 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`stripe_js` - `v6.0.0`](#stripe_js---v600) + - [`flutter_stripe_web` - `v6.0.0-dev.1`](#flutter_stripe_web---v600-dev1) + +Packages with dependency updates only: + +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. + + - `flutter_stripe_web` - `v6.0.0-dev.1` + +--- + +#### `stripe_js` - `v6.0.0` + + - aa + + - **FIX**: invalid argument `requires_capture` on web (#1431). + - **FIX**: PaymentConfirmationRedirect enum value (#1221). + - **FIX**: confirmation redirect and stripeAccountId (#1201). + - **FEAT**: release versions (#1283). + - **FEAT**: web fixes and features (#1270). + - **FEAT**: release 9.2.1 (#1262). + - **FEAT**: tokens for web (#1079). + - **FEAT**: stripe js (#1052). + + ## 2024-07-25 ### Changes diff --git a/packages/stripe_js/CHANGELOG.md b/packages/stripe_js/CHANGELOG.md index 445713c44..20425e63e 100644 --- a/packages/stripe_js/CHANGELOG.md +++ b/packages/stripe_js/CHANGELOG.md @@ -1,3 +1,16 @@ +## 6.0.0 + + - aa + + - **FIX**: invalid argument `requires_capture` on web (#1431). + - **FIX**: PaymentConfirmationRedirect enum value (#1221). + - **FIX**: confirmation redirect and stripeAccountId (#1201). + - **FEAT**: release versions (#1283). + - **FEAT**: web fixes and features (#1270). + - **FEAT**: release 9.2.1 (#1262). + - **FEAT**: tokens for web (#1079). + - **FEAT**: stripe js (#1052). + ## 3.4.0 **Features** - #1122 Add google pay and apple pay for web diff --git a/packages/stripe_js/pubspec.yaml b/packages/stripe_js/pubspec.yaml index 0c6c711bc..40357307e 100644 --- a/packages/stripe_js/pubspec.yaml +++ b/packages/stripe_js/pubspec.yaml @@ -1,6 +1,6 @@ name: stripe_js description: Stripe.js bindings for dart. This package is used by Stripe web so that the Stripe js sdk can be invoked directly. -version: 6.0.0-dev.0 +version: 6.0.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index f7f79c6b1..f11b45617 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -14,7 +14,7 @@ dependencies: sdk: flutter freezed_annotation: ^2.0.3 stripe_platform_interface: ^11.0.0 - stripe_js: ^6.0.0-dev.0 + stripe_js: ^6.0.0 web: ^0.5.1 dev_dependencies: From d77a6aa6fd9c63652be98003f90952f71ad4d4b1 Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:23:38 +0100 Subject: [PATCH 5/9] chore(release): publish packages - flutter_stripe_web@6.0.0 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++ packages/stripe_web/CHANGELOG.md | 32 +++++++++++++++++++++++++ packages/stripe_web/pubspec.yaml | 2 +- 3 files changed, 73 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 002be7bb1..6b1e6e2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,46 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe_web` - `v6.0.0`](#flutter_stripe_web---v600) + +--- + +#### `flutter_stripe_web` - `v6.0.0` + + - aa + + - **FIX**: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798). + - **FIX**: wait html element load (#1730). + - **FIX**: [WEB]Issue of saving/not saving payment information for future. #1673 (#1674). + - **FIX**: Respect the font color for CardField on web platforms (#1658). + - **FIX**: invalid argument `requires_capture` on web (#1431). + - **FIX**: confirmation redirect and stripeAccountId (#1201). + - **FIX**: apple pay (#1202). + - **FIX**: timeout payment sheet (#1161). + - **FIX**: payment intent error in web (#1010). + - **FIX**: web_checkout (#973). + - **FIX**: implemented handleURLCallback method for iOS iDeal payment. (#939). + - **FEAT**: add retrieveSetupIntent (#1302). + - **FEAT**: release versions (#1283). + - **FEAT**: web fixes and features (#1270). + - **FEAT**: release 9.2.1 (#1262). + - **FEAT**: tokens for web (#1079). + - **FEAT**: stripe js (#1052). + - **FEAT**: update checkout (#582). + + ## 2024-07-25 ### Changes diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index 425986c4d..305dfcf36 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,3 +1,35 @@ +## 6.0.0 + + - aa + + - **FIX**: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798). + - **FIX**: wait html element load (#1730). + - **FIX**: [WEB]Issue of saving/not saving payment information for future. #1673 (#1674). + - **FIX**: Respect the font color for CardField on web platforms (#1658). + - **FIX**: invalid argument `requires_capture` on web (#1431). + - **FIX**: confirmation redirect and stripeAccountId (#1201). + - **FIX**: apple pay (#1202). + - **FIX**: timeout payment sheet (#1161). + - **FIX**: payment intent error in web (#1010). + - **FIX**: web_checkout (#973). + - **FIX**: implemented handleURLCallback method for iOS iDeal payment. (#939). + - **FEAT**: add retrieveSetupIntent (#1302). + - **FEAT**: release versions (#1283). + - **FEAT**: web fixes and features (#1270). + - **FEAT**: release 9.2.1 (#1262). + - **FEAT**: tokens for web (#1079). + - **FEAT**: stripe js (#1052). + - **FEAT**: update checkout (#582). + +## 6.0.0 +**Breaking changes** +- Converted the library to the new js interop so this library can be compiled to WASM. +- This requires Dart sdk 3.3.0 and higher. + +**Features** +- Payment element add support for Apple pay elements. +- Payment element add support for payment method order + ## 5.1.0 **Features** diff --git a/packages/stripe_web/pubspec.yaml b/packages/stripe_web/pubspec.yaml index f11b45617..52600f693 100644 --- a/packages/stripe_web/pubspec.yaml +++ b/packages/stripe_web/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stripe_web description: Stripe sdk bindings for the Flutter web platform. This package contains the implementation of the platform interface for web. -version: 6.0.0-dev.0 +version: 6.0.0 homepage: https://github.com/flutter-stripe/flutter_stripe environment: From 40cdc54569fc9fe0712b169c729a6210148d1383 Mon Sep 17 00:00:00 2001 From: Remon Date: Thu, 25 Jul 2024 18:25:59 +0100 Subject: [PATCH 6/9] chore(release): publish packages - flutter_stripe@11.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/stripe/CHANGELOG.md | 4 ++++ packages/stripe/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b1e6e2e9..a7a63bd90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-07-25 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`flutter_stripe` - `v11.0.0`](#flutter_stripe---v1100) + +--- + +#### `flutter_stripe` - `v11.0.0` + + - aaa + + ## 2024-07-25 ### Changes diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index 6dbf2ec72..ef3d8358c 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,3 +1,7 @@ +## 11.0.0 + + - aaa + ## 10.2.0 **Features** diff --git a/packages/stripe/pubspec.yaml b/packages/stripe/pubspec.yaml index 64c133996..f96dfecf5 100644 --- a/packages/stripe/pubspec.yaml +++ b/packages/stripe/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_stripe description: Flutter library for Stripe. Supports PaymentSheets, Apple & Google Pay, SCA, PSD2 and much more. -version: 10.2.0 +version: 11.0.0 homepage: https://github.com/flutter-stripe/flutter_stripe repository: https://github.com/flutter-stripe/flutter_stripe From 19964e162742477cb92026643bbfb83bbc1a786d Mon Sep 17 00:00:00 2001 From: Remon Date: Tue, 30 Jul 2024 14:42:18 +0100 Subject: [PATCH 7/9] changelog messages --- packages/stripe/CHANGELOG.md | 11 +++++++- packages/stripe_android/CHANGELOG.md | 10 ++++++- packages/stripe_ios/CHANGELOG.md | 11 +++++++- .../stripe_platform_interface/CHANGELOG.md | 11 ++++++-- packages/stripe_web/CHANGELOG.md | 26 +++++-------------- 5 files changed, 44 insertions(+), 25 deletions(-) diff --git a/packages/stripe/CHANGELOG.md b/packages/stripe/CHANGELOG.md index ef3d8358c..9577a1942 100644 --- a/packages/stripe/CHANGELOG.md +++ b/packages/stripe/CHANGELOG.md @@ -1,6 +1,15 @@ ## 11.0.0 +**Breaking changes** +- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. +- This library now only supports Dart sdk 3.0.0 for mobile and Dart sdk 3.3.0 for web and higher. + +**Features** +- Sync with Stripe [0.38.3](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.3). - - aaa +**Fixes** +- #1729 parse unknown error. +- #1837 fix for deferred payment methods. +- #1630 handle next action setup for ios. ## 10.2.0 diff --git a/packages/stripe_android/CHANGELOG.md b/packages/stripe_android/CHANGELOG.md index 2ded0c3a0..18f2ab08f 100644 --- a/packages/stripe_android/CHANGELOG.md +++ b/packages/stripe_android/CHANGELOG.md @@ -1,6 +1,14 @@ ## 11.0.0 +**Breaking changes** +- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. +- This library now only supports Dart sdk 3.0.0 for mobile and Dart sdk 3.3.0 for web and higher. + +**Features** +- Sync with Stripe [0.38.3](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.3). - - aa +**Fixes** +- #1729 parse unknown error. +- #1837 fix for deferred payment methods. ## 10.2.1 **Fixes** diff --git a/packages/stripe_ios/CHANGELOG.md b/packages/stripe_ios/CHANGELOG.md index 865e7a758..9577a1942 100644 --- a/packages/stripe_ios/CHANGELOG.md +++ b/packages/stripe_ios/CHANGELOG.md @@ -1,6 +1,15 @@ ## 11.0.0 +**Breaking changes** +- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. +- This library now only supports Dart sdk 3.0.0 for mobile and Dart sdk 3.3.0 for web and higher. + +**Features** +- Sync with Stripe [0.38.3](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.3). - - aa +**Fixes** +- #1729 parse unknown error. +- #1837 fix for deferred payment methods. +- #1630 handle next action setup for ios. ## 10.2.0 diff --git a/packages/stripe_platform_interface/CHANGELOG.md b/packages/stripe_platform_interface/CHANGELOG.md index 6d063d4fa..9577a1942 100644 --- a/packages/stripe_platform_interface/CHANGELOG.md +++ b/packages/stripe_platform_interface/CHANGELOG.md @@ -1,8 +1,15 @@ ## 11.0.0 +**Breaking changes** +- Add support for intentmode setupMode. If you used `IntentMode before` change it to `IntentMode.paymentMode` instead. +- This library now only supports Dart sdk 3.0.0 for mobile and Dart sdk 3.3.0 for web and higher. - - a +**Features** +- Sync with Stripe [0.38.3](https://github.com/stripe/stripe-react-native/releases/tag/v0.38.3). - - **FIX**: parse unknown error (#1729). +**Fixes** +- #1729 parse unknown error. +- #1837 fix for deferred payment methods. +- #1630 handle next action setup for ios. ## 10.2.0 diff --git a/packages/stripe_web/CHANGELOG.md b/packages/stripe_web/CHANGELOG.md index 305dfcf36..d9b90429f 100644 --- a/packages/stripe_web/CHANGELOG.md +++ b/packages/stripe_web/CHANGELOG.md @@ -1,25 +1,11 @@ ## 6.0.0 +**Breaking changes** +- Converted the library to the new js interop so this library can be compiled to WASM. +- This library requires Dart sdk 3.3.0 and higher. - - aa - - - **FIX**: Apply dynamic Stripe account ID to confirmPayment method in WebStripe (#1798). - - **FIX**: wait html element load (#1730). - - **FIX**: [WEB]Issue of saving/not saving payment information for future. #1673 (#1674). - - **FIX**: Respect the font color for CardField on web platforms (#1658). - - **FIX**: invalid argument `requires_capture` on web (#1431). - - **FIX**: confirmation redirect and stripeAccountId (#1201). - - **FIX**: apple pay (#1202). - - **FIX**: timeout payment sheet (#1161). - - **FIX**: payment intent error in web (#1010). - - **FIX**: web_checkout (#973). - - **FIX**: implemented handleURLCallback method for iOS iDeal payment. (#939). - - **FEAT**: add retrieveSetupIntent (#1302). - - **FEAT**: release versions (#1283). - - **FEAT**: web fixes and features (#1270). - - **FEAT**: release 9.2.1 (#1262). - - **FEAT**: tokens for web (#1079). - - **FEAT**: stripe js (#1052). - - **FEAT**: update checkout (#582). +**Features** +- Payment element add support for Apple pay elements. +- Payment element add support for payment method order ## 6.0.0 **Breaking changes** From a1d69c27634f0007df91b07917c1dd60b456a610 Mon Sep 17 00:00:00 2001 From: Remon Date: Tue, 30 Jul 2024 14:57:35 +0100 Subject: [PATCH 8/9] add higher kotlin version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1791195d6..10b84ae91 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ dart pub add flutter_stripe This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps: -1. Use Android 5.0 (API level 21) and above -2. Use Kotlin version 1.5.0 and above: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle) +1. Use Android 5.0 (API level 21) and above. +2. Use Kotlin version 1.8.0 and above: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle) 3. Requires Android Gradle plugin 8 and higher 4. Using a descendant of `Theme.AppCompat` for your activity: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/app/src/main/res/values/styles.xml#L15), [example night theme](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/app/src/main/res/values-night/styles.xml#L16) 5. Using an up-to-date Android gradle build tools version: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle#L9) and an up-to-date gradle version accordingly: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/gradle/wrapper/gradle-wrapper.properties#L6) From 6a8892e7a20e17a05a98e7efebd4e9c8786b11c0 Mon Sep 17 00:00:00 2001 From: Remon Date: Tue, 30 Jul 2024 15:14:46 +0100 Subject: [PATCH 9/9] fix readme --- packages/stripe/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/stripe/README.md b/packages/stripe/README.md index 1791195d6..10b84ae91 100644 --- a/packages/stripe/README.md +++ b/packages/stripe/README.md @@ -46,8 +46,8 @@ dart pub add flutter_stripe This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps: -1. Use Android 5.0 (API level 21) and above -2. Use Kotlin version 1.5.0 and above: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle) +1. Use Android 5.0 (API level 21) and above. +2. Use Kotlin version 1.8.0 and above: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle) 3. Requires Android Gradle plugin 8 and higher 4. Using a descendant of `Theme.AppCompat` for your activity: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/app/src/main/res/values/styles.xml#L15), [example night theme](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/app/src/main/res/values-night/styles.xml#L16) 5. Using an up-to-date Android gradle build tools version: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/build.gradle#L9) and an up-to-date gradle version accordingly: [example](https://github.com/flutter-stripe/flutter_stripe/blob/main/example/android/gradle/wrapper/gradle-wrapper.properties#L6)