UNPKG

858 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-07-03
11
12### Added
13
14- Moved several module resolving features to this library from `react-async` ([#762](https://github.com/Shopify/quilt/pull/762))
15
16## 1.3.0 - 2019-03-25
17
18### Added
19
20- `DeferTiming` now includes an `InViewport` strategy ([#576](https://github.com/Shopify/quilt/pull/576))
21
22## 1.2.0 - 2019-03-11
23
24### Added
25
26- Added a `DeferTiming` enum for shared defer strategies ([#561](https://github.com/Shopify/quilt/pull/561))
27
28## 1.1.0 - 2019-02-25
29
30### Added
31
32- Added a `webpack` option to disable the Webpack-specific transform ([#530](https://github.com/Shopify/quilt/pull/530))