Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@shopify/[email protected]
Minor Changes
#37
dfa32ad
Thanks @QuintonC! - Addressed an issue with Redux support for non-ESM compliant bundlers such as Webpack#8
c5bb842
Thanks @QuintonC! - Adds support for ENS resolution.This feature works only when developers make use of either Alchemy or Infura providers. It cannot be enabled with the public provider as our mission is to ensure stability and not introduce a risk of rate-limited storefronts.
Patch Changes
#72
c69d654
Thanks @QuintonC! - Removes internal packages (shared + tsconfig) from package.json#44
235a1ba
Thanks @QuintonC! - Addresses an issue with styled components and CJS support. Since the packages support ESM, some frameworks (Next.js) will try to transpile the packages and use a CommonJS version of styled-components we needed to re-export styled-components with a .default key for CJS support.#47
29184fb
Thanks @QuintonC! - Removes redux-logger to address an ESM based-packed issue with webpack bundlers.#34
e8cbf63
Thanks @QuintonC! - Resolves an issue with redux-persist storage import using path imports#33
e803387
Thanks @QuintonC! - Resolves an issue for webpack bundlers that cannot resolve pathed imports#31
c75ce7e
Thanks @QuintonC! - Addresses an issue where types that are used from the internal shared package were not compiled and exported as expected. This resulted in an issue where providing a theme to any of the providers would result in a type mismatch, but also made it impossible to extend or inherit any of the default themes.Updated dependencies [
c69d654
,2ee07fd
,4c181ca
,16fab4c
]:@shopify/[email protected]
Minor Changes
#26
28b708e
Thanks @caropinzonsilva! - Display discount on unlocked title#48
c8a3cf1
Thanks @jamiely! - Adds description prop to Condition type and makes collectionAddress optional.#39
244a138
Thanks @caropinzonsilva! - Adds new ClientAnalytics componentPatch Changes
#72
c69d654
Thanks @QuintonC! - Removes internal packages (shared + tsconfig) from package.json#44
235a1ba
Thanks @QuintonC! - Addresses an issue with styled components and CJS support. Since the packages support ESM, some frameworks (Next.js) will try to transpile the packages and use a CommonJS version of styled-components we needed to re-export styled-components with a .default key for CJS support.#31
c75ce7e
Thanks @QuintonC! - Addresses an issue where types that are used from the internal shared package were not compiled and exported as expected. This resulted in an issue where providing a theme to any of the providers would result in a type mismatch, but also made it impossible to extend or inherit any of the default themes.@shopify/[email protected]
Patch Changes
#72
c69d654
Thanks @QuintonC! - Removes internal packages (shared + tsconfig) from package.json#42
2ee07fd
Thanks @jamiely! - Removes window inspection upon import#20
4c181ca
Thanks @jamiely! - Added documentation to the README#10
16fab4c
Thanks @QuintonC! - Updates urls for repository, bugs, and homepage inside of package.json