UNPKG

1.41 kBMarkdownView 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## [1.2.4] - 2021-03-03
9
10### Fixed
11
12- Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers [#1759](https://github.com/Shopify/quilt/pull/1759)
13
14## [1.2.0] - 2020-12-18
15
16### Added
17
18- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698)
19
20## [1.1.3] - 2020-10-20
21
22- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
23
24## [1.1.0] - 2020-09-15
25
26### Fixed
27
28- Exported `useImportRemote` hook and `Status`([1634](https://github.com/Shopify/quilt/pull/1634))
29
30## [1.0.0] - 2019-05-03
31
32### Changed
33
34- Changes to the props of `<ImportRemote />` mid-render will cause the import to be canceled. ([608](https://github.com/Shopify/quilt/pull/608))
35- 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))
36- Added `useImportRemote()` hook ([608](https://github.com/Shopify/quilt/pull/608))
37
38### Added
39
40- This CHANGELOG [(#575)](https://github.com/Shopify/quilt/pull/575)