Skip to content

Releases: reach-digital/polymer-apollo-client

2.4.4

07 Jan 14:43
Compare
Choose a tag to compare
Fix #14

Fix demos in README.md

20 Sep 07:05
c798751
Compare
Choose a tag to compare
  • Fixed demos in README.md.

Implement new and fix existing properties

19 Sep 18:13
d9e6b85
Compare
Choose a tag to compare
  • Fixed work of hostLoading property of <graphql-query> web component.
  • Implemented new errorPolicy property of <graphql-query> web component.
  • Implemented new networkStatus property of <graphql-query> web component.
  • Implemented new stale property of <graphql-query> web component.
  • Removed the code of lastError property and custom error event (_handleError private method) from <graphql-mutation> web component, because they inherited from <graphql-query> web component.
  • Updated descriptions of some properties.
  • Improved the full demo (added "Refresh" button to "Query (search by content)" snippet).

Implement file uploads via GraphQL

06 Sep 09:27
00233e1
Compare
Choose a tag to compare
  • Implemented support of file uploads via GraphQL.
  • Added file uploads demo.
  • Bit refactored the source code.
  • Updated docs.