Paul Sealock
43274b9fa8
Coding Standards: Fix getReportItems function call order ( https://github.com/woocommerce/woocommerce-admin/pull/3724 )
2020-02-17 14:02:32 +13:00
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