Skip to content

Latest commit

 

History

History
552 lines (291 loc) · 23.8 KB

CHANGELOG.md

File metadata and controls

552 lines (291 loc) · 23.8 KB

Changelog

5.0.8 (2022-01-17)

Full Changelog

Closed issues:

  • Outdated next.js peer dependency #106

Merged pull requests:

  • Update dependencies + peerDependencies to allow for next 11 #110 (TheCleric)

5.0.7 (2021-09-22)

Full Changelog

Closed issues:

  • With Apollo works only on a few pages #104
  • Breaking: v5.0.5 lacks dist folder #103

Merged pull requests:

5.0.6 (2021-06-25)

Full Changelog

Closed issues:

  • Breaking Change with Nextjs 11 #101

5.0.5 (2021-06-24)

Full Changelog

Closed issues:

  • Question: Is it possible to forward cookies to the graphql server? #99
  • Could not find "client" in the context or passed in as an option #96
  • How to Implement Token Refresh? (cookies) #89
  • Error while running getDataFromTree TypeError: Object(...) is not a function #88
  • Fetching data on client side after routing #87

Merged pull requests:

  • Update withApollo.tsx - This update removes the breaking changes of React 11. #102 (Lwachira)

v5.0.4 (2020-11-10)

Full Changelog

Closed issues:

  • Cannot find ctx to use inside headers like I did in older versions #86

Merged pull requests:

  • Update dependencies to allow next@10 #85 (bubba)

v5.0.3 (2020-11-02)

Full Changelog

Closed issues:

  • Can we have an access to context ctx in apolloClient ? #82

Merged pull requests:

  • Fix page props type inference #84 (bubba)

v5.0.2 (2020-10-30)

Full Changelog

Merged pull requests:

  • Optionally pass context to client #83 (bubba)

v5.0.1 (2020-10-24)

Full Changelog

Closed issues:

  • New release: apollo-client v3 #78
  • Rewrite in Typescript #71

Merged pull requests:

v5.0.0 (2020-08-05)

Full Changelog

Fixed bugs:

  • Next v8+ breaks Data Prefetching #26

Closed issues:

  • Usage with static generation #73
  • Typescript support? #66

Merged pull requests:

v4.0.1 (2020-05-01)

Full Changelog

Closed issues:

  • Add additional getInitialProps to withData #63
  • Server side authentication with cookies #60

v4.0.0 (2020-05-01)

Full Changelog

Closed issues:

  • Using fetchPolicy: "no-cache" the component in ssr keeps in loading state #67

Merged pull requests:

v3.1.10 (2019-11-18)

Full Changelog

Merged pull requests:

v3.1.9 (2019-11-07)

Full Changelog

Closed issues:

  • How to make getInitialProps() work on Pages #24

v3.1.6 (2019-10-30)

Full Changelog

Closed issues:

  • question: server rendering for seo #59
  • Data prefetch when changing pages #54
  • useSubscription hook not working properly #43

v3.1.5 (2019-09-22)

Full Changelog

Closed issues:

  • Module not found #55

Merged pull requests:

v3.1.4 (2019-09-01)

Full Changelog

v3.1.3 (2019-09-01)

Full Changelog

Closed issues:

  • Ship a changelog? #50
  • Cannot read property 'pathname' of undefined #31
  • Dependency on next-server #30

3.1.2 (2019-09-01)

Full Changelog

Implemented enhancements:

  • Integrate with new @apollo/react-hooks #37

Closed issues:

  • Update implementation to use AppTree #51
  • Concerns about security with credentials visible on the front end #32

Merged pull requests:

v3.1.0 (2019-08-24)

Full Changelog

Closed issues:

  • [Documentation] Query component no longer supported? #49
  • getDataFromTree is not a function #47

Merged pull requests:

  • Upgrade apollo-common to ^3.0.1 and move @apollo packages to peerDependencies #52 (MrOrz)
  • Bump js-yaml from 3.12.1 to 3.13.1 #48 (dependabot[bot])

v3.0.3 (2019-07-28)

Full Changelog

v3.0.2 (2019-07-28)

Full Changelog

v3.0.1 (2019-07-27)

Full Changelog

Closed issues:

  • Error: Could not find "client" #45

Merged pull requests:

v3.0.0 (2019-07-24)

Full Changelog

Merged pull requests:

v2.1.3 (2019-06-20)

Full Changelog

Closed issues:

  • TypeError: Cannot assign to read only property '__esModule' of object '#<Object>' thrown by apollo-boost dependency #39

Merged pull requests:

v3.0.0-beta.5 (2019-06-01)

Full Changelog

v3.0.0-beta.4 (2019-06-01)

Full Changelog

v3.0.0-beta.3 (2019-06-01)

Full Changelog

v3.0.0-beta.2 (2019-06-01)

Full Changelog

v3.0.0-beta.1 (2019-06-01)

Full Changelog

v3.0.0-beta.0 (2019-05-31)

Full Changelog

v2.1.2 (2019-05-22)

Full Changelog

v2.1.1 (2019-05-22)

Full Changelog

Closed issues:

  • Installing react as a dependency causes Invalid Hook Call Warning #35
  • Dynamic fetching based on route #33
  • Exact versions in package.json causing duplicate react installs? #28
  • This dependency was not found: ./node_modules/next-apollo/dist/link.js #25
  • Remove deprecated apollo-client-present package in favor of apollo-boost #23

Merged pull requests:

  • migrate to apollo-boost #38 (ascott1)
  • Move react, react-dom, react-apollo, graphql to peerDependencies #36 (Hilaryous)
  • Adds missing comma to example in README. #27 (tmr08c)

v2.0.9 (2019-02-21)

Full Changelog

v2.0.8 (2019-02-14)

Full Changelog

Closed issues:

  • Eliminating Apollo in the production bundle #20

v2.0.7 (2019-01-10)

Full Changelog

v2.0.6 (2019-01-02)

Full Changelog

v2.0.5 (2019-01-02)

Full Changelog

v2.0.4 (2019-01-02)

Full Changelog

Merged pull requests:

v2.0.3 (2019-01-02)

Full Changelog

v2.0.2 (2018-11-12)

Full Changelog

v2.0.1 (2018-10-31)

Full Changelog

Closed issues:

  • Is the graphql server URI required to be absolute? #21
  • Is my example correct ? #18

Merged pull requests:

v2.0.0 (2018-06-15)

Full Changelog

Closed issues:

  • Expose entirety of req and not just headers #15
  • Direct Cache access #14

Merged pull requests:

  • Expose context object in config function #17 (jupl)

v1.0.13 (2018-03-17)

Full Changelog

Closed issues:

Merged pull requests:

v1.0.12 (2018-02-26)

Full Changelog

Closed issues:

  • Support Auth Integration #3
  • Support Redux Integration #2

v1.0.11 (2018-02-09)

Full Changelog

Closed issues:

  • Subscriptions? #5

v1.0.10 (2018-01-07)

Full Changelog

Merged pull requests:

  • Made it possible to access request headers #9 (thealjey)

v1.0.9 (2017-12-28)

Full Changelog

v1.0.8 (2017-12-28)

Full Changelog

v1.0.7 (2017-12-27)

Full Changelog

Closed issues:

  • Using this with getInitialProps() in pages #6

Merged pull requests:

1.0.6 (2017-11-16)

Full Changelog

Closed issues:

  • typo in variable name? #4

1.0.5 (2017-11-16)

Full Changelog

v1.0.4 (2017-10-30)

Full Changelog

Closed issues:

  • Make next-apollo a HOC #1

v1.0.3 (2017-10-30)

Full Changelog

v1.0.2 (2017-10-30)

Full Changelog

v1.0.1 (2017-10-28)

Full Changelog

v1.0.0 (2017-10-28)

Full Changelog

v0.0.20 (2017-10-27)

Full Changelog

v0.0.19 (2017-10-27)

Full Changelog

v0.0.18 (2017-10-27)

Full Changelog

v0.0.17 (2017-10-27)

Full Changelog

v0.0.16 (2017-10-27)

Full Changelog

v0.0.15 (2017-10-27)

Full Changelog

v0.0.14 (2017-10-27)

Full Changelog

v0.0.13 (2017-10-27)

Full Changelog

v0.0.12 (2017-10-27)

Full Changelog

v0.0.11 (2017-10-27)

Full Changelog

v0.0.10 (2017-10-27)

Full Changelog

v0.0.9 (2017-10-27)

Full Changelog

v0.0.8 (2017-10-27)

Full Changelog

v0.0.7 (2017-10-27)

Full Changelog

v0.0.6 (2017-10-27)

Full Changelog

v0.0.5 (2017-10-27)

Full Changelog

v0.0.4 (2017-10-27)

Full Changelog

v0.0.3 (2017-10-27)

Full Changelog

v0.0.2 (2017-10-27)

Full Changelog

v0.0.1 (2017-10-27)

Full Changelog

* This Changelog was automatically generated by github_changelog_generator