v1.3.0
Login SSO Documentation
- Fix a bug in the Login SSO sample code: The
url
param must be passed inside theoptions
object.
Add pagination to useSearch
- Update
README.me
- Add a new param to the
useSearch
hook:page
- Get the results based on the provided
page
.
Resolves #38
Return basePrice
in the product query
- Return
basePrice
in 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