UNPKG

784 BMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8<!-- ## [Unreleased] -->
9
10## [2.0.0] - 2019-05-03
11
12### Changed
13
14- Changes to the props of `<ImportRemote />` mid-render will cause the import to be canceled. ([608](https://github.com/Shopify/quilt/pull/608))
15- Removed `onError` callback prop. `onImported` now receives an error in the case that an error occurs during the import. ([608](https://github.com/Shopify/quilt/pull/608))
16- Added `useImportRemote()` hook ([608](https://github.com/Shopify/quilt/pull/608))
17
18### Added
19
20- This CHANGELOG [(#575)](https://github.com/Shopify/quilt/pull/575)