Skip to content

Commit

Permalink
Fix a typo in the changelog entry for v18.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydenseric committed Oct 23, 2023
1 parent 0b7551c commit f44feaf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion changelog.md
@@ -1,5 +1,11 @@
# apollo-upload-client changelog

## Next

### Patch

- Fixed a typo in the changelog entry for v18.0.0.

## 18.0.0

### Major
Expand All @@ -14,7 +20,7 @@

This class was bloating non React Native environments with an extra module, increasing bundle sizes when building and adding an extra step to ESM loading waterfalls in browsers.

It’s the responsibility of Facebook to adhere to web standards and implement spec-complaint `File`, `Glob`, and `FormData` globals in the React Native environment.
It’s the responsibility of Facebook to adhere to web standards and implement spec-complaint `Blob`, `File`, and `FormData` globals in the React Native environment.

To migrate, React Native projects that are unable to use the standard globals can manually implement a class `ReactNativeFile` and match it with a custom function `isReactNativeFile` for use with the function `createUploadLink` option `isExtractableFile`.

Expand Down

0 comments on commit f44feaf

Please sign in to comment.