Commit Graph

2755 Commits

Author SHA1 Message Date
Ron Rennick c31d5eeace Merge pull request woocommerce/woocommerce-admin#2612 from woocommerce/fix/2427
exclude old WC auto-draft orders from import
2019-07-09 13:05:36 -03:00
Ron Rennick b41b5bad0a change order import label to Orders and Refunds 2019-07-09 09:53:41 -03:00
Joshua T Flowers 489712a752 Fix margin around onboarding inputs (https://github.com/woocommerce/woocommerce-admin/pull/2611)
* Fix margin on inputs inside onboarding cards

* Update default margin around muriel componets to match wc-admin grid
2019-07-09 10:56:15 +08:00
Joshua T Flowers fbbd8cfaee Append '(optional)' to address line 2 label (https://github.com/woocommerce/woocommerce-admin/pull/2610) 2019-07-09 10:55:58 +08:00
Paul Sealock dd7273d765 Merge pull request woocommerce/woocommerce-admin#2609 from woocommerce/renovate/lock-file-maintenance
Lock file maintenance
2019-07-09 13:22:41 +12:00
Renovate Bot 36f1ae3f2c Lock file maintenance 2019-07-09 00:58:04 +00:00
Paul Sealock 695671257c Merge pull request woocommerce/woocommerce-admin#2567 from woocommerce/renovate/webpack-4.x
Update dependency webpack to v4.35.3
2019-07-09 12:51:42 +12:00
Paul Sealock c0ae7c21e6 Merge pull request woocommerce/woocommerce-admin#2566 from woocommerce/renovate/marked-0.x
Update dependency marked to v0.7.0
2019-07-09 12:49:14 +12:00
Paul Sealock 8e8ed2a6b1 Merge pull request woocommerce/woocommerce-admin#2565 from woocommerce/renovate/husky-2.x
Update dependency husky to v2.7.0
2019-07-09 12:47:36 +12:00
Paul Sealock 61ac3377dc Merge pull request woocommerce/woocommerce-admin#2594 from woocommerce/fix/tracks-onclicks
Tracks: Fix Link onclick
2019-07-09 08:49:58 +12:00
Paul Sealock cc4b1bad99 Merge pull request woocommerce/woocommerce-admin#2607 from woocommerce/fix/Layout-propTypes
Fix: propType validation warnings on embedded pages
2019-07-09 07:52:31 +12:00
Paul Sealock 314ed6da56 Tracks: Fix Link onclick 2019-07-09 07:51:20 +12:00
Paul Sealock bb1b30d829 Merge pull request woocommerce/woocommerce-admin#2608 from woocommerce/lockfile-maintanance
lockfile maintenance
2019-07-09 07:31:10 +12:00
Ron Rennick 5e757d2f70 exclude old WC auto-draft orders from import 2019-07-08 15:36:12 -03:00
Ron Rennick 2260e60453 Merge pull request woocommerce/woocommerce-admin#2484 from woocommerce/fix/2400
use summary query to total coupons per order
2019-07-08 13:49:17 -03:00
Timmy Crawford dde788631c Notes: Type cast is_snoozeable on insert. (https://github.com/woocommerce/woocommerce-admin/pull/2573) 2019-07-08 09:48:38 -07:00
Renovate Bot 9c5a7b3b41 Update dependency webpack to v4.35.3 2019-07-08 14:15:43 +00:00
Ron Rennick 6da2728f99 Merge pull request woocommerce/woocommerce-admin#2593 from woocommerce/issue_2591
Notes: Only check for scheduled snooze action hourly
2019-07-08 08:39:50 -03:00
Ron Rennick f29627763a Merge pull request woocommerce/woocommerce-admin#2602 from woocommerce/fix/2595
restore devdocs URLs after hash removal
2019-07-08 08:32:50 -03:00
Joshua T Flowers 980ff6fa71 Update to new Snackbar component and notice store (https://github.com/woocommerce/woocommerce-admin/pull/2596)
* Add new wordpress/components version and fix dependencies

* Add in snackbar styling and gutenberg variables

* Convert all existing notice actions to wordpress/notices

* Fix linting errors

* Add package.lock changes

* Update search list control snapshots with new attributes
2019-07-08 12:10:34 +08:00
Joshua T Flowers 19870c18c0 Onboarding: Add theme uploader component (https://github.com/woocommerce/woocommerce-admin/pull/2580)
* Add theme uploader component

* Add theme to theme browser on upload complete

* Add a minimum height to dropzone area

* Use Muriel style Spinner during upload

* Add file field uploader to dropzone for accessibility

* Delete transient on theme install or theme switch
2019-07-08 10:54:26 +08:00
Brent Shepherd cd87294f70 Only check for scheduled snooze action hourly
Using a transient to take advantage of object caching.

Fixes woocommerce/woocommerce-admin#2591.
2019-07-08 11:55:03 +10:00
Paul Sealock 26e85adc68 lockfile maintenance 2019-07-08 13:08:53 +12:00
Paul Sealock 91a1f4a889 Merge pull request woocommerce/woocommerce-admin#2606 from woocommerce/renovate/lock-file-maintenance
Lock file maintenance
2019-07-08 13:05:27 +12:00
Paul Sealock 666dd992e6 Layout: fix propTypes for embedded pages 2019-07-08 12:54:52 +12:00
Renovate Bot 0edb587e9d Lock file maintenance 2019-07-08 00:36:13 +00:00
Renovate Bot 2bb417ea9c Update dependency marked to v0.7.0 2019-07-06 04:18:11 +00:00
Ron Rennick 50c415eb80 restore devdocs URLs after hash removal 2019-07-05 16:09:43 -03:00
Ron Rennick 3cc9232c2b add unit test for multiple coupons on orders 2019-07-05 14:44:08 -03:00
Timmy Crawford 799d0266b1 ReportTable: Add back in ids array generation. (https://github.com/woocommerce/woocommerce-admin/pull/2571) 2019-07-05 07:12:32 -07:00
Timmy Crawford 995f26250e Settings: Fix wsod when no actionable statuses are set. (https://github.com/woocommerce/woocommerce-admin/pull/2577)
* Fix wsod when no actionable statuses are set.

* Updates per feedback.
2019-07-05 07:12:03 -07:00
Mike Jolley ca7f706620 Merge pull request woocommerce/woocommerce-admin#2597 from woocommerce/update/components-package-3.1.0
Update components package 3.1.0
2019-07-05 11:31:05 +01:00
Mike Jolley 904ef37fb0 Changelog for component package 2019-07-05 11:26:50 +01:00
Mike Jolley a89716296c license typo 2019-07-05 11:26:12 +01:00
Daniel Rey López 08417da553 Allow each page to specify their breadcrumbs without having to render the Header component (https://github.com/woocommerce/woocommerce-admin/pull/2491)
* Simplify Header rendering, remove the use of react-slot-fill

* Remove the useless "/analytics" route

* Move all the <Header> renders to the new, declarative way of specifying breadcrumbs

* Re-render the Layout when a report is added using the REPORTS_FILTER, since that affects the breadcrumbs output

* Fix the base breadcrumb link and breadcrumbs on embedded pages

* Expanded Layout.propTypes to specify the breadcrumbs' shape
2019-07-05 09:15:49 +01:00
Joshua T Flowers d640b15d09 Add a theme REST API to allow uploading themes (https://github.com/woocommerce/woocommerce-admin/pull/2568)
* Add theme upload REST api controller

* Add theme data to theme controller response

* Add tests for themes api

* Change user cap check to upload_themes

* Add test for users without theme capabilities
2019-07-05 16:01:35 +08:00
Timmy Crawford aaab16086d Header: Adjust sizes at all breakpoints (https://github.com/woocommerce/woocommerce-admin/pull/2562)
* Adjust activity panel sizes.

* one header size to rule them all.
2019-07-04 08:58:08 -07:00
Justin Shreve 5a2f0c9da0 Onboarding - Add business extension recommendations (https://github.com/woocommerce/woocommerce-admin/pull/2551)
* Add business extension recommendations

* Fix failing test. Set max height and width for toggle

* Fix toggle display and fix when the extensions show (so they dont hide and disapear as "currently" selling is selected).
2019-07-04 11:56:28 -04:00
Albert Juhé Lluveras 49d15db27e Add countLabel prop to SearchListItem (https://github.com/woocommerce/woocommerce-admin/pull/2569) 2019-07-04 17:50:56 +02:00
Justin Shreve 393fc3113a Update color-studio to 1.0.5 (https://github.com/woocommerce/woocommerce-admin/pull/2575) 2019-07-04 10:44:43 -04:00
Joshua T Flowers 6c98e1d5cf Onboarding: Update theme order and sorting (https://github.com/woocommerce/woocommerce-admin/pull/2556)
* Only show installed themes with WC support and currently active theme

* Center tab panel buttons

* Fix installed param check typo

* Show installed themes in wc theme fetch fails
2019-07-04 14:12:33 +08:00
Paul Sealock 43bdfb2e7f Merge pull request woocommerce/woocommerce-admin#2524 from woocommerce/publish/packages-6-27-2019
Packages: prepare for release
2019-07-04 13:42:12 +12:00
Paul Sealock e56a811394 update packages README 2019-07-04 13:32:13 +12:00
Paul Sealock 1108d327be Packages: prepare for release 2019-07-04 13:30:25 +12:00
renovate[bot] 972fe4b0cd Update dependency eslint-plugin-jsx-a11y to v6.2.3 (https://github.com/woocommerce/woocommerce-admin/pull/2564) 2019-07-03 12:16:10 -07:00
Jeff Stieler 81a71e608f Merge pull request woocommerce/woocommerce-admin#2561 from woocommerce/fix/2448-remove-learn-more-link
Remove placeholder "learn more" link from excluded status setting.
2019-07-03 08:43:27 -06:00
Jeff Stieler 5b905025fc Merge pull request woocommerce/woocommerce-admin#2526 from woocommerce/add/311-report-csv-exporter-endpoint
Add Report CSV Export Endpoint
2019-07-03 08:43:18 -06:00
Joshua T Flowers 53035e7b1e Set default values for onboarding select dropdowns (https://github.com/woocommerce/woocommerce-admin/pull/2534)
* Set default values for onboarding select dropdowns

* Set defaults using onFocus for accessibility
2019-07-03 13:53:00 +08:00
Renovate Bot 52d35a2283 Update dependency husky to v2.7.0 2019-07-03 01:47:37 +00:00
Paul Sealock d6717eb0db Merge pull request woocommerce/woocommerce-admin#2557 from woocommerce/add/tracks-chart-table
Tracks: Add chart and table events
2019-07-03 13:38:25 +12:00