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 |
Alex Florisca
|
9b3fdbb0b0
|
Ts blocks (https://github.com/woocommerce/woocommerce-blocks/pull/5668)
* filter-element-label -> ts
* filter-submit-button -> ts
* form -> ts
* load-more-button -> ts
* loading-mask -> ts
* pagination -> ts
* ProductList -> ts (in progress)
* ProductList -> ts continued
* ProductList -> ts - done + fix some ts errors
* ProductList -> ts continued
* ProductList -> ts
* Tidy up
* Extract type for RegisteredBlockComponent
* Feedback from Mike
* Fix unit tests
|
2022-02-07 09:34:30 +00: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 |
Mike Jolley
|
be513c8875
|
Lazy Loading Atomic Components (https://github.com/woocommerce/woocommerce-blocks/pull/2777)
* Implement lazy loading with basics spinner
* Add chunkFilename
* chunkFilename breaks render
* Suspense at inner block level
* Suspense for all products block
* Update assets/js/atomic/blocks/component-init.js
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
* Handle lazy components in registerBlockComponent
* update tests
* Update locks
* Update assets/js/blocks-registry/block-components/register-block-component.js
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
Co-authored-by: Darren Ethier <darren@roughsmootheng.in>
|
2020-07-14 12:35:15 +01:00 |
Mike Jolley
|
cae6cbb191
|
`registerInnerBlock` ->`registerBlockComponent` (https://github.com/woocommerce/woocommerce-blocks/pull/2688)
* registerBlockComponent
* BW compat and docs
* Add tests for deprecated methods
|
2020-06-17 14:10:46 +01:00 |