renovate[bot]
8bf5cff688
Update dependency d3-format to v1.4.5 ( https://github.com/woocommerce/woocommerce-admin/pull/5048 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 15:24:04 +12:00
renovate[bot]
ca138988ae
Pin dependency @babel/plugin-proposal-class-properties to 7.10.4 ( https://github.com/woocommerce/woocommerce-admin/pull/5041 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 15:20:06 +12:00
renovate[bot]
5a32526123
Update dependency @testing-library/react to v10.4.9 ( https://github.com/woocommerce/woocommerce-admin/pull/5045 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 14:43:57 +12:00
renovate[bot]
327e1d2e56
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/5029 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-26 14:10:36 +12:00
Joshua T Flowers
d4dd74e44a
Remove onboarding feature flag and a/b testing ( https://github.com/woocommerce/woocommerce-admin/pull/4999 )
...
* Remove store page creation during new onboarding experience
* Remove onboarding feature flag
* Add back in onboarding feature flag to enable feature loading
2020-08-25 00:51:41 +03:00
Jeff Stieler
eea63f602f
Refactor task list status to onboarding data store. ( https://github.com/woocommerce/woocommerce-admin/pull/4998 )
...
* Add onboarding task status API endpoint.
* Add task status to onboarding data store.
* Update appearance task to use onboarding store for status info.
* Update main task list component to use onboarding data store for status info.
* Clear onboarding status info "cache" when setting shipping rates in the task list.
* Clear onboarding status info "cache" when enabling payment methods from the task list.
* Fix onboarding data store reducer tests.
* Clean up redundant code, nest task status settings under new key for hydration.
* Include tasks status in onboarding data hydration.
* Update tax task to use onboarding data store for status info.
* Avoid continually rehydrating onboarding data.
* Refactor payment task method retrieval to use onboarding data store.
* Fix bug with disappearing appearance tax steps.
* Update appearance completion faster by using hydrated onboarding value.
* Avoid PHP warnings when onboarding isn't enabled.
* Remove unused imports.
2020-08-24 09:20:57 -04:00
Joshua T Flowers
f2771ab449
Add complete and incomplete task counts to tasklist_complete event ( https://github.com/woocommerce/woocommerce-admin/pull/5000 )
2020-08-24 14:19:36 +03:00
Joshua T Flowers
07b3c87f6b
Add filter to allow modification of report columns ( https://github.com/woocommerce/woocommerce-admin/pull/4984 )
...
* Add filter to allow modification of report columns
* Check for report columns existence before filtering
2020-08-24 14:18:48 +03:00
renovate[bot]
fa2a90cad6
Update dependency d3-selection to v1.4.2 ( https://github.com/woocommerce/woocommerce-admin/pull/4928 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 12:31:09 +12:00
Sam Seay
e61548d2c5
Refactor the Header component from class to function. ( https://github.com/woocommerce/woocommerce-admin/pull/5023 )
...
Working towards woocommerce/woocommerce-admin#4654 this refactors the `<Header>` component to be functional so that it can use hooks. The plan is to use the `useUserPreferences` hook there to determine if the mobile banner should be rendered or not.
2020-08-24 10:46:18 +12:00
renovate[bot]
fac5a4609d
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/4836 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-24 10:09:25 +12:00
renovate[bot]
7c66c885d5
Update dependency core-js to v3 ( https://github.com/woocommerce/woocommerce-admin/pull/4174 )
...
* Update dependency core-js to v3
* core-js paths
* update babel and jest presets
* remove unused jest preset
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-08-24 09:35:46 +12:00
Paul Sealock
74e8d7622e
Items dataStore: Migrate from wc-api ( https://github.com/woocommerce/woocommerce-admin/pull/5009 )
...
* Create wp.data folder
* order panel
* fix isUnboundedRequest with Categories
* products report
* products table
* indicators and leaderboards
* orders and stock panels
* utils
* tests
* save
* updateStock
* remove wc-api items
* updateItems -> setItems
2020-08-21 11:37:41 +12:00
Paul Sealock
2f650b74a0
Replace useFilters with wp's withFilters ( https://github.com/woocommerce/woocommerce-admin/pull/4962 )
...
* use wp withFilters
* changelog
* remove altogether
* other uses of withFilters
* Add deprecation warning to README
2020-08-21 11:14:55 +12:00
Joshua T Flowers
0605e614a9
Group tasks by completion status ( https://github.com/woocommerce/woocommerce-admin/pull/5001 )
2020-08-20 22:33:55 +03:00
Daniel Bitzer
d8098d6fd7
Adds `@woocommerce/tracks` package ( https://github.com/woocommerce/woocommerce-admin/pull/5017 )
...
* Add @woocommerce/tracks package.json
* Add @woocommerce/tracks .npmrc
* Move lib/tracks.js in to tracks package
* Add tracks package debug dependency
* Add readme for tracks package
* Add changelog for tracks package
* Add info about debugging and opt-ins to tracks package readme
* Load tracks package script
* Add tracks package to packages readme
* Add tracks package to webpack config
* Add tracks package external to starter-pack
* Replace lib/tracks uses with @woocommerce/tracks
* Update package-lock.json
2020-08-20 14:29:52 +09:30
Sam Seay
2f1d65847c
Remove usage of __experimentalResolveSelect ( https://github.com/woocommerce/woocommerce-admin/pull/4949 )
...
This uses a generator action and hooks to reimplement the CTA as a more
simple and logicless component, with most of the logic now in the
HOC component.
2020-08-20 16:02:01 +12:00
Sam Seay
4e06df996a
Add the jest-environment tag to known tags for jsdoc to avoid lint errors. ( https://github.com/woocommerce/woocommerce-admin/pull/5002 )
2020-08-20 14:15:08 +12:00
Renovate Bot
a42c124321
Update dependency @octokit/graphql to v4.5.4
2020-08-19 22:06:38 +00:00
renovate[bot]
69efe549fe
Update dependency grunt to v1.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/5008 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-19 15:54:23 +12:00
renovate[bot]
27c2d4d3af
Update dependency enzyme-adapter-react-16 to v1.15.3 ( https://github.com/woocommerce/woocommerce-admin/pull/5007 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-19 15:30:59 +12:00
Paul Sealock
c7f63f7452
get selectors from wc-api ( https://github.com/woocommerce/woocommerce-admin/pull/4997 )
2020-08-19 10:03:40 +12:00
Jeff Stieler
c16da34c30
Migrate export data store to wp.data ( https://github.com/woocommerce/woocommerce-admin/pull/4958 )
...
* Add export ID to success response and fix typos in endpoint schema.
* Initial export data store.
Allows for starting export, but not checking progress.
* Use new export data store in analytics report tables.
* Remove defunct report export wc-api files.
* Apply review feedback from another wp.data PR.
* Use getResourceName() util for more DRYness.
* Fix linter error.
* Add response status code to fetchWithHeaders control.
* Use HTTP status rather than response body to determine success.
* Fix tests.
* Remove unused import from actions.
2020-08-18 09:04:58 -04:00
Joshua T Flowers
df89bb7aac
Fix note data actions and consolidate query constants ( https://github.com/woocommerce/woocommerce-admin/pull/4990 )
2020-08-18 14:45:42 +03:00
Bec Scott
4e8ca09a3a
Remove composite products from onboarding ( https://github.com/woocommerce/woocommerce-admin/pull/4996 )
...
Co-authored-by: Rebecca Scott <me@becdetat.com>
2020-08-18 10:56:36 +10:00
Timmy Crawford
a2e6b6e82e
Remove composite product from 1.4 release notes ( https://github.com/woocommerce/woocommerce-admin/pull/4995 )
...
I apparently made a bit of a mistake when assembling the changelog for 1.4. Thanks @becdetat for noticing this.
2020-08-17 17:31:12 -07:00
Timmy Crawford
7b2aedf88b
Final css tweaks for business modal in onboarding wizard. ( https://github.com/woocommerce/woocommerce-admin/pull/4994 )
2020-08-17 15:11:42 -07:00
Timmy Crawford
0259a6b52a
Update Jetpack Autoloader to match Woo Core. ( https://github.com/woocommerce/woocommerce-admin/pull/4993 )
...
* Update Jetpack Autoloader to match Woo Core.
* Don't pin JP Autoloader.
2020-08-17 15:06:00 -07:00
Paul Sealock
8afad405d4
Remove unused lib/date ( https://github.com/woocommerce/woocommerce-admin/pull/4987 )
2020-08-18 09:53:13 +12:00
Paul Sealock
5cbd4ed521
Documentation: Fix Add Report ( https://github.com/woocommerce/woocommerce-admin/pull/4991 )
...
* Update readme
* better
2020-08-18 09:45:21 +12:00
Paul Sealock
23846221e6
jsDoc: Fix errors ( https://github.com/woocommerce/woocommerce-admin/pull/4985 )
...
* jsDoc errors, round 1
* round 2
* round 3
* voila
* root0 -> props
2020-08-18 09:36:24 +12:00
Timmy Crawford
dfdc6d8f28
CSS fixes for Business Features popover. ( https://github.com/woocommerce/woocommerce-admin/pull/4907 )
2020-08-17 12:13:12 -07:00
Jeff Stieler
96e3ed4730
Fix typo in reports store action creators. ( https://github.com/woocommerce/woocommerce-admin/pull/4992 )
2020-08-17 13:52:33 -04:00
Bec Scott
c253cc7796
Add updateOptions prop to Layout tests ( https://github.com/woocommerce/woocommerce-admin/pull/4986 )
...
Co-authored-by: Rebecca Scott <me@becdetat.com>
2020-08-17 10:30:46 +10:00
Jeff Stieler
7ad5ea7d8d
Use filtered headers array in onColumnsChange callback. ( https://github.com/woocommerce/woocommerce-admin/pull/4964 )
...
* Use filtered headers array in onColumnsChange callback.
* Table column example: show headers when there are no results.
2020-08-14 12:14:04 -04:00
Manos Psychogyiopoulos
a236f6d79f
Add 'woocommerce_analytics_update_order_stats_data' filter ( https://github.com/woocommerce/woocommerce-admin/pull/4934 )
2020-08-14 15:59:29 +03:00
Joshua T Flowers
1d339174f8
Migrate reports data store to wp data ( https://github.com/woocommerce/woocommerce-admin/pull/4966 )
...
* Move controls to data package root
* Add reports data store in wp data
* Move report utils to data package
* Update error state and actions to match existing methods
* Update references to reports data store
* Add error setters
* Fix control registration path
* Add reports reducer tests
* Remove remaining report wc-api references
* Handle PR feedback
* reference packgage, not lib/date
Co-authored-by: Paul Sealock <psealock@gmail.com>
2020-08-14 14:19:04 +03:00
Sam Seay
be18a1945a
Adjust renovate to automerge devDependencies. ( https://github.com/woocommerce/woocommerce-admin/pull/4979 )
2020-08-14 13:11:09 +12:00
Paul Sealock
c3d1e1eb61
Stock Report: Fix bad text domains ( https://github.com/woocommerce/woocommerce-admin/pull/4980 )
...
* Fix bad text domains
* fix currency bug
2020-08-14 08:25:08 +12:00
Sam Seay
1d482e6357
Match the requires version to the exact Wordpress version number. ( https://github.com/woocommerce/woocommerce-admin/pull/4956 )
2020-08-13 11:20:14 -07:00
Jeff Stieler
025860c879
Delete associated customer analytics data when user is deleted from WordPress. ( https://github.com/woocommerce/woocommerce-admin/pull/4977 )
...
* Delete customer lookup rows when their corresponding user is deleted.
* Asynchronously delete users from customer lookup table.
* Add user deletion test case.
* Fix user deletion test.
2020-08-13 09:23:51 -04:00
Joshua T Flowers
483055dd75
Migrate notes data store to wp data ( https://github.com/woocommerce/woocommerce-admin/pull/4943 )
...
* Add initial notes data store using wp data
* Cache individual note queries
* Update notes undo endpoint to batch update endpoint
* Allow batch updates of notes
* Add requesting state
* Update components to use new note store
* Remove old notes store from wc-api
* Get note IDs from json and validate data in REST API
* Add an updating state to each note
* Throw errors in actions so they can be caught by client
* Add store reducer tests
* Handle PR feedback
* Fix failing tests
* Don't set inbox panel visibility while batch updating
* Move woocommerce block to external dependencies
2020-08-13 16:23:38 +03:00
Jeff Stieler
5fbc511f25
Don't directly import from React, use @wordpress/element. ( https://github.com/woocommerce/woocommerce-admin/pull/4978 )
2020-08-13 08:29:29 -04:00
renovate[bot]
2ca0182582
Update dependency moment-timezone-data-webpack-plugin to v1.3.0 ( https://github.com/woocommerce/woocommerce-admin/pull/4843 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:55:09 +12:00
renovate[bot]
9a4d0b40f2
Pin dependencies ( https://github.com/woocommerce/woocommerce-admin/pull/4870 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:53:47 +12:00
renovate[bot]
72dcbfd3b7
Update dependency qs to v6.9.4 ( https://github.com/woocommerce/woocommerce-admin/pull/4930 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:40:43 +12:00
renovate[bot]
7320a0663c
Update dependency autoprefixer to v9.8.6 ( https://github.com/woocommerce/woocommerce-admin/pull/4927 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:28:04 +12:00
renovate[bot]
872aa2aa35
Update dependency @automattic/color-studio to v2.3.1 ( https://github.com/woocommerce/woocommerce-admin/pull/4968 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:14:05 +12:00
renovate[bot]
7850c5f896
Update dependency prismjs to v1.21.0 [SECURITY] ( https://github.com/woocommerce/woocommerce-admin/pull/4953 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 15:13:43 +12:00
renovate[bot]
82d50d5d3a
Update dependency @octokit/graphql to v4.5.3 ( https://github.com/woocommerce/woocommerce-admin/pull/4969 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-08-13 14:41:00 +12:00