UNPKG

1.09 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/).
6
7<!-- Unreleased changes should go to UNRELEASED.md -->
8
9---
10
11## Unreleased
12
13## [2.7.1] - 2019-07-03
14
15### Fixed
16
17- Fixed bad default behaviour when specifying only a subset of an `IntersectionObserver` mock ([#762](https://github.com/Shopify/quilt/pull/762))
18
19## [2.7.0] - 2019-06-24
20
21### Added
22
23- Accurate return types for `Storage` mocks
24
25## [2.6.1] - 2019-04-25
26
27### Fixed
28
29- Now correctly declares a dependency on `@shopify/react-async`
30
31### Added
32
33- Added a mock for dimensions ([#625](https://github.com/Shopify/quilt/pull/625))
34
35## 2.5.0 - 2019-03-28
36
37### Added
38
39- Added a mock for `Promise` ([#614](https://github.com/Shopify/quilt/pull/614))
40
41## 2.4.0
42
43### Added
44
45- Added a mock for `IntersectionObserver` and `requestIdleCallback` ([#576](https://github.com/Shopify/quilt/pull/576))
46
47## 2.2.0
48
49### Added
50
51- User timing mocks [#468](https://github.com/Shopify/quilt/pull/468).
52
53## 2.1.3 - 2019-01-09
54
55- Start of Changelog