@culturehq/client
Advanced tools
Comparing version 5.0.1 to 5.0.2
@@ -9,2 +9,6 @@ # Changelog | ||
## [5.0.2] - 2018-08-13 | ||
### Changed | ||
- Bind the new `fetch` property to the parent `window` when running `skipPreflightChecks`. | ||
## [5.0.1] - 2018-08-13 | ||
@@ -11,0 +15,0 @@ ### Changed |
@@ -33,3 +33,3 @@ "use strict"; | ||
/* eslint func-names: off */ | ||
fetcher.fetch = this.contentWindow.fetch; | ||
fetcher.fetch = this.contentWindow.fetch.bind(window); | ||
}; | ||
@@ -36,0 +36,0 @@ |
@@ -28,3 +28,3 @@ "use strict"; | ||
var headers = { "X-Client-Version": "5.0.1" }; | ||
var headers = { "X-Client-Version": "5.0.2" }; | ||
@@ -31,0 +31,0 @@ if (!multipart) { |
{ | ||
"name": "@culturehq/client", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A JavaScript client that wraps the CultureHQ API", | ||
@@ -5,0 +5,0 @@ "main": "dist/client.js", |
104048