@shopify/async
Advanced tools
Comparing version 2.0.9 to 2.1.0
@@ -10,2 +10,8 @@ # Changelog | ||
## 2.1.0 - 2019-10-30 | ||
### Added | ||
- Added `createAsyncQuery` to the list of default transforms ([#1153](https://github.com/Shopify/quilt/pull/1153)) | ||
### Fixed | ||
@@ -12,0 +18,0 @@ |
@@ -7,3 +7,3 @@ "use strict"; | ||
'@shopify/react-async': ['createAsyncContext', 'createAsyncComponent'], | ||
'@shopify/react-graphql': ['createAsyncQueryComponent'], | ||
'@shopify/react-graphql': ['createAsyncQueryComponent', 'createAsyncQuery'], | ||
}; | ||
@@ -10,0 +10,0 @@ function asyncBabelPlugin(_a) { |
@@ -57,3 +57,3 @@ "use strict"; | ||
} | ||
/* eslint-enable babel/camelcase */ | ||
/* eslint-enable @typescript-eslint/camelcase */ | ||
// Webpack does not like seeing an explicit require(someVariable) in code | ||
@@ -85,7 +85,7 @@ // because that is a dynamic require that it can’t resolve. This code | ||
if ( | ||
/* eslint-disable babel/camelcase */ | ||
/* eslint-disable @typescript-eslint/camelcase */ | ||
typeof __webpack_require__ === 'function' && | ||
typeof __webpack_modules__ === 'object' && | ||
__webpack_modules__[id] | ||
/* eslint-enable babel/camelcase */ | ||
/* eslint-enable @typescript-eslint/camelcase */ | ||
) { | ||
@@ -92,0 +92,0 @@ try { |
{ | ||
"name": "@shopify/async", | ||
"version": "2.0.9", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Primitives for loading parts of an application asynchronously.", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17565