|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## v1.0.0-beta.15 (2019-02-11) |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | + |
| 7 | +* `slate-tools` |
| 8 | + * [#967](https://github.com/Shopify/slate/pull/967) Resolve Windows Slashes for styles and script tags snippets.. ([@YourWishes](https://github.com/YourWishes)) |
| 9 | +* `slate-analytics` |
| 10 | + * [#925](https://github.com/Shopify/slate/pull/925) Update analytics to refer to betainstead of alpha. ([@t-kelly](https://github.com/t-kelly)) |
| 11 | + |
| 12 | +#### :memo: Documentation |
| 13 | + |
| 14 | +* [#951](https://github.com/Shopify/slate/pull/951) Add travis task to deploy docs. ([@huguestennier](https://github.com/huguestennier)) |
| 15 | +* [#950](https://github.com/Shopify/slate/pull/950) Update docs structure. ([@huguestennier](https://github.com/huguestennier)) |
| 16 | +* [#928](https://github.com/Shopify/slate/pull/928) Add docs search. ([@huguestennier](https://github.com/huguestennier)) |
| 17 | +* [#929](https://github.com/Shopify/slate/pull/929) Remove unused docs files. ([@huguestennier](https://github.com/huguestennier)) |
| 18 | +* [#926](https://github.com/Shopify/slate/pull/926) Add Google Analytics. ([@huguestennier](https://github.com/huguestennier)) |
| 19 | + |
| 20 | +#### :house: Internal |
| 21 | + |
| 22 | +* `slate-tools` |
| 23 | + * [#923](https://github.com/Shopify/slate/pull/923) Fix cli:start and start:start analytics events. ([@t-kelly](https://github.com/t-kelly)) |
| 24 | + |
| 25 | +#### :wrench Config |
| 26 | + |
| 27 | +* `slate-env`, `slate-sync` |
| 28 | + * [#968](https://github.com/Shopify/slate/pull/968) Expose request timeout of themekit in .env. ([@Liroo](https://github.com/Liroo)) |
| 29 | + |
| 30 | +#### Committers: 4 |
| 31 | + |
| 32 | +* Dominic Masters ([YourWishes](https://github.com/YourWishes)) |
| 33 | +* Hugues Tennier ([huguestennier](https://github.com/huguestennier)) |
| 34 | +* Pierre Monge ᵈᵉᵛ ([Liroo](https://github.com/Liroo)) |
| 35 | +* Thomas Kelly ([t-kelly](https://github.com/t-kelly)) |
| 36 | + |
3 | 37 | ## v1.0.0-beta.14 (2018-11-22)
|
4 | 38 |
|
5 | 39 | #### :bug: Bug Fix
|
@@ -139,7 +173,7 @@ In addition to this beta release, we shipped v1 of [`theme-cart`](https://github
|
139 | 173 |
|
140 | 174 | #### :broken_heart: Breaking
|
141 | 175 |
|
142 |
| -You will need to update your `slate.config.js` to the new, simplified, more powerful format. For more information see the new [Slate Configuration](https://shopify.github.io/slate/docs/slate-configuration) page. |
| 176 | +You will need to update your `slate.config.js` to the new, simplified, more powerful format. For more information see the new [Slate Configuration](https://shopify.github.io/slate/docs/slate-configuration) page. |
143 | 177 |
|
144 | 178 | There is no longer seperate development or production configurations. A configuration can return different values for prod or dev by checking if `process.env.NODE_ENV === 'production'` or `process.env.NODE_ENV === 'development'`.
|
145 | 179 |
|
|
0 commit comments