Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update apollo-client in / from 2.0.3 to 2.3.3 #109

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jun 13, 2018

Dependencies.io has updated apollo-client (a npm dependency in /) from "2.0.3" to "2.3.3".

2.3.3
  • Typescript improvements. Made observable query parameterized on data and
    variables: ObservableQuery<TData, TVariables>
    (excitement-engineer in #3140)
  • Added optional generics to cache manipulation methods (typescript).
    (mvestergaard in #3541)
  • Typescript improvements. Created a new QueryOptions interface that
    is now used by ApolloClient.query options, instead of the previous
    WatchQueryOptions interface. This helps reduce confusion (especially
    in the docs) that made it look like ApolloClient.query accepted
    ApolloClient.watchQuery only options, like pollingInterval.
    (hwillson in #3569)

Apollo Boost (0.1.8)

  • Allow cache to be given as a configuration option to ApolloBoost.
    (dandean in #3561)
  • Allow headers and credentials to be passed in as configuration
    parameters to the apollo-boost ApolloClient constructor.
    (rzane in #3098)

Apollo Cache (1.1.10)

  • Added optional generics to cache manipulation methods (typescript).
    (mvestergaard in #3541)

Apollo Cache In-Memory (1.2.3)

  • Added optional generics to cache manipulation methods (typescript).
    (mvestergaard in #3541)
  • Restore non-enumerability of resultFields[ID_KEY].
    (benjamn in #3544)
  • Cache query documents transformed by InMemoryCache.
    (benjamn in #3553)

Apollo Utilities (1.0.14)

  • Store key names generated by getStoreKeyName now leverage a more
    deterministic approach to handling JSON based strings. This prevents store
    key names from differing when using args like
    { prop1: 'value1', prop2: 'value2' } and
    { prop2: 'value2', prop1: 'value1' }.
    (gdi2290 in #2869)
  • Avoid needless hasOwnProperty check in deepFreeze.
    (benjamn in #3545)

Apollo GraphQL Anywhere (4.1.12)

  • No new changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant