All notable changes will be documented in this file.
This file applies to the app that is created in Chapter 6 of the book—so the numbered step branches, not master (more info).
Releases are done with tags in the form [step]_[version], so for instance step 5 of version 0.1.0 is 5_0.1.0, located here:
/GraphQLGuide/guide/releases/tag/5_0.1.0
Released with r6
- Branch
28for "Testing" section - Branch
ssrthroughssr4for "Server-side rendering" extra chapter
- From render props and HOCs to hooks
- Updated packages from:
react-apollo 2.5
graphql 0.14
react 16.8
to:
@apollo/client 3.3.6
graphql 15.4.0
react 17.0.1
Released with r3
- Branches
19-27, from section "Updating multiple queries" to "Extended topics > Linting"
- Updated all packages in the starting
package.jsonin step0to latest
- Various small bugfixes
Released with r2
- Branches
0–18, from section "Setting up" through "Advanced querying > Paginating".