changelogs

This commit is contained in:
RJChow 2022-04-20 15:41:41 +08:00
parent 73634d63d8
commit bbb1af478b
3 changed files with 11 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1,4 @@
Significance: minor
Type: add
Added react mount point in payment settings page for banner slotfill #32697