v1.3.0
Login SSO Documentation
- Fix a bug in the Login SSO sample code: The
urlparam must be passed inside theoptionsobject.
Add pagination to useSearch
- Update
README.me - Add a new param to the
useSearchhook:page - Get the results based on the provided
page.
Resolves #38
Return basePrice in the product query
- Return
basePricein the product query - Update GraphQL schema to generate the updated types (also includes updated types from the latest Storefront GraphQL API updates)
Related to #37