UNPKG

1.26 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.8.0] - 2019-10-03
14
15- Added the `Connection` class for to allow mocking `navigator.connection` in tests [#1083](https://github.com/Shopify/quilt/pull/1083/files)
16
17## [2.7.1] - 2019-07-03
18
19### Fixed
20
21- Fixed bad default behaviour when specifying only a subset of an `IntersectionObserver` mock ([#762](https://github.com/Shopify/quilt/pull/762))
22
23## [2.7.0] - 2019-06-24
24
25### Added
26
27- Accurate return types for `Storage` mocks
28
29## [2.6.1] - 2019-04-25
30
31### Fixed
32
33- Now correctly declares a dependency on `@shopify/react-async`
34
35### Added
36
37- Added a mock for dimensions ([#625](https://github.com/Shopify/quilt/pull/625))
38
39## 2.5.0 - 2019-03-28
40
41### Added
42
43- Added a mock for `Promise` ([#614](https://github.com/Shopify/quilt/pull/614))
44
45## 2.4.0
46
47### Added
48
49- Added a mock for `IntersectionObserver` and `requestIdleCallback` ([#576](https://github.com/Shopify/quilt/pull/576))
50
51## 2.2.0
52
53### Added
54
55- User timing mocks [#468](https://github.com/Shopify/quilt/pull/468).
56
57## 2.1.3 - 2019-01-09
58
59- Start of Changelog