Mike Jolley
aeed7b22b0
Update Cart/Checkout Default Template Styling ( https://github.com/woocommerce/woocommerce-blocks/pull/8380 )
...
* Switch default cart headings for cross sells to h2/h3
Fixes woocommerce/woocommerce-blocks#8193
* Style empty cart icon
woocommerce/woocommerce-blocks#8360
* Ensure editable content fields are transparent in the editor
woocommerce/woocommerce-blocks#8359 woocommerce/woocommerce-blocks#7007
2023-02-07 16:47:13 +01:00
Lucio Giannotta
5dd05d7ab2
Improve public-facing texts and labels ( https://github.com/woocommerce/woocommerce-blocks/pull/7045 )
...
We noticed that oftentimes our labels and text tend to be overly
technical or unclear. We decided to do a bulk pass to improve
the readability to non-technical users.
2022-09-12 10:39:26 +02:00
Alex Florisca
0c7c2db6c0
Update @woocmmerce/eslint-plugin to 2.0.0 ( https://github.com/woocommerce/woocommerce-blocks/pull/6203 )
...
* Update @woocmmerce/eslint-plugin to 2.0.0
* Fixed some eslint errors
* Fix syntax errors
* Fix most linting errors
* Feedback changes
* Fix one more eslint issue
2022-04-08 14:47:19 +01:00
Tomasz Tunik
729de5ea05
Revert "fix: accessibility of search products block ( https://github.com/woocommerce/woocommerce-blocks/pull/5691 )" ( https://github.com/woocommerce/woocommerce-blocks/pull/5717 )
...
This reverts commit d4d3f18453
.
2022-02-04 11:26:34 +01:00
Tomasz Tunik
d4d3f18453
fix: accessibility of search products block ( https://github.com/woocommerce/woocommerce-blocks/pull/5691 )
...
When output with php the block had correct accessibility on
the frontend but in the editor or when rendered as block
the correct aria label was missing because of misspelled
aria-label attribute.
Also fixed wrong value type provided for tabIndex in editor
while at it.
2022-02-02 19:56:56 +01:00
Alex Florisca
6946750ea3
Added a placeholder to the product search block editor ( https://github.com/woocommerce/woocommerce-blocks/pull/5122 )
...
* Added a placeholder to the product search block editor to indicate that the user can change the placeholder on the front end
* Changed the placeholder to be translatable
2021-11-12 14:58:30 +00:00
Ovidiu Liuta
eb0ddbe29a
Add a label to the textarea from the editor view of the Product search block ( https://github.com/woocommerce/woocommerce-blocks/pull/4905 )
...
* woocommerce/woocommerce-blocks#1682 fixing product search accesibility label
* fix duplicate text annoncement
* removing aria-hidden from label
2021-10-14 11:27:05 +01:00
Seghir Nadir
800f3c9624
Fix direct call to setState in EditProductSearch body ( https://github.com/woocommerce/woocommerce-blocks/pull/3578 )
2020-12-21 16:56:58 +01:00
Darren Ethier
9115160c2f
Enable and fix all jsdoc rule violations ( https://github.com/woocommerce/woocommerce-blocks/pull/3168 )
...
* add param jsdocs to satisfy jsdoc require-param rule
* Fix jsdoc-checktypes rule violations
* fix jsdoc/require-param-type rule violations
* fix jsdoc/check-param-names violations
* fix jsdoc/require-property-description rule violations
* fix rule violations for jsdoc/valid-types rule
* fix rule violations for jsdoc/require-property rule
* fix jsdoc/no-undefined-types rule violations
* fix jsdoc/check-types rule violations
* fix jsdoc/require-returns-description rule violation
* enable jsdoc/require-returns-type rule
* fix jsdoc/newline-after-description rule violations
2020-09-20 19:54:08 -04:00
Seghir Nadir
69ff731b4e
use TextControl instead of PlainText ( https://github.com/woocommerce/woocommerce-blocks/pull/3014 )
...
* use TextControl instead of PlainText
* update e2e test
* revert changes for label
* update test
2020-08-18 12:25:48 +01:00
Mike Jolley
9caf01c354
Update wp.editor references, bump min version support ( https://github.com/woocommerce/woocommerce-blocks/pull/2434 )
...
* Update wp.editor references to wp.blockEditor
* Bump min version requirment to 5.2
* Update packages
* Revert "Update packages"
This reverts commit 7565c83a14fe8efd2e7c52473eeeaa5f837fa9fb.
* Undo server side render import changes
* bump min wp version variable
2020-05-13 08:31:49 +12:00
Albert Juhé Lluveras
f2cdd2ade7
Fix Product Search block in last Gutenberg release ( https://github.com/woocommerce/woocommerce-blocks/pull/1841 )
...
* Fix Product search block in last Gutenberg release
* Convert ProductSearchBlock to a functional component
* Split ProductSearchBlock into two components
2020-03-02 14:46:56 +01:00