chore(release): version packages#21
Merged
Merged
Conversation
fc1a471 to
135bc07
Compare
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
135bc07 to
6ba9d5b
Compare
6ba9d5b to
c0b0f46
Compare
c0b0f46 to
ef02f13
Compare
ef02f13 to
fb2aa15
Compare
fb2aa15 to
c61593b
Compare
c61593b to
6d09861
Compare
6d09861 to
e084320
Compare
e084320 to
25b0816
Compare
25b0816 to
da0461a
Compare
da0461a to
627b152
Compare
627b152 to
f7a0a37
Compare
f7a0a37 to
214d84e
Compare
214d84e to
ac35fad
Compare
ac35fad to
11644f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
@universal-data-layer/codegen-typed-queries@1.0.0
Minor Changes
#45
6df6943Thanks @dawidurbanski! - ### New Package:@universal-data-layer/codegen-typed-queriesIntroduces a codegen extension that generates fully typed query functions from GraphQL files.
Features:
.graphqlfilesUsage:
Core Enhancements (
universal-data-layer)Codegen Extension System:
CodegenExtensioninterface for creating custom extensionsTypedDocumentNode Support:
query()function now supportsTypedDocumentNodefor full type inferencePluggable Reference System:
ReferenceRegistryfor managing entity referencesFieldLinkMapError Handling Improvements:
query()now returns error tuples[data, error]instead of throwingAdditional Changes:
Contentful Plugin Updates (
@universal-data-layer/plugin-source-contentful)FieldLinkMapsupport for configuring reference resolutionNext.js Example
Patch Changes
6df6943,6a928ff,edb82e0,e02b3e0,e1ce532]:universal-data-layer@1.0.0
Minor Changes
#45
6df6943Thanks @dawidurbanski! - ### New Package:@universal-data-layer/codegen-typed-queriesIntroduces a codegen extension that generates fully typed query functions from GraphQL files.
Features:
.graphqlfilesUsage:
Core Enhancements (
universal-data-layer)Codegen Extension System:
CodegenExtensioninterface for creating custom extensionsTypedDocumentNode Support:
query()function now supportsTypedDocumentNodefor full type inferencePluggable Reference System:
ReferenceRegistryfor managing entity referencesFieldLinkMapError Handling Improvements:
query()now returns error tuples[data, error]instead of throwingAdditional Changes:
Contentful Plugin Updates (
@universal-data-layer/plugin-source-contentful)FieldLinkMapsupport for configuring reference resolutionNext.js Example
#41
edb82e0Thanks @dawidurbanski! - Implement node creation and manipulation APIPatch Changes
#40
6a928ffThanks @dawidurbanski! - Manual testing setup integrated into current dev mode#43
e02b3e0Thanks @dawidurbanski! - ### New Contentful Source Plugin (@universal-data-layer/plugin-source-contentful)Introduces the first official source plugin for the Universal Data Layer, enabling seamless integration with Contentful CMS.
Features:
en-US)ContentfulApiError,ContentfulSyncError, etc.)Configuration options:
spaceId/accessToken- Contentful credentialshost- API host (defaults to CDN, can use preview API)environment- Contentful environmentnodePrefix- Prefix for generated GraphQL typeslocale- Locale for field value extractiondownloadAssets- Enable local asset caching (not implemented yet)contentTypeFilter- Filter function for content typesforceFullSync- Force full re-sync ignoring stored tokensCore Enhancements (
universal-data-layer)File-based cache storage:
FileCacheStorageclass for persisting node data to diskEnvironment variable loading:
.envfile loading with priority order support.env.local,.env.{NODE_ENV}.local,.env.{NODE_ENV}, and.envQuery utilities:
gqltagged template literal for GraphQL queriesquery()function with automatic__typenameinjectionresolveRefsfor denormalized responsesaddTypenameToDocumentutility for AST manipulationAdditional improvements:
resolveRefsclient utility for entity resolution#42
e1ce532Thanks @dawidurbanski! - Types and codegen features added.@universal-data-layer/plugin-source-contentful@1.0.0
Minor Changes
#45
6df6943Thanks @dawidurbanski! - ### New Package:@universal-data-layer/codegen-typed-queriesIntroduces a codegen extension that generates fully typed query functions from GraphQL files.
Features:
.graphqlfilesUsage:
Core Enhancements (
universal-data-layer)Codegen Extension System:
CodegenExtensioninterface for creating custom extensionsTypedDocumentNode Support:
query()function now supportsTypedDocumentNodefor full type inferencePluggable Reference System:
ReferenceRegistryfor managing entity referencesFieldLinkMapError Handling Improvements:
query()now returns error tuples[data, error]instead of throwingAdditional Changes:
Contentful Plugin Updates (
@universal-data-layer/plugin-source-contentful)FieldLinkMapsupport for configuring reference resolutionNext.js Example
Patch Changes
#43
e02b3e0Thanks @dawidurbanski! - ### New Contentful Source Plugin (@universal-data-layer/plugin-source-contentful)Introduces the first official source plugin for the Universal Data Layer, enabling seamless integration with Contentful CMS.
Features:
en-US)ContentfulApiError,ContentfulSyncError, etc.)Configuration options:
spaceId/accessToken- Contentful credentialshost- API host (defaults to CDN, can use preview API)environment- Contentful environmentnodePrefix- Prefix for generated GraphQL typeslocale- Locale for field value extractiondownloadAssets- Enable local asset caching (not implemented yet)contentTypeFilter- Filter function for content typesforceFullSync- Force full re-sync ignoring stored tokensCore Enhancements (
universal-data-layer)File-based cache storage:
FileCacheStorageclass for persisting node data to diskEnvironment variable loading:
.envfile loading with priority order support.env.local,.env.{NODE_ENV}.local,.env.{NODE_ENV}, and.envQuery utilities:
gqltagged template literal for GraphQL queriesquery()function with automatic__typenameinjectionresolveRefsfor denormalized responsesaddTypenameToDocumentutility for AST manipulationAdditional improvements:
resolveRefsclient utility for entity resolutionUpdated dependencies [
6df6943,6a928ff,edb82e0,e02b3e0,e1ce532]: