@redotech/redo-hydrogen
Version:
Utilities to enable and disable Redo coverage on Hydrogen stores
67 lines (37 loc) • 1.09 kB
Markdown
### 1.4.2
- Fix Hydrogen mismatched deps
### 1.4.1
- Allow older and newer versions of Hydrogen
- Change default background color of modal to white
### 1.4.0
- Add InfoCard
### 1.3.1
- Remove unused prop from CheckoutButtons
### 1.3.0
- Add a spinner visual after button clicked and navigating to cart
- Bugfixes and improved types for optimistic carts
### 1.2.2
- Bugfixes
### 1.2.1
- Fix root types exports
### 1.2.0
- If cart is a CartWithActionsDocs, use those cart manipulation functions instead of fetchers
### 1.1.3
- Allow both Cart and CartWithActionsDocs as cart inputs
- Retrieve cart lines from either cart.lines.nodes or cart.lines.edges.nodes
### 1.1.2
- Update exports to include RedoError and RedoErrorType
### 1.1.1
- Add errors field to RedoCoverageClient
- Add eligible field to RedoCoverageClient
- Price returns undefined if not eligible or not loaded
- Bugfixes
### 1.1.0
- Remove need for storeId and cart props on CheckoutButtons
- Bugfixes
### 1.0.2
- Bugfixes
### 1.0.1
- Bugfixes
### 1.0.0
- Initial release