All Versions
32
Latest Version
Avg Release Cycle
112 days
Latest Release
12 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.6.2 Changes
August 01, 20181.6.2
๐ Fixed:
- ๐ Fix relay-runtime main entry for OSS
- ๐ Fix documentation page for Mutations
-
v1.6.1 Changes
July 30, 2018Commits: v1.6.0...master
Potentially Breaking:
- โฌ๏ธ Bump
graphqlpeer dependency to^0.13.0 - ๐ Use
React.forwardRef. This is a breaking change for people relying on therelayContainer.refs.componentimplementation detail.
๐ New:
- Introduce
@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:
- ๐ Fix pagination after using
refetchConnectionin Pagination Container - Use aliases for __typename generated fields in the union (#2465)
- ๐ Fix issue in React Async mode where container would render inconsistent data if rendering was interrupted.
RelayConnectionHandlernow properly writespage_infoafter refetching a connection- ๐ Fix issue where
RelayContainerUtilsdidn't recognizeReact.forwardRefasReact.Component - โก๏ธ Properly guard agains errors thrown inside
mutationorsubscriptionupdater functions
๐ Improved:
- ๐ฆ De-hastify
relay-runtime, set main entry in relay-runtimepackage.json. dedupeJSONStringifyis now more effective- Speed up
relay-compilerby caching client schema extensions. - โก๏ธ Expose
applyOptimisticUpdateon RelayModern. relay-compilercan now compile JS files withoptionalChainingsyntax.relay-compilercan now compile JS files withnullishCoalescingOperatorsyntax.relay-compilercan now compile JS files withoptionalCatchBindingsyntax.- โ
relay-compilerhas better warnings when required variables are not passed in. relay-compilernow generates operation Flow types: 5d83328.- โฌ๏ธ Bump
fbjsdependency to0.8.17. - โฌ๏ธ Bump
fast-globdependency to2.2.2. - ๐ Several documentation improvements.
- โฌ๏ธ Bump