UNPKG

@shopify/react-network

Version:

A collection of components that allow you to set common HTTP headers from within your React application.

32 lines (17 loc) 854 B
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [3.0.4] - 2019-05-03 ### Fixed - Fixed a missing export for the `FrameSource` component ([#683](https://github.com/Shopify/quilt/pull/683)) - Fixed the `applyToContext` helper overwriting a content security policy when no directives were set ([#683](https://github.com/Shopify/quilt/pull/683)) ## [3.0.0] - 2019-04-08 This library now requires React 16.8. ### Added - Added hook versions of most component APIs: `useRedirect`, `useStatus`, and `useCspDirective` ([#547](https://github.com/Shopify/quilt/pull/547)) ## [1.0.5] - Manual release ### Added - `@shopify/react-network` package