Chi-Hsuan Huang
|
4d9e07bbd4
|
Add changelogs
|
2022-05-24 21:41:36 +08:00 |
Chi-Hsuan Huang
|
55dfa78ebb
|
Fix type errors in ./client after migrating options store to TS
|
2022-05-24 21:41:36 +08:00 |
Chi-Hsuan Huang
|
5f7d0cd0e1
|
Migrate woo data options to TS
|
2022-05-24 21:41:34 +08:00 |
Ilyas Foo
|
78f96109da
|
Fix PHP notice when `woocommerce_admin_disabled` filter is used (#33154)
* Add array key check
* Changelog
|
2022-05-24 12:14:28 +08:00 |
Chi-Hsuan Huang
|
c83dedd849
|
Merge pull request #33153 from woocommerce/dev/33132-migrate-woo-onboarding-to-ts
Migrate `@woocmmerce/onboarding` to TS
|
2022-05-23 18:33:00 +08:00 |
Néstor Soriano
|
484e790d99
|
Merge pull request #32864 from woocommerce/add/32385-cot-admin-list-table
Admin list table [COT]
|
2022-05-23 12:05:52 +02:00 |
Chi-Hsuan Huang
|
02a483dc32
|
Merge pull request #33133 from woocommerce/dev/33101-migrate-woo-currency-to-ts
Migrate `woocommerce/currency` to TS
|
2022-05-23 16:21:08 +08:00 |
Néstor Soriano
|
7c9eddf251
|
Merge pull request #26965 from RiLaRos/master
Update add precision function when pass empty string parameter
|
2022-05-23 09:13:49 +02:00 |
Chi-Hsuan Huang
|
637ea244ea
|
Add changelog
|
2022-05-23 13:28:31 +08:00 |
Chi-Hsuan Huang
|
485d858fc3
|
Remove onboarding task @ts-expect-error and fix related type errors
|
2022-05-23 13:27:11 +08:00 |
Chi-Hsuan Huang
|
76737b12f7
|
Migrate @woocommerce/onboarding to TS
|
2022-05-23 13:25:08 +08:00 |
jonathansadowski
|
bad3444438
|
Merge pull request #33149 from woocommerce/delete/6.6-changelogs
Remove 6.6 changelog files
|
2022-05-20 14:19:07 -05:00 |
Jonathan Sadowski
|
d2eefc4467
|
Remove pending 6.6 changelog files
|
2022-05-20 13:58:09 -05:00 |
Néstor Soriano
|
c066f90f96
|
Merge pull request #33142 from woocommerce/fix/33137
Fix errors introduced from merge
|
2022-05-20 16:22:54 +02:00 |
barryhughes
|
c9ebffda40
|
Improve menu integration (classic as well as the new WC Admin nav feature).
|
2022-05-20 13:52:40 +00:00 |
barryhughes
|
715544f811
|
Resolve conflicts.
|
2022-05-20 13:51:41 +00:00 |
barryhughes
|
b30bd2a85a
|
Tighten baseline order query to only fetch regular orders (not refunds).
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
9f58514350
|
Add changelog.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
e1c771337f
|
Add enhanced (Marketplace-ready) 'no results' view.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
6dde512e79
|
Do not remove WC Admin nav from existing CPT admin list table.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
1aa6265544
|
Tidy.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
0ecffb416f
|
Tweak logic responsible for registering COT admin list table.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
8b30cf2639
|
Connect new list table with WC Admin nav.
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
e27b89a7e8
|
Align column names with original WP List Table (for better back-compat).
|
2022-05-20 13:44:50 +00:00 |
barryhughes
|
77197d3f85
|
Retain state when filtering.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
aaefb3b5d5
|
Per existing order admin list, hide various columns by default.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
a954aae826
|
Utilize existing CSS, class-names, JS.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
11c2e0c061
|
Table pagination.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
0eabe18b79
|
Add (dates, customers) filters.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
8d44bfb9eb
|
Add bulk actions dropdown.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
bde166db3d
|
Add table views.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
e07b0a3b10
|
Address and reduce code duplication across list table implementations.
|
2022-05-20 13:44:49 +00:00 |
barryhughes
|
f95834f095
|
Create a baseline admin list table implementation that is data-store agnostic.
|
2022-05-20 13:44:49 +00:00 |
Roy Ho
|
46aa6800f9
|
Merge pull request #33119 from woocommerce/fix/smoke-tests2
Add paths input for install build workflow
|
2022-05-20 06:35:11 -07:00 |
vedanshujain
|
e3d0de1065
|
Removed unused import.
|
2022-05-20 16:36:56 +05:30 |
vedanshujain
|
ef03e5e0dd
|
Add changelog.
|
2022-05-20 16:34:51 +05:30 |
vedanshujain
|
b9f1a05c85
|
Add methods and fixes that were removed due to merge conflicts.
|
2022-05-20 15:42:38 +05:30 |
vedanshujain
|
781f97242d
|
Remove back-compat support for _date_paid and _date_complete as it conflicts with verify data logic.
|
2022-05-20 15:41:02 +05:30 |
Chi-Hsuan Huang
|
1cf73fb93a
|
Merge pull request #32558 from Saggre/fix/number-readme
Fix `@woocommerce/number` readme
|
2022-05-20 16:15:10 +08:00 |
Saggre
|
7e298f56ac
|
Add changelog entry
|
2022-05-20 11:09:17 +03:00 |
Sakri Koskimies
|
5927744e50
|
Fix typo in @woocommerce/number readme
|
2022-05-20 11:00:21 +03:00 |
Sakri Koskimies
|
899647d0ef
|
Fix fn import and lodash call in @woocommerce/number readme
|
2022-05-20 11:00:20 +03:00 |
Néstor Soriano
|
4f76d76d1f
|
Add changelog file.
|
2022-05-20 09:55:58 +02:00 |
Néstor Soriano
|
48c2e7962b
|
Merge pull request #33136 from woocommerce/add/changelog-for-33034
Add changelog file for #33034
|
2022-05-20 09:14:00 +02:00 |
Nestor Soriano
|
59a6a54891
|
Add changelog file for #33034
|
2022-05-20 09:09:14 +02:00 |
Vedanshu Jain
|
c771121459
|
Merge pull request #33034 from woocommerce/add/logging_for_posts_to_cot_migration
[COT] Log errors during the posts to orders table migrations
|
2022-05-20 12:32:00 +05:30 |
Chi-Hsuan Huang
|
f1b4a7bfb9
|
Merge pull request #33110 from woocommerce/dev/33104-migrate-customer-effort-score-to-ts
Migrate `@woocommerce/customer-effort-score` to TS
|
2022-05-20 15:01:14 +08:00 |
Chi-Hsuan Huang
|
7e151d3f74
|
Merge pull request #33131 from woocommerce/dev/33102-migrate-csv-export-to-ts
Migrate `@woocommerce/csv-export` to TS
|
2022-05-20 14:56:13 +08:00 |
Chi-Hsuan Huang
|
e16aae9a82
|
Update icon type
|
2022-05-20 14:35:48 +08:00 |
Chi-Hsuan Huang
|
eb5d9b82fa
|
Use React.VFC for CustomerEffortScore type instead
|
2022-05-20 14:33:59 +08:00 |