woocommerce/plugins/woocommerce-blocks/assets/js/data/cart
Mike Jolley a80e3e8a56
Accessibility: Prevent shipping losing focus when making selections during checkout (#48370)
* Prevent duplicate update

* Style aria disabled radio input

* Disable keyboard navigation when options are being sent to server.

* Abort multiple requests to update shipping rates

* Add changefile(s) from automation for the following project(s): woocommerce-blocks

* Update changelog

---------

Co-authored-by: github-actions <github-actions@github.com>
2024-06-21 10:23:19 +01:00
..
test chore: remove repetitive words (#47158) 2024-05-06 03:43:39 +00:00
README.md Improve the data stores documentation (https://github.com/woocommerce/woocommerce-blocks/pull/11336) 2023-10-26 09:37:13 +07:00
action-types.ts Remove WC Core shipping settings if Cart/Checkout blocks are in use (https://github.com/woocommerce/woocommerce-blocks/pull/8679) 2023-03-13 11:49:28 +00:00
actions.ts Accessibility: Prevent shipping losing focus when making selections during checkout (#48370) 2024-06-21 10:23:19 +01:00
constants.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
default-state.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00
index.ts Refactor Push Changes Readability and Performance (https://github.com/woocommerce/woocommerce-blocks/pull/10315) 2023-08-09 18:24:51 +01:00
notify-errors.ts Mini-Cart: Make error notifications non-dismissable. Closes woocommerce/woocommerce-blocks#8965. (https://github.com/woocommerce/woocommerce-blocks/pull/9578) 2023-05-26 19:39:33 +02:00
notify-quantity-changes.ts Fixed Blocks Linting Errors (#42727) 2023-12-12 15:05:20 -08:00
push-changes.ts reset state and postcode if it's not valid for the current country (#47369) 2024-05-13 16:46:08 +02:00
reducers.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
resolvers.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
selectors.ts Remove `setFullAddressPushed` to prevent address continually pushing (https://github.com/woocommerce/woocommerce-blocks/pull/9606) 2023-05-30 08:46:18 -07:00
thunks.ts Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
update-payment-methods.ts Fix/you do not need lodash (https://github.com/woocommerce/woocommerce-blocks/pull/9161) 2023-04-28 11:29:45 +01:00
utils.ts Refactor Push Changes Readability and Performance (https://github.com/woocommerce/woocommerce-blocks/pull/10315) 2023-08-09 18:24:51 +01:00

README.md

Cart Store

The docs for the Cart Store can be found in docs/third-party-developers/extensibility/data-store/cart.md.