apollo-client v2.3.2 Release Notes

Release Date: 2018-05-29 // almost 6 years ago
    • ๐Ÿ›  Fix SSR and cache-and-network fetch policy (@dastoori in #3372)
    • ๐Ÿ›  Fixed an issue where the updateQuery method passed to ObservableQuery.fetchMore was receiving the original query variables, instead of the new variables that it used to fetch more data. (@abhiaiyer91 in #3500)
    • ๐Ÿ›  Fixed an issue involving Object.setPrototypeOf() not working on JSC (Android), by instead setting the prototype of this manually. (@seklyza in #3306)
    • โž• Added safeguards to make sure QueryStore.initQuery and QueryStore.markQueryResult don't try to set the network status of a fetchMoreForQueryId query, if it does not exist in the store. This was happening when a query component was unmounted while a fetchMore was still in flight. (@conrad-vanl in #3367, @doomsower in #3469)