UNPKG

1.85 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## [2.9.3] - 2020-10-20
11
12- Updated `tslib` dependency to `^1.14.1`. [#1657](https://github.com/Shopify/quilt/pull/1657)
13
14## [2.9.2] - 2020-10-09
15
16### Added
17
18- `fetch-mock` is updated to the latest version [#1510](https://github.com/Shopify/quilt/pull/1510)
19
20 Please see the [migration guide](./migration-guide.md) for more information.
21
22## [2.9.1] - 2020-05-05
23
24### Added
25
26- Fixed setup instructions instructions for `ensureMocksReset`
27
28## [2.9.0] - 2020-04-23
29
30- Added mock for `innerWidth` to dimensions ([#1399](https://github.com/Shopify/quilt/pull/1399))
31
32## [2.8.0] - 2019-10-03
33
34- Added the `Connection` class for to allow mocking `navigator.connection` in tests [#1083](https://github.com/Shopify/quilt/pull/1083/files)
35
36## [2.7.1] - 2019-07-03
37
38### Fixed
39
40- Fixed bad default behaviour when specifying only a subset of an `IntersectionObserver` mock ([#762](https://github.com/Shopify/quilt/pull/762))
41
42## [2.7.0] - 2019-06-24
43
44### Added
45
46- Accurate return types for `Storage` mocks
47
48## [2.6.1] - 2019-04-25
49
50### Fixed
51
52- Now correctly declares a dependency on `@shopify/react-async`
53
54### Added
55
56- Added a mock for dimensions ([#625](https://github.com/Shopify/quilt/pull/625))
57
58## [2.5.0] - 2019-03-28
59
60### Added
61
62- Added a mock for `Promise` ([#614](https://github.com/Shopify/quilt/pull/614))
63
64## [2.4.0]
65
66### Added
67
68- Added a mock for `IntersectionObserver` and `requestIdleCallback` ([#576](https://github.com/Shopify/quilt/pull/576))
69
70## [2.2.0]
71
72### Added
73
74- User timing mocks [#468](https://github.com/Shopify/quilt/pull/468).
75
76## [2.1.3] - 2019-01-09
77
78- Start of Changelog