louwie17
83524c7f69
Remove visit count on track and only count uncompleted task visits ( https://github.com/woocommerce/woocommerce-admin/pull/5996 )
...
* Remove visit count, and only count uncompleted task visits
* Add changelog
* Remove unused constant
2021-01-07 09:27:12 -04:00
Moon
058e222607
Add new note for the theme marketplace ( https://github.com/woocommerce/woocommerce-admin/pull/6016 )
...
* Add a new note for the theme marketplace
2021-01-06 22:49:29 -08:00
Moon
ef4d8a0339
Update title and content ( https://github.com/woocommerce/woocommerce-admin/pull/6003 )
2021-01-06 22:42:26 -08:00
Moon
00289ddb91
Remove HomeScreenFeedback note ( https://github.com/woocommerce/woocommerce-admin/pull/6014 )
...
* Remove HomeScreenFeedback
* Add wc-admin-home-screen-feedback to the obsolete_notes list
2021-01-06 22:39:22 -08:00
Moon
285aaa9b44
Add new note for the first product and payment setup insight ( https://github.com/woocommerce/woocommerce-admin/pull/6015 )
...
* Add new note for the first product and payment setup insight
* Remove note from FeaturePlugin -- it is unncessary
2021-01-06 22:39:04 -08:00
Renovate Bot
63446a69c6
Update dependency autoprefixer to v10
2021-01-07 03:48:00 +00:00
Jeff Stieler
06767113e5
Fix task list toggle logic in help tab. ( https://github.com/woocommerce/woocommerce-admin/pull/5975 )
2021-01-07 14:10:27 +13:00
Jeff Stieler
0c951a4652
Reduce Unnecessary Re-renders in Revenue Report ( https://github.com/woocommerce/woocommerce-admin/pull/5986 )
...
* Avoid new references in getReportChartData() return.
* Avoid some new references in ReportTable component.
* Avoid some new references, fix cache key for getReportChartData memoization.
* Memoize date package functions used in ReportTable.
* Avoid more new references in RevenueReportTable.
2021-01-07 14:01:45 +13:00
Lee Willis
e908bb19c2
Add missing text domain ( https://github.com/woocommerce/woocommerce-admin/pull/5995 )
...
Add missing text domain
Co-authored-by: Lee Willis <lee@ademti-software.co.uk>
2021-01-07 13:20:12 +13:00
Adrian Duffell
f6b61f8107
Add Line-Ending Normalization to Text Files in Git ( https://github.com/woocommerce/woocommerce-admin/pull/5917 )
...
Add normalization of text files in Git
2021-01-07 13:00:22 +13:00
renovate[bot]
1b2f20b6bb
Update dependency react-transition-group to v4.4.1 ( https://github.com/woocommerce/woocommerce-admin/pull/5950 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-07 12:57:50 +13:00
renovate[bot]
caeaa40a66
Pin dependency github-label-sync to 2.0.0 ( https://github.com/woocommerce/woocommerce-admin/pull/6010 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-07 12:56:44 +13:00
renovate[bot]
d12fb1cc9a
Update shivammathur/setup-php action to v2.9.0 ( https://github.com/woocommerce/woocommerce-admin/pull/6011 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-07 12:51:43 +13:00
Sam Seay
a2c4a6a306
A/B test creating a business features step for free extensions ( https://github.com/woocommerce/woocommerce-admin/pull/5786 )
...
This fixes woocommerce/woocommerce-admin#5287
Major changes:
1. The `<Form>` component (which is a published component) gets a new optional prop (so its backward compatible), called `onChangeCallback`. This is called when any form value changes, allowing the controlling component to act on individual form changes. This was needed to utilise `<Form>` to revalidate and check if the user could access the next tab. This should not impact existing usages of the `<Form>`, but it could be good to test this.
2. Introduces a new flow for choosing business extensions that was specified in woocommerce/woocommerce-admin#5287 issue description. Please check the issue for reviewing the designs. The simplest way to implement this, ended up being keeping the existing flow intact and where necessary copy pasting code from those components into the new flow. This new flow is only shown if your segmentation matches the following: `Stores that selected the US as the country and Other or Food & Drinks as the industry
2021-01-07 11:08:57 +13:00
Renovate Bot
9ac101cc29
Update storybook monorepo to v6.1.11
2021-01-06 02:14:07 +00:00
Paul Sealock
4e3107a322
1.8.3 changelog ( https://github.com/woocommerce/woocommerce-admin/pull/6009 )
...
* 1.8.3 changelog
* fixup
2021-01-06 12:47:54 +13:00
renovate[bot]
3e352d0661
Lock file maintenance ( https://github.com/woocommerce/woocommerce-admin/pull/5714 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 13:49:37 +13:00
renovate[bot]
e3d38e3d31
Update dependency react-router-dom to v5.2.0 ( https://github.com/woocommerce/woocommerce-admin/pull/5949 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 13:42:18 +13:00
renovate[bot]
9e6cff72ec
Update dependency dompurify to v2.2.6 ( https://github.com/woocommerce/woocommerce-admin/pull/5945 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-01-05 13:11:56 +13:00
Joshua T Flowers
ab9038d329
Update table component to use wp card ( https://github.com/woocommerce/woocommerce-admin/pull/5904 )
...
* Use wp card in table components
* Migrate report styles to report stylesheet
* Fix table scroll shadow
* Fix pagination styling
* Handle PR feedback
* Move search and action styles to table
* Add margin between table actions
* Remove vertical dividers
* Update chart table border colors (https://github.com/woocommerce/woocommerce-admin/pull/5932 )
2021-01-04 15:56:57 -05:00
Joshua T Flowers
e2e1429acd
Add link to update WordPress when min version not met ( https://github.com/woocommerce/woocommerce-admin/pull/5881 )
...
* Add text to update WP if min version not met
* Add disabled class if needs update
2021-01-05 08:31:14 +13:00
Joshua T Flowers
f3f6b31a49
Localize regional currency information for use during onboarding setup ( https://github.com/woocommerce/woocommerce-admin/pull/5969 )
...
* Provide localeInfo via wcSettings
* Provide currency symbols via wcSettings
* Use localized data to derive currency
* Decode entities and fix spaces after setting currency
* Determine currency by country instead of region
* Handle PR feedback
* Remove country info and symbol fallbacks
2021-01-04 13:04:58 -05:00
Joel Thiessen
750efaef0f
Removing duplicate back button on root level of new navigation ( https://github.com/woocommerce/woocommerce-admin/pull/5915 )
2021-01-04 09:00:42 -08:00
Ilyas Foo
71877be8dc
Reverts work done in woocommerce/woocommerce-admin#4857 for automated shipping after OBW is completed ( https://github.com/woocommerce/woocommerce-admin/pull/5971 )
...
* Reverts work done in woocommerce/woocommerce-admin#4857 for automated shipping after OBW is completed
* Remove ReviewShippingSettings note
* Update readme.txt
* Add wc-admin-review-shipping-settings to delete note list
2021-01-01 15:30:28 +08:00
Timmy Crawford
522c31b454
Add label-sync package and config. ( https://github.com/woocommerce/woocommerce-admin/pull/5981 )
2020-12-30 12:36:29 -08:00
Renovate Bot
195e71bd87
Update dependency @testing-library/jest-dom to v5.11.8
2020-12-30 04:40:20 +00:00
Renovate Bot
abd2cb060e
Update dependency webpack-fix-style-only-entries to v0.6.0
2020-12-30 03:42:28 +00:00
Renovate Bot
442e3c1e36
Update dependency recast to v0.20.4
2020-12-30 02:49:58 +00:00
Renovate Bot
06c54973ff
Update dependency @babel/plugin-transform-react-jsx to v7.12.12
2020-12-30 01:33:15 +00:00
Moon
cb9a604e94
Fix missing border around the emojis on the CES survey ( https://github.com/woocommerce/woocommerce-admin/pull/5972 )
...
* Add outline for the checked input
* Added margin-right 4px to give space between emojis
2020-12-29 16:10:33 -08:00
Moon
082b6c1089
Update ce4wp_referred_by option when Creative Mail gets activated during the onboarding process ( https://github.com/woocommerce/woocommerce-admin/pull/5978 )
2020-12-29 13:21:24 -08:00
Jeff Stieler
4184392d33
Don't show Stock or Reviews panels before there are Products and/or Orders. ( https://github.com/woocommerce/woocommerce-admin/pull/5973 )
...
* Hide Stock and Reviews panels until there are products and/or orders.
* Add tests.
* Add to changelog.
2020-12-29 11:19:13 -05:00
Joshua T Flowers
0bc842f7c3
Allow default link behavior when cmd or ctrl are used ( https://github.com/woocommerce/woocommerce-admin/pull/5966 )
...
* Allow default link behavior when cmd or ctrl are used
* Convert Link to functional component
* Add alt and shift keys
2020-12-29 11:13:20 -05:00
Joshua T Flowers
7977fb0148
Decode entities in titles ( https://github.com/woocommerce/woocommerce-admin/pull/5964 )
2020-12-28 13:48:29 -05:00
Paul Sealock
641eedb60d
synch 1.8 readme ( https://github.com/woocommerce/woocommerce-admin/pull/5948 )
2020-12-23 20:27:59 +13:00
Renovate Bot
c9a76ea42b
Update dependency react-docgen to v5.3.1
2020-12-23 04:32:26 +00:00
Renovate Bot
fc5cf8013b
Update dependency raw-loader to v4.0.2
2020-12-23 02:46:40 +00:00
Joshua T Flowers
115dba484a
Fix completed tasks tracking infinite loop ( https://github.com/woocommerce/woocommerce-admin/pull/5941 )
2020-12-23 12:46:28 +13:00
David Levin
36c9454e90
update woocommerce dropdown button ( https://github.com/woocommerce/woocommerce-admin/pull/5906 )
...
Co-authored-by: David Levin <davidlevin@Davids-MacBook-Pro-2.local>
2020-12-22 09:14:11 -08:00
Albert Juhé Lluveras
080271fb27
Add SearchListControl isCompact prop ( https://github.com/woocommerce/woocommerce-admin/pull/5901 )
...
* Add isCompact prop to SearchListControl
* Add left and right borders to search list
* Remove box-shadow when search list items are focused/active
* Add Changelog notice
* Update snapshots
2020-12-22 15:32:24 +01:00
Joshua T Flowers
2db701b5f3
Add deprecation notice to wc card component ( https://github.com/woocommerce/woocommerce-admin/pull/5911 )
...
* Add deprecation notice to wc card component
* Add changelog note
2020-12-21 18:12:05 -05:00
Joshua T Flowers
da239f6bb7
Update filters to use wp card component ( https://github.com/woocommerce/woocommerce-admin/pull/5903 )
...
* Use cards in advanced filters
* Use wp card for compare filters
* Fix scss lint errors
2020-12-21 14:43:39 -05:00
Joshua T Flowers
a6c109e032
Update onboarding setup wizard to use WP Card component ( https://github.com/woocommerce/woocommerce-admin/pull/5896 )
...
* Use WP Card for onboarding cards
* Fix business extensions border
* Fix lint and test errors
2020-12-21 14:34:22 -05:00
Joshua T Flowers
8d99e637c5
Update dashboard charts to use WP Card ( https://github.com/woocommerce/woocommerce-admin/pull/5897 )
...
* Update dashboard charts to use WP Card
* Fix lint and test errors
2020-12-21 14:06:41 -05:00
Joshua T Flowers
6c72ba4994
Use wp cards in store alerts ( https://github.com/woocommerce/woocommerce-admin/pull/5899 )
...
* Use WP Card for store alerts
* Fix up store alerts placeholder
* Add store alert tests
2020-12-21 14:06:26 -05:00
Joshua T Flowers
6a3b30a2b2
Update task list to use wp card component ( https://github.com/woocommerce/woocommerce-admin/pull/5895 )
...
* Update task list to use wp card component
* Fix lint errors
2020-12-21 14:05:29 -05:00
Paul Sealock
80f641b849
Unbundle wp.components ( https://github.com/woocommerce/woocommerce-admin/pull/5753 )
...
* enqueue wp-components
* conditional check of Navigation?
* nav version checks, first pass
* better nav checking
* bump min requirments
* min versions
* Use WP 5.6 instead of 5.6.0
* add wp.date and wp.compose
* Handle missing FlexItem
* enqueue styles
* fix date range mobile dropdown
2020-12-21 14:57:55 +13:00
louwie17
cad707f57c
Highlight help panel with tooltip ( https://github.com/woocommerce/woocommerce-admin/pull/5826 )
...
* Show highlight help panel popup after user enters uncompleted task more then once
* Updated styling of highlight tooltip
* Removed empty array from the useSelect to prevent unnecessary re-renders
* Updated styling of the highlight tooltip to match wireframe and wrote tests
* Fix close button location
* Add event tracking
* Add changelog
* Make use of user preferences meta data for task visit tracking
* Add support for toggling the show boolean
* Make sure the delay works correctly for highlight tooltip
* Continue tracking tasks visit count, and added onShow callback for tooltip
2020-12-18 09:17:07 -04:00
Moon
aff8a66fe7
Add missing namespace for translation ( https://github.com/woocommerce/woocommerce-admin/pull/5905 )
2020-12-17 16:06:39 -08:00
David Levin
4822afe5fb
update section header component styles to match typography in @wordpress/components ( https://github.com/woocommerce/woocommerce-admin/pull/5891 )
...
* update card header styles to match typography in @wordpress/components
* revert analytics card headers
Co-authored-by: David Levin <davidlevin@Davids-MacBook-Pro-2.local>
2020-12-17 13:49:03 -08:00