UNPKG

1.16 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## 3.1.37 - 2019-09-23
9
10### Fixed
11
12- No longer errors out on fresh installs with no session [1022](https://github.com/Shopify/quilt/pull/1022)
13
14## 3.1.36 - 2019-08-30
15
16### Fixed
17
18- Package no longer allows sessions from one shop to bleed over into another [940](https://github.com/Shopify/quilt/pull/940)
19
20## 3.1.32 - 2019-08-15
21
22### Fixed
23
24- Package now lists missing '@shopify/network' dependency [862](https://github.com/Shopify/quilt/pull/862)
25
26## 3.1.31 - 2019-08-13
27
28### Fixed
29
30- Installation no longer fails if accessToken is invalid [#844](https://github.com/Shopify/quilt/pull/844)
31
32## 3.1.14 - 2019-02-05
33
34### Fixed
35
36- OAuth route no longer rejects uppercase shop domains [#493](https://github.com/Shopify/quilt/pull/493)
37
38## 3.1.11 - 2019-01-10
39
40### Fixed
41
42- HMAC validation no longer breaks when params are unsorted [#451](https://github.com/Shopify/quilt/pull/451)
43
44## 3.1.10 - 2019-01-09
45
46- Start of Changelog