New
v20.1.0
Breaking Changes
- Stop picking up config_id in @live Relay by Xiangxin Sun ([commit](https://github.com/facebook/relay/commit/68b3f9bee536))
Bug fixes
- Fix conflicting lint by Steven Gschwind ([commit](https://github.com/facebook/relay/commit/4622d48f3978))
- Required-on-nonnull-field checking to consider fields in sibling inline fragments by Gordy French ([commit](https://github.com/facebook/relay/commit/3c494fce5659))
- Disable persisted queries in validate mode (#5013) by Aryan Iyappan ([commit](https://github.com/facebook/relay/commit/ff27db49b8fb))
Improvements
- Config: allow 'extra' in root of single-project config files (#5030) by Sean Barag ([commit](https://github.com/facebook/relay/commit/292ae5abdfb6))
- Make schema def rendering more robust (#5036) by Jordan Eldredge ([commit](https://github.com/facebook/relay/commit/e2aaaa87ea4a))
- Add config + validation to enable enforcement of not using fields by Steven Gschwind ([commit](https://github.com/facebook/relay/commit/19c25299db67))
- Support quickfix suggestions in validation rules by Jianfeng Chen ([commit](https://github.com/facebook/relay/commit/193d6c344ed7))
- Improve missing fragment data error message to point to
@aliasdocs. by Jordan Eldredge ([commit](https://github.com/facebook/relay/commit/f933d6c065c7)) - Make
variablesarg infetchQueryNoInferto improve errors by Sam Zhou ([commit](https://github.com/facebook/relay/commit/6314d78f67a5)) - Rust code for Hack Client LSP by Deepak Singh ([commit](https://github.com/facebook/relay/commit/c3b07efad983))
Documentation Improvements
- Update broken url in error message by Matthew Saunders ([commit](https://github.com/facebook/relay/commit/8839d348fa37))
- Update compiler.md to correct spelling of support (#5034) by UKEME BASSEY ([commit](https://github.com/facebook/relay/commit/4660b130fc20))
Miscellaneous
- Remove extraneous println by Gordy French ([commit](https://github.com/facebook/relay/commit/68afcf3207a8))
Experimental Changes
- Type information tool by Jan Kassens ([commit](https://github.com/facebook/relay/commit/8caf93896ae0))
- Relay type information tool by Jan Kassens ([commit](https://github.com/facebook/relay/commit/ad4b15c914dc))
- Allow ClientQuery in usePreloadedQuery by Tianyu Yao ([commit](https://github.com/facebook/relay/commit/2a079229f517))