Timmy Crawford
ae11c1a0de
Documentation: Add Dashboard Documentation. ( https://github.com/woocommerce/woocommerce-admin/pull/3491 )
...
* Create Dashboard doc.
* intro, dashboard sections, and performance indicators.
* few more udpates.
* Updates per feedback.
2020-02-14 12:58:00 -08:00
Timmy Crawford
3435c7d51a
Documentation: Analytics basics doc ( https://github.com/woocommerce/woocommerce-admin/pull/3684 )
...
* Analytics basics doc
* More analytics basics
* Updates per feedback.
2020-02-14 12:53:09 -08:00
Fernando
d0a557df96
Added link to "go shopping" button ( https://github.com/woocommerce/woocommerce-admin/pull/3712 )
...
* Added link to "go shopping" button
Onboarding - added a link to the shop page in the "go shopping" button
* Now using core's helper method
* Added esc_url function to shop_url
* woocommerce_get_page_id was replaced by wc_get_page_id
2020-02-14 14:24:31 -03:00
Darren Ethier
33c5b41e3f
Align WooCommerce javascript code standards/linting/styles with WordPress core. ( https://github.com/woocommerce/woocommerce-admin/pull/3674 )
...
* align code styles with the same configuration as Woo-Blocks
* initial pass of reformat-files
* applies manual fixes to various new linting errors surfaced by the configuration change.
* Fix state mutation in image-upload
* remove unused pre-commit-hook.js
* requestAnimationFrame -> window.requestAnimationFrame
* wc-api eslint changes
* eslint fixes on client/lib and client/settings
* client/header eslint changes
* fixes for client/dashboard part 1
* fixes client/dashboard part 2 of 2
* client/analytics part 1
* client/analytics continued
* client/analytics, last batch
* rename __mock__ directory
* pass in useEffect, useState from React component or function
* remove '+' from sprintf string argument
* use ref instead of findDOMNode
* reformat and repaply package.json changes
* install deps before running linter in Travis
* useGetCountryStateAutofill
* counryStateAutofill
* countryStateAutofill
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-02-14 15:23:21 +13:00
renovate[bot]
e57ad7ec30
Update dependency webpack to v4.41.6 ( https://github.com/woocommerce/woocommerce-admin/pull/3704 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-13 13:25:52 -04:00
renovate[bot]
7a66f51d72
Update dependency webpack-cli to v3.3.11 ( https://github.com/woocommerce/woocommerce-admin/pull/3705 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-13 13:22:43 -04:00
renovate[bot]
8efe525bd7
Update dependency rtlcss to v2.5.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3703 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-13 13:18:55 -04:00
renovate[bot]
f800d1bfbd
Update dependency eslint-plugin-jest to v23.7.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3702 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-13 13:06:48 -04:00
Bec Scott
f5292427d8
Update form example to better format the form return data ( https://github.com/woocommerce/woocommerce-admin/pull/3706 )
2020-02-13 15:15:35 +10:00
Jeff Stieler
6ed3943281
Initial documentation of the Customers Report. ( https://github.com/woocommerce/woocommerce-admin/pull/3686 )
2020-02-08 15:56:03 -08:00
Ron Rennick
db8a3ed88c
tag version 0.25.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3681 )
2020-02-07 11:15:00 -08:00
Timmy Crawford
9336150461
Enable onboarding in production. ( https://github.com/woocommerce/woocommerce-admin/pull/3680 )
2020-02-07 10:08:20 -08:00
renovate[bot]
16c6dd4f22
Update wordpress monorepo ( https://github.com/woocommerce/woocommerce-admin/pull/3673 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 16:16:19 +13:00
renovate[bot]
6899a84124
Update dependency eslint-plugin-react to v7.18.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3672 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 15:56:38 +13:00
renovate[bot]
6285a175b7
Update dependency dompurify to v2.0.8 ( https://github.com/woocommerce/woocommerce-admin/pull/3671 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 15:53:31 +13:00
renovate[bot]
caa09e252d
Update dependency @octokit/rest to v16.43.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3670 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 15:46:53 +13:00
renovate[bot]
a0247f0651
Update dependency @automattic/color-studio to v2.2.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3669 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 14:55:19 +13:00
renovate[bot]
1bd31a79dc
Update babel monorepo to v7.8.4 ( https://github.com/woocommerce/woocommerce-admin/pull/3668 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-06 14:16:24 +13:00
Fernando
387bf188a4
Decode breadcrumb correctly ( https://github.com/woocommerce/woocommerce-admin/pull/3653 )
...
When viewing the Accounts & Privacy tab in WooCommerce Settings, the page title in the breadcrumbs includes an "&".
Now "decodeEntities" method is used to correct the breadcrumb.
2020-02-05 11:35:50 -08:00
Ron Rennick
8e0a6a18fd
cast tax amount to float ( https://github.com/woocommerce/woocommerce-admin/pull/3656 )
2020-02-05 07:50:02 -08:00
Ron Rennick
64f9cd733b
tag version 0.25 ( https://github.com/woocommerce/woocommerce-admin/pull/3641 )
2020-02-05 13:18:28 +13:00
Timmy Crawford
03274bbe6d
Match Woo Core JP Autoloader version ( https://github.com/woocommerce/woocommerce-admin/pull/3667 )
2020-02-04 15:38:37 -08:00
Vasily Belolapotkov
06dce7a558
Add outline styling to focused textarea element ( https://github.com/woocommerce/woocommerce-admin/pull/3655 )
...
Textearea and input look different because ouline styling is not
applied to text area element.
2020-02-03 15:16:32 +13:00
renovate[bot]
b3176813b6
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/3660 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:57:38 +13:00
renovate[bot]
7f30546bfd
Update dependency eslint-plugin-jest to v23 ( https://github.com/woocommerce/woocommerce-admin/pull/3640 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:45:44 +13:00
renovate[bot]
79bf3f646b
Update dependency eslint-loader to v3 ( https://github.com/woocommerce/woocommerce-admin/pull/3639 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:22:32 +13:00
renovate[bot]
50ddf20cbd
Update dependency cross-env to v7 ( https://github.com/woocommerce/woocommerce-admin/pull/3638 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:19:58 +13:00
renovate[bot]
4d0042d82d
Update dependency node-sass to v4.13.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3637 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:17:08 +13:00
renovate[bot]
31b9bc3e3b
Update dependency concurrently to v5.1.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3636 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:13:20 +13:00
renovate[bot]
aea1ed1c7a
Update dependency @octokit/rest to v16.42.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3635 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:08:13 +13:00
renovate[bot]
8e99e5d752
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/3629 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-03 14:07:11 +13:00
Timmy Crawford
02540f3b89
Fix for onboarding in 25.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3651 )
2020-01-30 15:23:02 -08:00
Joshua T Flowers
243901a38f
Onboarding: Mark profiler complete on WC update ( https://github.com/woocommerce/woocommerce-admin/pull/3590 )
...
* Mark profiler as complete if previous onboarding install has been handled
* Load features before WC updated hooks
* Add todo note about updating core install check
2020-01-29 11:47:04 -03:00
Joshua T Flowers
761a67f18b
Onboarding: Mark payments task complete when payment configured ( https://github.com/woocommerce/woocommerce-admin/pull/3576 )
...
* Mark payments task complete when payment configured
* Only mark complete when all payments configured
* Only mark payments complete if all payments configured
2020-01-28 09:12:04 -08:00
Joshua T Flowers
d22774aa66
Onboarding: Fix shipping rates overlapping currency prefix ( https://github.com/woocommerce/woocommerce-admin/pull/3623 )
...
* Add various input states classes to the text control with affixes component
* Replace TextControl with TextControlWithAffixes in shipping rates
* Style TextControlWithAffixes for shipping rates in task list
* Always provide a formatted currency string
* Always display shipping rate labels and affixes
* Add components changelog entry.
Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com>
2020-01-28 08:54:39 -08:00
Joshua T Flowers
d1ef0eb029
Hide other elements in wpcontent while in full screen mode ( https://github.com/woocommerce/woocommerce-admin/pull/3621 )
2020-01-28 07:37:33 -08:00
Joshua T Flowers
fcd2d517cd
Onboarding: Allow any uploaded theme to be activated ( https://github.com/woocommerce/woocommerce-admin/pull/3620 )
...
* Allow installed themes to be installed and activated
* Filter themes on client-side by WC support and currently active
* Run transient deletion hook during REST requests
* Delete transient on theme switch for non-admin requests
2020-01-24 10:11:36 +08:00
Joshua T Flowers
2438885f09
Onboarding: Add missing space between manual tax info and link ( https://github.com/woocommerce/woocommerce-admin/pull/3612 )
2020-01-24 10:10:32 +08:00
Joshua T Flowers
cc0a054fe3
Onboarding: Vertically align button text ( https://github.com/woocommerce/woocommerce-admin/pull/3622 )
2020-01-24 10:09:39 +08:00
Jeff Stieler
9f5826ee61
Fix Search component token display in ReportTable ( https://github.com/woocommerce/woocommerce-admin/pull/3618 )
...
* Fix parsing of report table search terms.
* Fix styling of Search component "clear all" button.
* Add components changelog entry.
2020-01-23 08:32:28 -07:00
Joshua T Flowers
f8195a7b13
Onboarding: Center button to continue without installation ( https://github.com/woocommerce/woocommerce-admin/pull/3588 )
...
* Center button to continue without installation
* Remove margin on last benefit p tag
2020-01-23 15:11:40 +08:00
Ron Rennick
aed9216ab6
Use WC 3.8.1 for PHP 5.6 test matrix ( https://github.com/woocommerce/woocommerce-admin/pull/3616 )
2020-01-23 14:53:42 +08:00
Ron Rennick
614c5b7cdf
add PHP 7.3 to Travis unit tests ( https://github.com/woocommerce/woocommerce-admin/pull/3552 )
...
* add PHP 7.3 to Travis unit tests
* add note indicating phpunit version requirement
* add COMPOSER_DEV env variable for composer install
2020-01-22 15:20:27 -04:00
renovate[bot]
69d1388b95
Update dependency @octokit/rest to v16.37.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3607 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-22 17:07:11 +01:00
renovate[bot]
2afe792b35
Update dependency eslint-plugin-react to v7.18.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3608 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-22 17:07:04 +01:00
Jeff Stieler
5c37dd0374
Fix styling of search control in report table header and filters. ( https://github.com/woocommerce/woocommerce-admin/pull/3603 )
2020-01-22 08:33:44 -07:00
renovate[bot]
95a40969ef
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/3587 )
...
* Lock file maintenance
* Renovate: disable composer
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Albert Juhé Lluveras <aljullu@gmail.com>
2020-01-22 16:31:29 +01:00
Joshua T Flowers
4b02e0850d
Onboarding: Allow Jetpack connection to be skipped in tax task ( https://github.com/woocommerce/woocommerce-admin/pull/3589 )
...
* Add skip action to Connect component
* Add skip button to tax connect step
* Record event when tax Jetpack connection is skipped
2020-01-22 16:37:05 +08:00
Albert Juhé Lluveras
c4b1d552d4
Remove unnecessary use of lodash get ( https://github.com/woocommerce/woocommerce-admin/pull/3598 )
2020-01-21 15:17:39 +01:00
Joshua T Flowers
a6c0d8f063
Use existing store country if address line 1 is set ( https://github.com/woocommerce/woocommerce-admin/pull/3595 )
2020-01-21 20:57:16 +08:00
Joshua T Flowers
bade1da7f9
Onboarding: Fix gap on plugins step ( https://github.com/woocommerce/woocommerce-admin/pull/3594 )
...
* Remove min height on plugin actions
* Move margin from wrapper to buttons
2020-01-21 20:05:37 +08:00
Joshua T Flowers
b0b79e8968
Redirect old onboarding wizard to profiler when active ( https://github.com/woocommerce/woocommerce-admin/pull/3593 )
2020-01-21 20:05:10 +08:00
Paul Sealock
127ede4fd7
Dashboard: fix usermeta prefix ( https://github.com/woocommerce/woocommerce-admin/pull/3586 )
2020-01-21 08:06:38 +13:00
Jeff Stieler
25c09563a1
Don't modify the document title on existing WooCommerce pages. ( https://github.com/woocommerce/woocommerce-admin/pull/3585 )
2020-01-20 10:34:24 -07:00
Ron Rennick
0169dd26bb
fix strict standards in Scheduler classes ( https://github.com/woocommerce/woocommerce-admin/pull/3583 )
2020-01-20 08:19:53 -04:00
Jeff Stieler
3c93bc7b98
Remove defunct hook removals. ( https://github.com/woocommerce/woocommerce-admin/pull/3584 )
2020-01-17 17:16:02 -07:00
Timmy Crawford
6ffb9f3600
Ignore vendor directory for stylelint ( https://github.com/woocommerce/woocommerce-admin/pull/3582 )
...
* Ignore vendor directory for stylelint
* try that again.
2020-01-17 09:33:54 -08:00
renovate[bot]
9d32fd3671
Update dependency eslint to v6 ( https://github.com/woocommerce/woocommerce-admin/pull/3562 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-17 09:05:34 -08:00
renovate[bot]
4881d686a2
Update dependency autoprefixer to v9.7.4 ( https://github.com/woocommerce/woocommerce-admin/pull/3561 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-17 08:38:56 -08:00
Joshua T Flowers
e1bb3255c9
Onboarding: Hide plugin install step when already installed ( https://github.com/woocommerce/woocommerce-admin/pull/3575 )
...
* Remove already active plugins from install list
* Update global with newly activated and installed plugins
* Cache activated plugins to prevent step removal
2020-01-17 09:46:11 +08:00
Joshua T Flowers
5e8f3bc378
Onboarding: Update homepage publish message ( https://github.com/woocommerce/woocommerce-admin/pull/3577 )
2020-01-17 09:11:36 +08:00
Joshua T Flowers
69525f70df
Onboarding: Mark payments task complete on updating payment gateways ( https://github.com/woocommerce/woocommerce-admin/pull/3579 )
...
* Mark payments task complete on Stripe settings update
* Check for Paypal completion
* Update payments task to complete on setting Square tokens
* Update Paypal settings to check ppec settings
2020-01-17 09:11:04 +08:00
renovate[bot]
c3ae5ed53e
Update wordpress monorepo ( https://github.com/woocommerce/woocommerce-admin/pull/3530 )
...
* Update wordpress monorepo
* Update test snapshots on SplitButton
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Timmy Crawford <timmyc@users.noreply.github.com>
2020-01-16 16:56:43 -08:00
Paul Sealock
afd4573f4d
Re-add stockStatuses to wcSettings ( https://github.com/woocommerce/woocommerce-admin/pull/3573 )
2020-01-17 13:42:02 +13:00
Jeff Stieler
d57b99e6c7
Revamp uninstallation when WooCommerce Admin is in core. ( https://github.com/woocommerce/woocommerce-admin/pull/3546 )
...
* Don't truncate table data on uninstall if WooCommerce Admin is in core.
* DROP tables on uninstall (like core does).
* Migrate wc_ prefix options to woocommerce_.
This allows core WC to clean up when uninstalled.
* Migrate wc_ prefixed user meta fields to woocommerce_.
This allows core WC to clean up when uninstalled.
* Fix use of date().
* Update comment describing the option value filter.
2020-01-16 17:08:29 -07:00
renovate[bot]
de5d3f7c82
Update babel monorepo to v7.8.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3558 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-16 16:00:52 -08:00
renovate[bot]
450cf3d1d5
Update dependency prismjs to v1.19.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3528 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-16 15:48:29 -08:00
renovate[bot]
7bf0a0e465
Update dependency woocommerce/woocommerce-sniffs to v0.0.9 ( https://github.com/woocommerce/woocommerce-admin/pull/3529 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-16 15:31:33 -08:00
Jeff Stieler
3b609cf19f
Avoid redundant/unnecessary cleanup. ( https://github.com/woocommerce/woocommerce-admin/pull/3580 )
...
The feature plugin doesn't need to clean up when the core package exists.
2020-01-16 11:46:05 -07:00
Ron Rennick
92af5964fb
Update PHPUnit to version 7 ( https://github.com/woocommerce/woocommerce-admin/pull/3571 )
...
* add php requirement to composer, update phpunit to 7.5.18
* add random order test run (allowed to fail)
2020-01-16 10:03:44 -04:00
Ron Rennick
d192e55dda
fix SQL error in category sort ( https://github.com/woocommerce/woocommerce-admin/pull/3521 )
...
* fix SQL error in category sort
Co-authored-by: Jeff Stieler <jeff.m.stieler@gmail.com>
2020-01-15 16:26:28 -04:00
renovate[bot]
ff6eeadbef
Update dependency css-loader to v3.4.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3527 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 11:59:01 -08:00
renovate[bot]
a5d8f2c05a
Update dependency webpack-fix-style-only-entries to v0.4.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3502 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 11:49:50 -08:00
renovate[bot]
546c4a1a29
Update dependency webpack to v4.41.5 ( https://github.com/woocommerce/woocommerce-admin/pull/3501 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 10:40:27 -08:00
renovate[bot]
1d2b713916
Update dependency replace to v1.1.5 ( https://github.com/woocommerce/woocommerce-admin/pull/3500 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 10:30:15 -08:00
renovate[bot]
2ea7a44ade
Update dependency lerna to v3.20.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3499 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 10:01:05 -08:00
renovate[bot]
eaa467eb37
Update dependency d3-time-format to v2.2.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3498 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 09:47:33 -08:00
Timmy Crawford
a84485a3d4
Prod ready. ( https://github.com/woocommerce/woocommerce-admin/pull/3556 )
2020-01-14 15:57:21 -08:00
renovate[bot]
0b65d679fa
Update dependency chalk to v3 ( https://github.com/woocommerce/woocommerce-admin/pull/3531 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 09:15:14 +13:00
renovate[bot]
f33982408c
Update dependency concurrently to v5 ( https://github.com/woocommerce/woocommerce-admin/pull/3532 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-15 09:00:57 +13:00
Yash Kapoor
d84dacceef
Updated examples.config.js ( https://github.com/woocommerce/woocommerce-admin/pull/3515 )
...
Fixed gutenberg-components path & added @woocommerce/wc-admin-settings
2020-01-15 08:56:10 +13:00
Jeff Stieler
c15bbc9e4b
Make package-based load inert when plugin is active. ( https://github.com/woocommerce/woocommerce-admin/pull/3555 )
2020-01-14 08:13:58 -07:00
Joshua T Flowers
45659dbb3e
SelectControl: Add an option to show all options on refocus ( https://github.com/woocommerce/woocommerce-admin/pull/3551 )
...
* Add prop to show all options on focus
* Add example to devdocs for refocus option
* Highlight search query on refocus
* Make country/state dropdown show all options on refocus
2020-01-14 18:19:59 +08:00
Joshua T Flowers
d5444f6351
Updating unread stock indicator on stock update ( https://github.com/woocommerce/woocommerce-admin/pull/3550 )
...
* Force refetch of low product query after updating stock
* Continue showing unread indicator while fetching
2020-01-14 18:19:35 +08:00
Joshua T Flowers
7164e021fc
Onboarding: Update profiler theme action buttons ( https://github.com/woocommerce/woocommerce-admin/pull/3548 )
...
* Center align theme action buttons
* Add separate button for current theme
* Make live demo button tertiary
* Update styles for default and tertiary buttons in theme actions
2020-01-14 18:19:09 +08:00
renovate[bot]
b945e76d60
Update dependency d3-format to v1.4.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3497 )
...
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-01-13 17:11:51 -08:00
Paul Sealock
c0fc8a5be1
Handle custom currency formats ( https://github.com/woocommerce/woocommerce-admin/pull/3349 )
...
* add custom currency render
* tooltip
* remove filters
* remove custom component
* revert tooltip changes'
* update package-lock
* revert package-lock
* revert package-lock again
2020-01-14 09:55:54 +13:00
Ron Rennick
0396740c49
remove languages/woocommerce-admin.php from deploy ( https://github.com/woocommerce/woocommerce-admin/pull/3542 )
2020-01-13 11:07:28 -04:00
Joshua T Flowers
a87e7966fe
Don't exclude selected option from options list in countrystate dropdown ( https://github.com/woocommerce/woocommerce-admin/pull/3540 )
2020-01-13 11:21:06 +08:00
Joshua T Flowers
83f1bf8db9
Fix mobile table header styling ( https://github.com/woocommerce/woocommerce-admin/pull/3547 )
...
* Move search comparison beneath table header title
* Fix search label positioning
2020-01-13 10:58:43 +08:00
Timmy Crawford
adfd48d444
Onboarding: Prevent retry and activate and continue button from appearing at the same time. ( https://github.com/woocommerce/woocommerce-admin/pull/3545 )
2020-01-10 09:24:38 -08:00
Joshua T Flowers
d29d674768
Onboarding: Add reminder to complete profiler ( https://github.com/woocommerce/woocommerce-admin/pull/3524 )
...
* Add note to complete profiler
* Add note actions
* Update note to actioned when profiler is marked complete
* Update note to actioned client-side when completing profiler
2020-01-10 09:36:30 +08:00
Ron Rennick
d15a66d3bd
add analytics settings docs ( https://github.com/woocommerce/woocommerce-admin/pull/3526 )
2020-01-09 10:44:21 -04:00
Ron Rennick
d657613888
add privacy erasure via woocommerce hook ( https://github.com/woocommerce/woocommerce-admin/pull/3511 )
...
* add privacy erasure via woocommerce hook
Co-Authored-By: Joshua T Flowers <joshuatf@gmail.com>
2020-01-09 09:07:16 -04:00
Joshua T Flowers
90112354b1
Update historical data notice to actioned on import ( https://github.com/woocommerce/woocommerce-admin/pull/3539 )
...
* Add hook for regenerating data init
* Set note to actioned on data import
* Update note status on client-side import start
2020-01-09 10:11:39 +08:00
Joshua T Flowers
6943e76a3e
Set minimum height on muriel text inputs ( https://github.com/woocommerce/woocommerce-admin/pull/3538 )
2020-01-09 10:10:52 +08:00
Joshua T Flowers
d96a8b88b4
Update broken note action hooks ( https://github.com/woocommerce/woocommerce-admin/pull/3535 )
...
* Update action hooks to use new prefix
* Update error prefixes for notes
2020-01-09 10:10:29 +08:00
Joshua T Flowers
da9421692f
Onboarding: Add option to track appearance completion ( https://github.com/woocommerce/woocommerce-admin/pull/3503 )
...
* Add option to track appearance completion
* Disable proceed button if no logo and not dirty state
2020-01-09 10:05:03 +08:00
Jeff Stieler
8a976c28bb
Add initial Activity Panel documentation. ( https://github.com/woocommerce/woocommerce-admin/pull/3525 )
...
* Add initial Activity Panel documentation.
* Fix orders panel documentation.
* Additionally remove use of "ship" in messaging - not all stores sell physical products.
2020-01-08 12:25:13 -05:00
Ron Rennick
d1f198b21f
Sync refactor tweaks ( https://github.com/woocommerce/woocommerce-admin/pull/3504 )
...
* add check for in progress actions
* add check for AS get_date() function
* incorporate review feedback
* remove unnecessary else
2020-01-08 09:53:05 -04:00
Jeff Stieler
76e5483cf2
Release 0.24.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3520 )
...
* Bump version.
* Add changelog entries.
* Update tested to.
2020-01-07 10:54:05 -05:00
Joshua T Flowers
35b05d316f
Update date format for import status ( https://github.com/woocommerce/woocommerce-admin/pull/3516 )
...
* Update date format for import status
* Update success message for all historical data
2020-01-07 20:25:11 +08:00
Timmy Crawford
070f8eb3c0
Fix exception when task list is not shown. ( https://github.com/woocommerce/woocommerce-admin/pull/3513 )
2020-01-06 15:10:37 -08:00
Jeff Stieler
c2367bf708
Add initial documentation for the historical data import. ( https://github.com/woocommerce/woocommerce-admin/pull/3506 )
2020-01-06 11:10:57 -05:00
Joshua T Flowers
07388aa5f1
Onboarding: Update task list success notices ( https://github.com/woocommerce/woocommerce-admin/pull/3508 )
2020-01-06 23:27:09 +08:00
Albert Juhé Lluveras
7d9aaf6afa
Add singular/plural distinction to onboarding plugins installation ( https://github.com/woocommerce/woocommerce-admin/pull/3517 )
2020-01-06 16:16:38 +01:00
Joshua T Flowers
a804c5613f
Add SelectControl debouncing and keyboard fixes ( https://github.com/woocommerce/woocommerce-admin/pull/3507 )
...
* Prevent fetch from running on empty query
* Return empty string when query is null
* Add debounce time to filtered options in SelectControl
* Add searchDebounceTime as prop to SelectControl
* Close expanded list on tab
* Add currently selected index on tab
2020-01-06 23:15:40 +08:00
Timmy Crawford
41986bd8f0
Analytics: Change Refunds to Returns ( https://github.com/woocommerce/woocommerce-admin/pull/3514 )
...
* Change Refunds to Returns
* Also rename the chart
* Rename dashboard chart
2020-01-03 15:12:53 -08:00
Yash Kapoor
4a969a6fd1
Included RegExp for JS files in examples.config.js ( https://github.com/woocommerce/woocommerce-admin/pull/3510 )
2020-01-03 12:03:20 -05:00
Jeff Stieler
a44efefbd6
CI: use PR repo instead of main repo when checking out branches. ( https://github.com/woocommerce/woocommerce-admin/pull/3512 )
2020-01-03 12:00:40 -05:00
Joshua T Flowers
af5022c3d1
Reports sync refactor ( https://github.com/woocommerce/woocommerce-admin/pull/3285 )
2020-01-03 00:00:37 +08:00
Joshua T Flowers
ec2bdb10aa
Onboarding: Add tracks to extension purchase task and modal ( https://github.com/woocommerce/woocommerce-admin/pull/3493 )
...
* Add purchase task and modal to task list
* Track when cart modal is opened from task list
* Track when extensions are purchased or skipped
* Track checkout proceed on modal close
2020-01-02 10:36:25 +08:00
Joshua T Flowers
a2bff95a4a
Onboarding: Redirect the user to the task list if referer is wccom checkout ( https://github.com/woocommerce/woocommerce-admin/pull/3495 )
2020-01-02 10:30:12 +08:00
Timmy Crawford
da0844c53e
Onboarding: Add Skip Step link on Themes Step ( https://github.com/woocommerce/woocommerce-admin/pull/3490 )
...
* Onboarding: Add Skip Step link on Themes Step.
* Updates per feedback.
2019-12-31 11:55:00 -08:00
Jeff Stieler
e93a2abcf9
Tag version 0.23.3 ( https://github.com/woocommerce/woocommerce-admin/pull/3475 )
...
* Bump plugin version.
* Add changelog entry.
2019-12-31 11:18:36 -08:00
Joshua T Flowers
700cf7bb2d
Onboarding: Add purchase products task list item ( https://github.com/woocommerce/woocommerce-admin/pull/3472 )
...
* Add an array of installed plugins to wcSettings
* Don't include already installed plugins in cart items
* Move cart modal component
* Add purchase task and modal to task list
* Rename ambiguous task getter method
* Remove modal purchase later prop
* Show completed product purchase task item after purchase
* Don't show cart modal if all items previously purchased
2019-12-31 16:50:45 +08:00
Joshua T Flowers
1a83c50e19
Onboarding: Fix disabled button hover state ( https://github.com/woocommerce/woocommerce-admin/pull/3492 )
...
* Fix hover color for disabled buttons
* Add not-allowed state to cursor on disabled buttons
2019-12-31 10:47:41 +08:00
Joshua T Flowers
8707c5c13a
Onboarding: Add error styling and text to country state dropdown ( https://github.com/woocommerce/woocommerce-admin/pull/3494 )
...
* Add onBlur prop to select control input
* Add controlCLassName prop to SelectControl
* Set left position for control help text explicitly
2019-12-31 10:31:59 +08:00
Timmy Crawford
7cc0611902
Fix button color when no demo present. ( https://github.com/woocommerce/woocommerce-admin/pull/3489 )
2019-12-30 12:18:09 -08:00
renovate[bot]
e6fbbd8b41
Update dependency mini-css-extract-plugin to v0.9.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3480 )
2019-12-30 11:29:24 -04:00
renovate[bot]
51cda0911b
Update dependency redux to v4.0.5 ( https://github.com/woocommerce/woocommerce-admin/pull/3481 )
2019-12-30 11:09:28 -04:00
renovate[bot]
44c2f80a14
Update dependency enzyme-adapter-react-16 to v1.15.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3479 )
2019-12-30 10:59:25 -04:00
renovate[bot]
127f71f7cc
Update dependency deasync to v0.1.19 ( https://github.com/woocommerce/woocommerce-admin/pull/3478 )
2019-12-30 10:52:11 -04:00
renovate[bot]
18fe1d4a6d
Update dependency @octokit/rest to v16.36.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3477 )
2019-12-30 10:46:38 -04:00
renovate[bot]
6124c29e19
Update babel monorepo to v7.7.7 ( https://github.com/woocommerce/woocommerce-admin/pull/3476 )
2019-12-30 10:01:06 -04:00
Ron Rennick
692dcc21e5
update i18n scripts for making JSON files ( https://github.com/woocommerce/woocommerce-admin/pull/3433 )
...
* update i18n scripts for making JSON files
* update documentation
* update postbuild command for new translation script
* update per feedback
* update readme instructions
* update script reference patterns to anywhere on line
2019-12-30 09:38:20 -04:00
Joshua T Flowers
52c81230c3
Onboarding: Install free themes during profiler ( https://github.com/woocommerce/woocommerce-admin/pull/3484 )
...
* Add theme name to theme activation response
* Install and activate theme on choose in profiler
* Only auto install free themes and not currently active themes
* Move getPriceValue to dashboard utils
* Don't add free themes to the cart
2019-12-30 18:11:50 +08:00
Joshua T Flowers
3da148156e
Onboarding: Add theme install and activation endpoints ( https://github.com/woocommerce/woocommerce-admin/pull/3482 )
...
* Add API endpoint to install themes
* Add API endpoint to activate a theme
* Add an array of allowed themes and sanitize slugs
* Limit allowed themes to already installed or free themes
* Add theme installation tests
* Add tests for theme activation
* Add onboarding theme installation and activation tests
* Remove unused argument in onboarding plugins API
2019-12-30 15:47:15 +08:00
Timmy Crawford
44748bb16e
Onboarding: Add another option to platforms. ( https://github.com/woocommerce/woocommerce-admin/pull/3471 )
...
* Onboarding: Add another option to platforms.
* Add revenue question for other woo store.
* Add new option value to REST enum.
2019-12-27 08:30:59 -08:00
Joshua T Flowers
2df87c674d
Onboarding: Skip Shipping connect step if Jetpack is already connected ( https://github.com/woocommerce/woocommerce-admin/pull/3486 )
2019-12-27 17:16:39 +08:00
Joshua T Flowers
8b02019c1c
Onboarding: Don't show skip link if no plugins exist to skip ( https://github.com/woocommerce/woocommerce-admin/pull/3485 )
...
* Don't show skip link if no plugins exist to skip
* Update skip link to check against plugins array length
2019-12-27 08:17:27 +08:00
Joshua T Flowers
986703686e
Onboarding: Add in tracks for failed plugin installation ( https://github.com/woocommerce/woocommerce-admin/pull/3483 )
2019-12-27 07:20:52 +08:00
Jeff Stieler
b742c132da
Invalidate API caches when updating analytics settings. ( https://github.com/woocommerce/woocommerce-admin/pull/3465 )
2019-12-26 17:50:30 -05:00
Paul Sealock
402294c500
DataStores: normalize contexts to plural ( https://github.com/woocommerce/woocommerce-admin/pull/3419 )
...
* DataStores: normalize contexts to plural
* downloads_stats
2019-12-26 11:50:52 +13:00
Jeff Stieler
c28b6d9f2c
Fix DB version retrieval default value. ( https://github.com/woocommerce/woocommerce-admin/pull/3473 )
...
Value should be null if not set.
2019-12-24 13:19:08 -05:00
Jeff Stieler
a5c4e13fbb
Show pending review regardless of comment moderation settings ( https://github.com/woocommerce/woocommerce-admin/pull/3459 )
...
* Show pending reviews regardless of comment moderation settings.
* Filter "view reviews" link to show only product review comments.
2019-12-20 13:16:48 -05:00
Justin Shreve
5068282b7b
Add purchase modal at the end of the profile wizard ( https://github.com/woocommerce/woocommerce-admin/pull/3444 )
...
* Add purchase modal to confirm intent before cart redirect
* Handle PR feedback: Fix comment on getProductIdsForCart, move cart modal to open on theme page (which rewrites the mark completed functionality), fix CSS display, Add busy stsate to redirect to cart button
* Fix some minor naming issues and add a busy state on thee later link
2019-12-20 07:58:38 -05:00
Jeff Stieler
8d25b43a9c
Update instructions for documenting new components. ( https://github.com/woocommerce/woocommerce-admin/pull/3443 )
...
* Update instructions for documenting new components.
* Update instructions to reflect README file generation.
2019-12-20 07:25:03 -05:00
Jeff Stieler
747618cb2d
Bump version to 0.23.2. ( https://github.com/woocommerce/woocommerce-admin/pull/3453 )
...
* Update version to 0.23.2.
* Add changelog entries.
2019-12-20 07:24:49 -05:00
Jeff Stieler
45730ed5fa
Prompt user for branch/commit to base releases on. ( https://github.com/woocommerce/woocommerce-admin/pull/3454 )
2019-12-20 07:24:26 -05:00
renovate[bot]
ffae698c69
Update dependency mini-css-extract-plugin to v0.8.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3440 )
2019-12-20 19:40:41 +08:00
renovate[bot]
c4ae1bed98
Update dependency marked to v0.8.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3439 )
2019-12-20 19:35:23 +08:00
renovate[bot]
0bc77c2308
Update dependency css-loader to v3.4.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3438 )
2019-12-20 11:57:09 +08:00
renovate[bot]
bc50e4960b
Update dependency copy-webpack-plugin to v5.1.1 ( https://github.com/woocommerce/woocommerce-admin/pull/3437 )
2019-12-20 11:52:20 +08:00
renovate[bot]
3335cfc41f
Update dependency @octokit/rest to v16.35.2 ( https://github.com/woocommerce/woocommerce-admin/pull/3436 )
2019-12-20 11:48:33 +08:00
renovate[bot]
54b168eaf6
Pin dependency fs-extra to 8.1.0 ( https://github.com/woocommerce/woocommerce-admin/pull/3435 )
2019-12-20 09:46:15 +08:00
Jeff Stieler
1c51cf94e0
Add filters to WP notice collapsing behavior. ( https://github.com/woocommerce/woocommerce-admin/pull/3391 )
...
* Add filters to WP notice collapsing behavior.
* Avoid modifying the WP notices NodeList inline.
* Add example showing WP notices filter usage.
* Keep hidden/shown notice widths consistent.
2019-12-18 08:12:32 -05:00
Jeff Stieler
162a8cd550
Allow report caching layer to be filtered off. ( https://github.com/woocommerce/woocommerce-admin/pull/3434 )
...
* Add filter to conditionally disable report caching.
* Disable caching for Orders Stats unit tests.
Fixes the display of the last query when tests fail.
2019-12-17 16:21:44 -05:00
Ron Rennick
dd5929ea46
scroll to notices when made visible while scrolled down ( https://github.com/woocommerce/woocommerce-admin/pull/3390 )
...
* scroll to notices when made visible while scrolled down
* use window.scrollY for calculating scroll
2019-12-17 16:24:58 -04:00
Jeff Stieler
79ad163a3a
Fix user data fields filter name. ( https://github.com/woocommerce/woocommerce-admin/pull/3428 )
...
Missed in woocommerce/woocommerce-admin#3339 .
2019-12-17 08:36:22 -05:00