UNPKG

1.58 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<!-- ## Unreleased -->
9
10## 1.2.8 - 2021-04-13
11
12### Changed
13
14- Removed dependency on tslib, as we no-longer compile with `tsc`. [#1829](https://github.com/Shopify/quilt/pull/1829)
15
16## 1.2.4 - 2021-03-03
17
18### Fixed
19
20- 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)
21
22## 1.2.0 - 2020-12-18
23
24### Added
25
26- Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability [#1698](https://github.com/Shopify/quilt/pull/1698)
27
28## 1.1.3 - 2020-10-20
29
30- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
31
32## 1.1.0 - 2020-09-15
33
34### Fixed
35
36- Exported `useImportRemote` hook and `Status`([1634](https://github.com/Shopify/quilt/pull/1634))
37
38## 1.0.0 - 2019-05-03
39
40### Changed
41
42- Changes to the props of `<ImportRemote />` mid-render will cause the import to be canceled. ([608](https://github.com/Shopify/quilt/pull/608))
43- 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))
44- Added `useImportRemote()` hook ([608](https://github.com/Shopify/quilt/pull/608))
45
46### Added
47
48- This CHANGELOG [(#575)](https://github.com/Shopify/quilt/pull/575)