Commit Graph

463 Commits

Author SHA1 Message Date
Jeff Stieler 26f23def50 Add Inbox note action indication (https://github.com/woocommerce/woocommerce-admin/pull/3039)
* Move inbox note actions to a bespoke component.

* Set busy state on action buttons on click.

* Allow for Note actions to be deleted.

* Update FB extension note after installation is complete.

* Link actions don't get busy treatment.

* Re-fetch note actions after updating.

Get new action IDs from the database.

* Add tracking to inbox note views. (https://github.com/woocommerce/woocommerce-admin/pull/3096)

* Move inbox note content to its own component.

* Send a tracks event when inbox notes are in the viewport.

Uses react-visibility-sensor.

* Match event data to `inbox_action_click`.
2019-10-24 10:13:05 -07:00
renovate[bot] f0baf97f63 Update dependency webpack to v4.41.2 (https://github.com/woocommerce/woocommerce-admin/pull/3091) 2019-10-24 12:15:28 +08:00
renovate[bot] 8e542fbbc1 Update dependency recast to v0.18.5 (https://github.com/woocommerce/woocommerce-admin/pull/3090) 2019-10-24 12:11:07 +08:00
renovate[bot] 99374a005c Update dependency lerna to v3.18.3 (https://github.com/woocommerce/woocommerce-admin/pull/3088) 2019-10-24 12:03:33 +08:00
renovate[bot] 950bdd8c77 Update dependency react-router-dom to v5.1.2 (https://github.com/woocommerce/woocommerce-admin/pull/3089) 2019-10-24 12:00:05 +08:00
renovate[bot] b2a9111fd6 Update dependency eslint-plugin-jest to v22.20.0 (https://github.com/woocommerce/woocommerce-admin/pull/3050) 2019-10-24 11:55:39 +08:00
renovate[bot] fbdcd61dfc Update dependency dompurify to v2.0.7 (https://github.com/woocommerce/woocommerce-admin/pull/3049) 2019-10-24 11:46:42 +08:00
renovate[bot] 5b4d985af4 Update dependency core-js to v2.6.10 (https://github.com/woocommerce/woocommerce-admin/pull/3048) 2019-10-24 11:37:34 +08:00
renovate[bot] 502fc04056 Update dependency autoprefixer to v9.6.5 (https://github.com/woocommerce/woocommerce-admin/pull/3047) 2019-10-24 11:28:29 +08:00
renovate[bot] 5797f2b82e Update wordpress monorepo (https://github.com/woocommerce/woocommerce-admin/pull/2929)
* Update wordpress monorepo

* Add missing Gutenberg grid variables

* Fix button styling

* Fix snapshots (new classes and events are passed through from WP components update)

* Adjust button overwrites

* Update package-lock.json

* Fix focus issues/conflicts with react-dates and Dropdown

* Maintain DateRange focus without impacting expected "click outside" behavior.

* Resolve multiple React versions, update testing dependencies.

* blow away package-lock.json and refresh

- this fixed tests after an npm install on my end

* Allow tabbing to month nav and calendar grid.

* Fix keyboard navigation of DayPicker elements.

Add prop for specifying an element that's allowed to take focus from DateRange.

* refresh package-lock
2019-10-23 11:18:32 -07:00
renovate[bot] 53b7f2998c Update dependency @octokit/rest to v16.33.1 (https://github.com/woocommerce/woocommerce-admin/pull/3046) 2019-10-21 18:07:56 +08:00
renovate[bot] 5d2714e5b1 Update babel monorepo to v7.6.4 (https://github.com/woocommerce/woocommerce-admin/pull/3045) 2019-10-21 18:02:40 +08:00
Paul Sealock e07800d75b Release/0.20.1 (https://github.com/woocommerce/woocommerce-admin/pull/3033)
* Prepare for 0.20.0

* Fix Facebook extension install from inbox (https://github.com/woocommerce/woocommerce-admin/pull/3010)

* Restore FB extension to installation whitelist.

Errantly removed in fe585aa2.

* Fix FB extension installation from inbox.

APIs have diverged.

* Update order stats table status index length. (https://github.com/woocommerce/woocommerce-admin/pull/3022)

* Add per-version DB upgrade routine.

Update order stats index length as well.

* Use globally namespaced methods for DB updates.

* Avoid creating duplicate DB update actions.

* use category lookup id instead of term taxonomy id (https://github.com/woocommerce/woocommerce-admin/pull/3027)

* Release 0.20.1
2019-10-15 14:21:19 +13:00
Paul Sealock ae413cb03e Prepare for 0.20.0 (https://github.com/woocommerce/woocommerce-admin/pull/3006) 2019-10-10 12:12:55 +13:00
renovate[bot] 4c19988109 Update dependency lerna to v3.16.5 (https://github.com/woocommerce/woocommerce-admin/pull/3017) 2019-10-09 10:09:40 -04:00
renovate[bot] 5640d6232e Update dependency dompurify to v2.0.5 (https://github.com/woocommerce/woocommerce-admin/pull/3016) 2019-10-09 09:58:13 -04:00
renovate[bot] 5c185006f9 Update dependency autoprefixer to v9.6.4 (https://github.com/woocommerce/woocommerce-admin/pull/3015) 2019-10-09 09:50:07 -04:00
renovate[bot] 9977b9f1e3 Update dependency @octokit/rest to v16.33.0 (https://github.com/woocommerce/woocommerce-admin/pull/3014) 2019-10-09 09:42:08 -04:00
renovate[bot] 9e149f4ad1 Update babel monorepo to v7.6.3 (https://github.com/woocommerce/woocommerce-admin/pull/3013) 2019-10-09 09:28:27 -04:00
renovate[bot] 77c4dfe4de Pin dependency webpack-fix-style-only-entries to 0.3.1 (https://github.com/woocommerce/woocommerce-admin/pull/3012) 2019-10-09 09:20:55 -04:00
Jeff Stieler e53d5daa94 Hook up download button to export endpoint. (https://github.com/woocommerce/woocommerce-admin/pull/2900)
* Move TableCard actions from packaged component to ReportTable.

* Build an IE stylesheet for the main app.

* Remove defunct TableCard download test.

* Update components changelog.

* Fix pagination.

Pull query from table data instead of ReportTable props.

* Initiate report export from download button (https://github.com/woocommerce/woocommerce-admin/pull/2951)

* Add report export operations to API spec.

* Initiate a report export job when there is more than one page of report data.

* Add report download "type" to Tracks event.

* Ensure WC_Emails class is hooked in before sending report download emails.

* Set email parameter for background CSV download requests.
2019-10-08 15:02:26 -07:00
renovate[bot] 634832cdc4 Update dependency cross-env to v6.0.3 (https://github.com/woocommerce/woocommerce-admin/pull/2984) 2019-10-07 13:57:27 -04:00
renovate[bot] 7b2a12b7b4 Update dependency eslint-plugin-react to v7.16.0 (https://github.com/woocommerce/woocommerce-admin/pull/2985) 2019-10-07 13:47:15 -04:00
renovate[bot] ba861ce90d Update dependency sass-loader to v7.3.1 (https://github.com/woocommerce/woocommerce-admin/pull/2914) 2019-10-07 12:06:26 -04:00
renovate[bot] 96ec3bceaf Update dependency rimraf to v2.7.1 (https://github.com/woocommerce/woocommerce-admin/pull/2913) 2019-10-07 12:03:29 -04:00
renovate[bot] 484fa06464 Update dependency eslint-plugin-jest to v22.17.0 (https://github.com/woocommerce/woocommerce-admin/pull/2912) 2019-10-07 11:13:52 -04:00
renovate[bot] 6e7113730e Update dependency d3-format to v1.4.1 (https://github.com/woocommerce/woocommerce-admin/pull/2911) 2019-10-07 10:53:45 -04:00
renovate[bot] 891823c576 Update babel monorepo to v7.6.2 (https://github.com/woocommerce/woocommerce-admin/pull/2910) 2019-10-07 10:45:00 -04:00
renovate[bot] b129dab7b6 Update dependency history to v4.10.1 (https://github.com/woocommerce/woocommerce-admin/pull/2926) 2019-09-27 15:08:57 -04:00
renovate[bot] 0ba4c032b3 Update dependency webpack to v4.41.0 (https://github.com/woocommerce/woocommerce-admin/pull/2915) 2019-09-27 14:25:47 -04:00
renovate[bot] 44cbe347df Update dependency webpack-cli to v3.3.9 (https://github.com/woocommerce/woocommerce-admin/pull/2927) 2019-09-27 14:14:54 -04:00
renovate[bot] 340e90ed02 Update dependency @octokit/rest to v16.30.1 (https://github.com/woocommerce/woocommerce-admin/pull/2954) 2019-09-27 14:10:26 -04:00
renovate[bot] 0c491eaaf7 Update dependency qs to v6.9.0 (https://github.com/woocommerce/woocommerce-admin/pull/2955) 2019-09-27 14:04:12 -04:00
Darren Ethier ae1ffab169 Fix `npm run build` resulting in non functional app. (https://github.com/woocommerce/woocommerce-admin/pull/2964)
* change default for `WC_ADMIN_PHASE`

* rework to introduce new `build:plugin` script and use it instead

- also revert defaulting `WC_ADMIN_PHASE` to core.
2019-09-26 19:05:26 -04:00
Paul Sealock bc8127bd33 0.19.0 release changes (https://github.com/woocommerce/woocommerce-admin/pull/2946) 2019-09-27 07:42:24 +12:00
renovate[bot] ebcdcbd30b Update dependency debug to v4 (https://github.com/woocommerce/woocommerce-admin/pull/2957) 2019-09-25 15:19:12 -04:00
renovate[bot] 5651d7b725 Update dependency cross-env to v6 (https://github.com/woocommerce/woocommerce-admin/pull/2930) 2019-09-25 13:58:18 -04:00
renovate[bot] 61487e5a3e Update dependency react-router-dom to v5.1.0 (https://github.com/woocommerce/woocommerce-admin/pull/2956) 2019-09-25 13:23:30 -04:00
renovate[bot] f63a5123d8 Update dependency @automattic/color-studio to v2.2.0 (https://github.com/woocommerce/woocommerce-admin/pull/2925) 2019-09-25 13:15:01 -04:00
renovate[bot] 26d513ed08 Update dependency dompurify to v2 (https://github.com/woocommerce/woocommerce-admin/pull/2958) 2019-09-25 12:48:39 -04:00
Jeff Stieler 74330ef8f4 Remove unneeded dependencies. 2019-09-06 11:52:20 -07:00
Albert Juhé Lluveras 5b0af85472 Use upstream webpack-rtl-plugin (https://github.com/woocommerce/woocommerce-admin/pull/2870) 2019-09-06 16:12:50 +02:00
renovate[bot] a6c089703b Update dependency replace to v1.1.1 (https://github.com/woocommerce/woocommerce-admin/pull/2878) 2019-09-04 10:55:59 +02:00
renovate[bot] 04f7540799 Update dependency eslint-plugin-jest to v22.16.0 (https://github.com/woocommerce/woocommerce-admin/pull/2877) 2019-09-04 10:55:51 +02:00
renovate[bot] 7241a3fda6 Update dependency cross-env to v5.2.1 (https://github.com/woocommerce/woocommerce-admin/pull/2876) 2019-09-04 10:55:35 +02:00
renovate[bot] 36d8adbdad Update dependency @octokit/rest to v16.28.9 (https://github.com/woocommerce/woocommerce-admin/pull/2875) 2019-09-04 10:55:27 +02:00
Paul Sealock dfc428e176 Merge branch 'master' into release/0.18.0 2019-08-30 20:53:47 +12:00
Justin Shreve e67b556ac9 Update to Color Studio v2.1.0 (https://github.com/woocommerce/woocommerce-admin/pull/2837)
* Update color-studio to v2.1.0

* Handle additional color updates after rebase.
2019-08-29 12:07:56 -04:00
Paul Sealock b4a8641c31 Merge pull request woocommerce/woocommerce-admin#2848 from woocommerce/renovate/babel-monorepo
Update dependency babel-eslint to v10.0.3
2019-08-28 17:13:04 +12:00
Paul Sealock 2b1c625314 Merge pull request woocommerce/woocommerce-admin#2849 from woocommerce/renovate/d3-scale-chromatic-1.x
Update dependency d3-scale-chromatic to v1.5.0
2019-08-28 17:12:18 +12:00