changelogs
This commit is contained in:
parent
73634d63d8
commit
bbb1af478b
|
@ -10,6 +10,7 @@
|
|||
- Add `getTaskListsByIds` selector type
|
||||
- Update `TaskType` & `TaskListType` types
|
||||
- Convert `use-user-preferences.js` to TS. #32695
|
||||
- Added PaymentGateway type to exports #32697
|
||||
|
||||
## Breaking change
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
Significance: minor
|
||||
Type: feature
|
||||
|
||||
Added slotfill for payment gateway banner in settings page
|
||||
Refactored payment methods icons in payments-welcome
|
||||
Added experiment for showing payment banner in payment settings page #32697
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Added react mount point in payment settings page for banner slotfill #32697
|
Loading…
Reference in New Issue