Releases: BlueBaseJS/plugin-apollo
Releases · BlueBaseJS/plugin-apollo
v4.2.1
4.2.1 (2023-11-14)
Bug Fixes
- Support for react-native file uploads (8c80cf1)
v4.2.0
4.2.0 (2023-11-13)
Features
- Replaced HttpLink with UploadLink to support file uploads (#207) (b01fc59)
v5.0.0-alpha.3
Bug Fixes
- Reverted to the same version as master (62284bf)
v5.0.0-alpha.1
Features
- Replaced HttpLink with UploadLink (deb8e9e)
BREAKING CHANGES
- Replaced HttpLink with UploadLink to support file uploads
v4.1.0
4.1.0 (2023-09-09)
Bug Fixes
Features
v4.0.0
4.0.0 (2020-08-08)
Features
- Updated to @apollo/client v3 (9db9c16)
BREAKING CHANGES
v3.0.0
3.0.0 (2019-12-30)
Features
- We now create only single HTTP link (f526200)
- We now create only single HTTP link (ca6b66d)
BREAKING CHANGES
- We now create only single HTTP link, previously an array of links was created.
- We now create only single HTTP link. Previously we created an array of links
v2.2.0
2.2.0 (2019-12-28)
Features
- ApolloClient is now saved as singleton (#87) (c27dc00)