UNPKG

2.79 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- Added `assetName` option to allow the `name` to be passed and default to `main`
11
12## [0.8.5] - 2019-11-29
13
14- Updated dependency: `@shopify/sewing-kit-koa@6.2.0`
15
16## [0.8.0] - 2019-10-30
17
18- `createRender` now includes automatic sewing-kit-koa set-up. The `createRender` middleware now accepts an `assetPrefix` that is passed to `sewingKitKoa`'s middleware. [[1160](https://github.com/Shopify/quilt/pull/1160)]
19
20## [0.7.3] - 2019-09-30
21
22- Added missing `@shopify/react-cookie` dependency
23
24## [0.7.0] - 2019-09-12
25
26- Added universal cookies support using `@shopify/react-cookie`. [#1002](https://github.com/Shopify/quilt/pull/1002)
27
28## [0.6.0] - 2019-09-12
29
30- Sets a `Server-Timing` response header with the duration of a request [#990](https://github.com/Shopify/quilt/pull/990)
31
32- New Providers utlities:
33
34### `createDefaultProvider()`
35
36This function return a set of providers based on a given the of options.
37
38### `<DefaultProvider />`
39
40A single component that renders all of the providers required within a typical React application.
41
42## [0.5.1] - 2019-09-11
43
44- Add spacing between "[React Server]" prefix and logs [#984](https://github.com/Shopify/quilt/pull/984)
45
46## [0.5.0] - 2019-09-11
47
48### Added
49
50- Improved logger to provide more readable production logs in Splunk [#978](https://github.com/Shopify/quilt/pull/978)
51
52## [0.4.0] - 2019-09-06
53
54### Fixed
55
56- Server rendering no longer fails with erroneous errors about missing AsyncAssetContext / NetworkContext values [#969](https://github.com/Shopify/quilt/pull/969)
57
58### Added
59
60- Add rendering of `HydrationContext` by default [#969](https://github.com/Shopify/quilt/pull/969)
61
62## [0.3.1] - 2019-08-29
63
64### Fixed
65
66- Now includes the full error stack as well as the error message when presenting SSR errors in development [#901](https://github.com/Shopify/quilt/pull/901)
67
68## [0.3.0] - 2019-08-28
69
70### Added
71
72- Added `Options` object as the second argument to `createRender()` allowing passed in values for `afterEachPass` and `betweenEachPass` [#911](https://github.com/Shopify/quilt/pull/911)
73
74## 0.2.0
75
76### Changed
77
78- `createRender` now passses the unchanged `Koa.Context` object.
79
80## [0.1.6] - 2019-08-20
81
82- actually passes in the headers from koa context into `NetworkManager`
83
84## [0.1.5] - 2019-08-18
85
86- logger middleware will fallback to `console` in render middleware
87
88## 0.1.3
89
90### Changed
91
92- Improve error experience in development when server rendering fails [#850](https://github.com/Shopify/quilt/pull/850)
93
94## 0.1.0
95
96### Added
97
98- `@shopify/react-server` package