This repository has been archived by the owner on Apr 7, 2022. It is now read-only.
Update babel-plugin-relay in / from 1.5.0 to 1.6.2 #208
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.
Dependencies.io has updated
babel-plugin-relay
(a npm dependency in/
) from "1.5.0" to "1.6.2".1.6.2
Fixed:
1.6.1
Commits: facebook/relay@v1.6.0...master
Potentially Breaking:
graphql
peer dependency to^0.13.0
React.forwardRef
. This is a breaking change for people relying on therelayContainer.refs.component
implementation detail.New:
@relay
(mask: false)
directive for fragment *definitions: *Applied to a fragment definition, relay(mask: false)
changes the generated Flow types to be more usable when the fragment is spread with the same directive; The Flow types will no longer be exact objects and no longer contain internal marker fields.Fixed:
refetchConnection
in Pagination ContainerRelayConnectionHandler
now properly writespage_info
after refetching a connectionRelayContainerUtils
didn't recognizeReact.forwardRef
asReact.Component
mutation
orsubscription
updater functionsImproved:
relay-runtime
, set main entry in relay-runtimepackage.json
.dedupeJSONStringify
is now more effectiverelay-compiler
by caching client schema extensions.applyOptimisticUpdate
on RelayModern.relay-compiler
can now compile JS files withoptionalChaining
syntax.relay-compiler
can now compile JS files withnullishCoalescingOperator
syntax.relay-compiler
can now compile JS files withoptionalCatchBinding
syntax.relay-compiler
has better warnings when required variables are not passed in.relay-compiler
now generates operation Flow types: 5d83328.fbjs
dependency to0.8.17
.fast-glob
dependency to2.2.2
.