Releases: okendo/okendo-shopify-hydrogen-demo
Releases · okendo/okendo-shopify-hydrogen-demo
Hydrogen 2 - Remix Edition
- Okendo is now supported in Hydrogen 2 (Remix) React Components
- Demo updated to support the NPM package release v2.0.0: https://www.npmjs.com/package/@okendo/shopify-hydrogen
Release v1.2.2 - Update to Okendo Shopify Hydrogen 1.2.2
NPM Library Updates
- Silence no metafields present warning / all warnings - Particularly seen in Star Rating Snippets
- Watch attribute changes in
useEffect
to better support re-initialisation on route changes
Update to @okendo/shopify-hydrogen v1.2.1
- Fixed
ReferenceError: window is not defined
when building for production - Issue Raised Here
Update to @okendo/shopify-hydrogen v1.2.0
- Updated to @shopify/[email protected]
- Updated to @okendo/[email protected]
Update to @okendo/shopify-hydrogen v1.1.0
- Updated to use @okendo/shopify-hydrogen v1.1.0 which includes changes from @shopify/hydrogen v1.1.0.
- Updated demo store to have latest changes from @shopify/hydrogen demo store.
Release v1.0.3 - Client Side Star Widget Support / GraphQL Fragments
Release Notes
This coincides with the 1.0.3
release of the Okendo Hydrogen React Components Library
- Updated demo store to include NEW
OkendoClientStarRating
widget. - Demo store now includes reusable GraphQL Fragment -
OKENDO_PRODUCT_STAR_RATING_FRAGMENT
.ProductCard
GraphQL fragment has been updated to also retrieve our pre-rendered Star Rating snippet for performance improvement inOkendoClientStarRating
renders - Added
OkendoProductFragment
type for use with Shopify'sProduct
type when retrieving objects via GraphQL withOKENDO_PRODUCT_STAR_RATING_FRAGMENT