1 | # Changelog
|
2 |
|
3 | All notable changes to this project will be documented in this file.
|
4 |
|
5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
6 | and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
7 |
|
8 | ## [3.1.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 | ## [3.1.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 | ## [3.0.54] - 2020-10-20
|
21 |
|
22 | - Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
|
23 |
|
24 | ## [3.0.0] - 2019-04-08
|
25 |
|
26 | This library now requires React 16.8.
|
27 |
|
28 | ## [1.0.5] - 2019-01-09
|
29 |
|
30 | Start of changelog.
|