- Updated dependencies [
1171b00
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
2b70145
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
0fc2d54
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
5546b1d
,d691952
]:- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
-
#2785
97f8f6cf5
Thanks @vsumner! - Drop support for node 14 and 16. Support node LTS and up. -
#2787
f50049004
Thanks @vsumner! - Drop support for React 17
- Updated dependencies [
97f8f6cf5
,f50049004
]:- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
-
#2718
591e65366
Thanks @dependabot! - Bump @babel/traverse from 7.17.9 to 7.23.2 -
Updated dependencies [
591e65366
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
a4eae7db3
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
a3b5c3fc0
]:- @shopify/[email protected]
- @shopify/[email protected]
-
#2608
ba4da84d5
Thanks @BPScott! - Useimport type
everywhere that we deal with importing types -
Updated dependencies [
ba4da84d5
]:- @shopify/[email protected]
- @shopify/[email protected]
-
#2593
2f731db68
Thanks @BPScott! - Remove unneededvoid 0
class property initializations -
#2595
93ec0a0e5
Thanks @BPScott! - Useimport type
when importing types -
Updated dependencies [
2f731db68
,93ec0a0e5
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies [
2aa32e8b8
]:- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
-
#2389
03c1abc8c
Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16"
-
Updated dependencies [
03c1abc8c
]:- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
- @shopify/[email protected]
- Updated dependencies []:
- @shopify/[email protected]
- Updated dependencies [
30005950b
]:- @shopify/[email protected]
- Updated dependencies [
44eb34763
]:- @shopify/[email protected]
- No updates. Transitive dependency bump.
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Correct wildcard export to
./*
[#2209]
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Use
./*
instead of./
in package.json exports to fix deprecation warning. [#2184]
- Remove devDependency on
@shopify/useful-types
by using built-in types. [#2163]
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Rerelease after failed publish. No code changes.
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Updated types to support nodes http IncomingHttpHeaders types [#2127]
- No updates. Transitive dependency bump.
- No updates. Transitive dependency bump.
- Fixed babel helpers file being generated with incorrect filename in esm build. [#2082]
- No updates. Transitive dependency bump.
- Migrate from
sewing-kit-next
toloom
for building - package build output remains identical. [#2039]
- No updates. Transitive dependency bump.
- Enable type checking in tests and fix type errors. [#2034]
- No updates. Transitive dependency bump.
- Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
- Ensure
tsconfig.tsbuildinfo
file is not uploaded to the npm registry. [#1982]
- Update to latest sewing-kit-next for build. Update
types
/typesVersions
fields to point directly into the build folder [#1980]
- Officially supports React
17.x
1969
- No updates. Transitive dependency bump.
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759
- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698
- Updated
tslib
dependency to^1.14.1
. #1657
- Fixes bug where empty cookies are still being set #1517
- Do not set
set-cookie
headers for incoming request cookies #1515
- Provide
NetworkUniversalProvider
component for universal access to network details. Currently only supports request headers. PreviouslyuseRequestHeader
only had value on initial server-side renders
- The NetworkManager now accepts a
cookies
property in its constructor. This value is used to create aServerCookieManager
that can be accessed on the NetworkManger class instance. #1002 - Added a new hook
useNetworkManager()
that returns the network manager. #1002
- Added
useAcceptLanguage()
hook #909
- Store network headers in lowercase #915
useRequestHeader
is now correctly case-insensitive #889
useRequestHeader
now works as documented when instantiated withctx.headers
#888
- Added
useHeader
anduseRequestHeader
for interacting with network headers (#747)
- This library will now bail out of render passes in
react-effect
when a redirect is set (#747)
- Fixed a missing export for the
FrameSource
component (#683) - Fixed the
applyToContext
helper overwriting a content security policy when no directives were set (#683)
This library now requires React 16.8.
- Added hook versions of most component APIs:
useRedirect
,useStatus
, anduseCspDirective
(#547)
- Manual release
@shopify/react-network
package