github facebook/relay v14.0.0

latest releases: v17.0.0, v16.2.0, v16.1.0...
2 years ago

What's Changed

Breaking Changes

  • [8bb7478] Remove compiler CLI arguments: src, schema, artifactDirectory. This simplifies the public API of the compiler. The error message should print helpful message with possible config file, that can be used instead of these CLI arguments.
  • [44d6887] Relay Compiler: Make language configuration option required. In v13, we have default language as flow (or Javascript with Flow comments) for reading and generating artifacts. Majority of the projects in OSS, however, use typescript - in order to be precisely detect which language (typescript, JS, or flow) is used in the project we will use this option.
  • [ed53bb0] New compiler validation: Disallow __typename in fragments on query.
  • [20626f2] Make __typename selections within concrete linked fields have a string literal type, instead of the type string.
  • [48ed515] Removed legacy exported type names from generated files. typegen_phase have been removed from the Relay compiler config.

Added

Fixed

  • [e8c9ffe] Relay Compiler: make LocalPersister include trailing newline (#3938)
  • [384315d] Report schema location for invalid types (#3924).
  • [141ef0f] Avoid bug where watch mode can get stuck in invalid state (#3922).
  • [c48bda9] Ignore BOM when lexing (#3908).
  • [6cff97d] declarative_connection: allow interfaces or objects.
  • [52af6a6] Don't flatten fragment spreads with differing directives
  • [5a9d42e] Fix incorrect type generation with @required on plural fragments.
  • [739009f] remove DEPRECATED_GraphQLSubscriptionConfig type.
  • [928728a] Relay Compiler: Detect cyclic @inline fragments.
  • [eb0fc26] Hooks: Fix useMutation inFlight race condition (#3841).
  • [2101a79] Relay Compiler: Sort locally persisted operations (#3835).
  • [9f0dea4] Relay Compiler: Sort unions conditionally.
  • [b04b2b7] Sort object members in type generation (conditionally) (#3808).
  • [bb7c65f] Relay Compiler: Handle spaces between graphql tag and template. literal.

Improvements/Misc

  • [9556f2f] Persist explorer state in the URL/local storage (#3930).
  • [dd48057] Performance optimizations in selection conflicts validations.
  • [bb8721f] Quote key names in complex type field argument literals.
  • [4e2030f] Add FAQ page to docs.
  • [c6ecd52] Print fragment variables.
  • [7b6e7f5] Track directives on argument definitions.

Full Changelog: v13.2.0...v14.0.0

Don't miss a new relay release

NewReleases is sending notifications on new releases.