apollo-client
Advanced tools
Changelog
Apollo Client (2.4.5)
Optimistic tests cleanup. PR #3834 by @joshribakoff
Documentation updates. PR #3840 by @chentsulin and PR #3844 by @lorensr
Implement ObservableQuery#isDifferentFromLastResult
to fix
Issue #4054 and
Issue #4031.
PR #4069
Changelog
Apollo Client (2.4.3)
Add additional checks to make sure we don't try to set the network status of queries in the store, when the store doesn't exist. <br/> @i6mi6 in #3914
Documentation updates. <br/> @shanonvl in #3925 <br/> @ojh102 in #3920 <br/> @Bkucera in #3919 <br/> @j4chou in #3915 <br/> @billfienberg in #3886 <br/> @TLadd in #3884
The ObservableQuery
class now makes a deep clone of lastResult
when
first received, so that the isDifferentResult
logic will not be
confused if the result object is modified later.
Issue #3992
PR #4032