UNPKG

71.2 kBMarkdownView Raw
1# Changelog
2
3All notable consumer-facing changes are documented in this file. For a concise guide to updating sewing-kit, see [the migration guide](./migration-guide.md).
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6and from `v0.7.0`, this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8<!-- ## [Unreleased] -->
9
10## [0.76.0-beta] - 2019-03-08
11
12### Updated
13
14- `graphql` and GraphQL related utilities have been upgraded to version 14 [[#1171](https://github.com/Shopify/sewing-kit/pull/1171)]
15
16## [0.75.4] - 2019-03-08
17
18### Updated
19
20- Updated `graphql-tool-utilities`, `graphql-typescript-definitions`, and `graphql-validate-fixtures` to latest versions [[#1170](https://github.com/Shopify/sewing-kit/pull/1170)]
21
22## [0.75.3] - 2019-03-04
23
24### Added
25
26- Actionable feedback for build out of memory errors [[#1167](https://github.com/Shopify/sewing-kit/pull/1167)]
27
28## [0.75.2] - 2019-03-02
29
30### Fixed
31
32- Fixed race condition in GraphQL schema file writes (again) [[#1166](https://github.com/Shopify/sewing-kit/pull/1166)]
33
34### Updated
35
36- Updated the `@shopify/browserslist-config` dependency to the latest version
37
38## [0.75.1] - 2019-02-25
39
40### Updated
41
42- Upgraded to a more recent dependency on `graphql-typed`
43
44## [0.75.0] - 2019-02-25
45
46### Added
47
48- The `@shopify/async` Babel transform is now run when compiling tests, which allows modules using this package to be resolved synchronously for testing environments [[#1161](https://github.com/Shopify/sewing-kit/pull/1161)]
49
50## [0.74.2] - 2019-02-25
51
52### Fixed
53
54- Failed compilation always outputs errors [[#1160](https://github.com/Shopify/sewing-kit/pull/1160)]
55
56## [0.74.1] - 2019-02-22
57
58### Added
59
60- Build processes can be debugged via `--debug` [[#1151](https://github.com/Shopify/sewing-kit/pull/1151)]
61
62### Fixed
63
64- Fixed race condition in GraphQL schema file writes [[#1158](https://github.com/Shopify/sewing-kit/pull/1158)]
65
66## [0.74.0] - 2019-02-14
67
68### Changed
69
70- sewing-kit now uses an environment-specific `tsconfig.json`s if one is present in `/service-worker`.
71
72## [0.73.2] - 2019-02-11
73
74### Fixed
75
76- `vendor.js` no longer serves malformed JavaScript during recompile/browser refresh workflows [[#1147](https://github.com/Shopify/sewing-kit/pull/1147)]
77
78## [0.73.1] - 2019-02-10
79
80### Fixed
81
82- `@shopify/react-graphql` can now have the bundles it creates extracted, like `@shopify/react-async` does.
83
84## [0.73.0] - 2019-02-10
85
86### Added
87
88- The manifest created by sewing kit now includes details about bundles split with dynamic imports under the `asyncAssets` key [[#1140](https://github.com/Shopify/sewing-kit/pull/1140)]
89- Added the new `@shopify/async/babel` plugin to support the upcoming `@shopify/react-async` and `@shopify/react-graphql` packages [[#1143](https://github.com/Shopify/sewing-kit/pull/1143)]
90- The `sewing-kit type-check` command now accepts a `--heap` option for specifying the amount of heap space to give TypeScript [[#1142](https://github.com/Shopify/sewing-kit/pull/1142)]
91
92## [0.72.0] - 2019-02-06
93
94### Added
95
96- Service workers built using Sewing Kit can now import `@shopify/sewing-kit-asset-manifest` to get access to the paths of all of the built client assets. [#1139](https://github.com/Shopify/sewing-kit/pull/1139)
97
98### Fixed
99
100- The `externals` plugin no longer breaks service-worker builds that attempt to import libraries from `node_modules`. [[#1141](https://github.com/Shopify/sewing-kit/pull/1141)]
101
102## [0.71.0] - 2019-01-25
103
104### Added
105
106- The `graphql` plugin now accepts a `customScalars` option, which is passed directly to the [`graphql-typescript-definitions` option](https://github.com/Shopify/graphql-tools-web/tree/master/packages/graphql-typescript-definitions#--custom-scalars) responsible for generating custom type definitions for GraphQL custom scalars.
107
108### Changed
109
110- The generation of TypeScript types for union and intersection GraphQL fields was changed in cases where all implementing types are queried (the [`graphql-typescript-definitions` changelog](https://github.com/Shopify/graphql-tools-web/blob/master/packages/graphql-typescript-definitions/CHANGELOG.md#0150---2019-01-22) has more details)
111
112## [0.70.1] - 2019-01-22
113
114### Fixed
115
116- Fixed `sewing-kit playground` showing a blank screen [#1135](https://github.com/Shopify/sewing-kit/pull/1135)
117
118## [0.70.0] - 2019-01-22
119
120### Added
121
122- `sewing-kit dev` now sets a [`Timing-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin) on all assets
123- `sewing-kit start --asset-server-only` now sets a [`Timing-Allow-Origin` header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Timing-Allow-Origin) on all assets
124
125### Fixed
126
127- `sewing-kit dev` no longer incorrectly appends `react-hot-loader` imports to `service-worker` bundles [[#1132](https://github.com/Shopify/sewing-kit/pull/1132)]
128- `sewing-kit start` once again runs the `service-worker` build as well as `client` and `server` [[#1132](https://github.com/Shopify/sewing-kit/pull/1132)]
129
130### Changed
131
132- Pass envName into rollup's babel plugin so logic based on environment gets triggered correctly [[#1128](https://github.com/Shopify/sewing-kit/pull/1128)]
133- Updated `babel-plugin-shopify` to `17.0.1` to fix cases where envName was not honored [[#1128](https://github.com/Shopify/sewing-kit/pull/1128)]
134
135## [0.69.1] - 2019-01-17
136
137### Fixed
138
139- Update `hard-source-webpack-plugin` to `0.13.1` to prevent errors with default exports [[#1121](https://github.com/Shopify/sewing-kit/issues/1121)]
140- Updated our PostCSS preset to prevent potentially dangerous CSS transformations in production environments.
141
142## [0.69.0] - 2019-01-09
143
144### Changed
145
146- Upgrade `stylelint-config-shopfiy` to `7.1.0` [[#1123](https://github.com/Shopify/sewing-kit/pull/1123)]
147- Updated `rollup` dependencies [[#1115](https://github.com/Shopify/sewing-kit/pull/1115)]:
148 - `rollup` is now at `1.0.2`
149 - `rollup-plugin-babel` is now at `4.2.0`
150 - `rollup-plugin-commonjs` is now at `9.2.0`
151 - `rollup-plugin-json` is now at `3.1.0`
152 - `rollup-plugin-node-resolve` is now at `4.0.0`
153
154### Fixed
155
156- Fixed an issue where the new build commands could hang in some environments [[#1124](https://github.com/Shopify/sewing-kit/pull/1124)]
157
158## [0.68.3] - 2019-01-07
159
160### Fixed
161
162- Tests with dynamic import statements now compile correctly [[#1120](https://github.com/Shopify/sewing-kit/pull/1120)]
163
164## [0.68.2] - 2019-01-04
165
166### Added
167
168- `sewing-kit build` now accepts a `--baseline-only` flag that builds only the "full" browser support version of the bundle for Node projects [[#1119](https://github.com/Shopify/sewing-kit/pull/1119)]
169
170### Fixed
171
172- `sewing-kit build --report` now correctly generates a report in the nested build directories for Node projects [[#1119](https://github.com/Shopify/sewing-kit/pull/1119)]
173
174## [0.68.1] - 2019-01-04
175
176### Fixed
177
178- Non-script/ style assets are now served correctly in development for node projects [[#1118](https://github.com/Shopify/sewing-kit/pull/1118)]
179
180## [0.68.0] - 2019-01-03
181
182### Changed
183
184- `sewing-kit build` now generates two different versions of client assets for Node projects: one targeting the "baseline" browser support for the project, and the other targeting only the latest version of evergreen browsers [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
185- `sewing-kit build` no longer targets a hardcoded set of browsers for the client build, and instead uses your project’s [browserslist config](https://github.com/browserslist/browserslist) [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
186- `sewing-kit dev` now defaults to a build that only targets the latest evergreen browsers [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
187- `sewing-kit dev` and `sewing-kit playground` now support a `--browser` option to specify what target to use for the build. Valid options are `chrome`, `firefox`, `safari`, `edge` (will be the latest version of the specified browser), `evergreen` (same as default), or `supported` (full browser support for the project) [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
188- Builds are now run in separate processes to prevent memory exhaustion [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
189- `sewing-kit build` now supports a `--heap` option to set the amount of memory allocated to each spawned build process [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
190
191### Updated
192
193- Updated to the latest version version of Babel, PostCSS, and related dependencies [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
194
195### Removed
196
197- Removed the `build-parallel` command [[#1096](https://github.com/Shopify/sewing-kit/pull/1096)]
198
199## [0.67.4] - 2019-01-03
200
201### Added
202
203- `service-worker` builds now generate an asset manifest.
204
205## [0.67.3] - 2019-01-03
206
207### Fixed
208
209- Using the `--focus` flag now works better for projects using React Router 4 [[#1112](https://github.com/Shopify/sewing-kit/pull/1112)]
210- `sewing-kit lint` no longer crashes on unparsable files.
211
212### Added
213
214- Invalid `sewing-kit` commands now result in a recommended replacement command [[#1114](https://github.com/Shopify/sewing-kit/pull/1114)]
215
216## [0.67.2] - 2018-12-14
217
218### Fixed
219
220- `sewing-kit dev` now runs the server with `NODE_ENV=development` in node projects [[#1110](https://github.com/Shopify/sewing-kit/pull/1110)]
221
222## [0.67.1] - 2018-12-13
223
224### Fixed
225
226- `sewing-kit clean` is now better at cleaning out legacy generated GraphQL types files [[#1108]](https://github.com/Shopify/sewing-kit/pull/1108)
227
228### Added
229
230- A third type of build is now supported for projects with a top level `service-worker` folder. These will be built targetting `webworker` to the `build/service-worker` folder. [[#1106](https://github.com/Shopify/sewing-kit/pull/1106)]
231
232### Changed
233
234- `worker` is no longer a special-cased entry name [[#1106](https://github.com/Shopify/sewing-kit/pull/1106)]
235
236## [0.67.0] - 2018-12-04
237
238### Fixed
239
240- Forced `sewing-kit lint` to print all output in a case where it used to silently fail [[#1105](https://github.com/Shopify/sewing-kit/pull/1105)]
241
242### Changed
243
244- Non-icon image files smaller than 10KB are no longer embedded in JavaScript [[#1093](https://github.com/Shopify/sewing-kit/pull/1093)]
245
246## [0.66.0] - 2018-11-29
247
248### Changed
249
250- The latest `graphql-typescript-definitions` no longer accepts files for `schemaTypesPath`, but accepts directories instead. [[#1100](https://github.com/Shopify/sewing-kit/pull/1100)]
251
252## [0.65.1] - 2018-11-28
253
254### Fixed
255
256- `sewing-kit dev` displays compilation errors again [[#1103](https://github.com/Shopify/sewing-kit/pull/1103)]
257
258## [0.65.0] - 2018-11-27
259
260### Added
261
262- `worker` is now a special-cased entry name that will output a server worker file to `build/cient` [[#1098](https://github.com/Shopify/sewing-kit/pull/1098)]
263
264### Changed
265
266- `bugsnag` entries are no longer exempted from autoincluded globals [[#1098](https://github.com/Shopify/sewing-kit/pull/1098)]
267- Better cache identifiers [[#1053](https://github.com/Shopify/sewing-kit/pull/1053)]
268
269### Added
270
271- `sewing-kit test` now supports `--testNamePattern` to focus on a single test [[#1094](https://github.com/Shopify/sewing-kit/pull/1094)]
272
273### Fixed
274
275- adding multiple server entrypoints no longer hangs indefinitely in dev [[#1097](https://github.com/Shopify/sewing-kit/pull/1097)]
276
277## [0.64.4] - 2018-11-14
278
279### Changed
280
281- Typechecking is no longer performed during test runs [[#1082](https://github.com/Shopify/sewing-kit/pull/1082)]
282
283## [0.64.3] - 2018-11-14
284
285### Fixed
286
287- `sewing-kit build --watch` no longer hangs when a `graphql-config` project has no defined `includes` [[#1084](https://github.com/Shopify/sewing-kit/pull/1084)]
288
289## [0.64.2] - 2018-11-11
290
291### Fixed
292
293- Development cache should be fully warm after first compilation [[#1080](https://github.com/Shopify/sewing-kit/pull/1080)]
294
295## [0.64.1] - 2018-11-10
296
297### Fixed
298
299- Node app server restarts no longer fail on port conflicts when yarn>=1.11 is installed [[#1079](https://github.com/Shopify/sewing-kit/pull/1079)]
300
301## [0.64.0] - 2018-11-10
302
303### Added
304
305- `.mjs` files are now compiled
306
307### Changed
308
309- `sewing-kit test --coverage` now writes to `build/coverage` [[#1063](https://github.com/Shopify/sewing-kit/pull/1063)]
310- `sewing-kit test --coverage` defaults to creating text-summary, html and lcov reports [[#1063](https://github.com/Shopify/sewing-kit/pull/1063)]
311- Successful builds now report their maximum heap size on completion [[#1069](https://github.com/Shopify/sewing-kit/pull/1069)]
312- Dependency updates (`image-webpack-loader`, `node-sass`, `ts-loader`, `webpack`) [[#1068](https://github.com/Shopify/sewing-kit/pull/1068)]
313
314### Fixed
315
316- Avoid time-consuming `stats.toJson` calls & compiler memory leaks [[#1064](https://github.com/Shopify/sewing-kit/pull/1064)]
317
318## [0.63.0] - 2018-11-02
319
320### Updated
321
322- Removed the `--json` and `--markdown` option from `sewing-kit lint` and `sewing-kit format` and replaced them with a new `--others` option [[#1024](https://github.com/Shopify/sewing-kit/pull/1024)]
323- Updated Prettier to v1.14.3 and taught `sewing-kit lint` and `sewing-kit format` how to format YAML files [[#1024](https://github.com/Shopify/sewing-kit/pull/1024)]
324- Updated many dependencies (webpack, webpack plugins, webpack dev tools, node-sass, stylelint, svgo) [[#1060](https://github.com/Shopify/sewing-kit/pull/1060)]
325
326## [0.62.0] - 2018-10-31
327
328### Added
329
330- Better out-the-box library support for `sewing-kit test`. Setting `library:true` in your sewing-kit.config.ts shall configure jest's modulePaths to look in the `src` directory. [[#1027]](https://github.com/Shopify/sewing-kit/pull/1027)
331
332### Changed
333
334- Updated `ts-jest` dependency to `~23.10.4`. [[#974](https://github.com/Shopify/sewing-kit/pull/974)]
335- Upgrade `eslint-plugin-shopfiy` to `26.1.0` (adds `typescript@3.1.1` support) [[#1038](https://github.com/Shopify/sewing-kit/pull/1038)]
336
337## [0.61.0] - 2018-10-22
338
339### Added
340
341- full `graphql-config` support for all commands and operations requiring schema configuration [[#956]](https://github.com/Shopify/sewing-kit/pull/956)
342
343## [0.60.3] - 2018-10-22
344
345### Fixed
346
347- Properly set the `Content-Type` header of the empty vendor js script to `application/javascript` [[#1017](https://github.com/Shopify/sewing-kit/pull/1017)]
348
349## [0.60.2] - 2018-10-16
350
351### Fixed
352
353- The latest `mini-css-extract-plugin` no longer causes invalid string replacements in builds [[#1016](https://github.com/Shopify/sewing-kit/pull/1016)]
354
355## [0.60.1] - 2018-10-16
356
357### Added
358
359- `sewing-kit test --no-graphql` now omits GraphQL operations [[#1009](https://github.com/Shopify/sewing-kit/pull/1009)]
360- `sewing-kit refresh-graphql --mode production` will now refresh production GraphQL files [[#1012](https://github.com/Shopify/sewing-kit/pull/1012)]
361
362### Fixed
363
364- `jest` module resolver now prefers `.js` modules over `.ts` or `.tsx` [[#1007](https://github.com/Shopify/sewing-kit/pull/1007)]
365- `sewing-kit clean` no longer fails on TypeScript + GraphQL projects when cleaned paths are missing [[#1013](https://github.com/Shopify/sewing-kit/pull/1013)]
366
367## [0.60.0] - 2018-10-15
368
369### Changed
370
371- Updating `eslint-plugin-shopify` to add support for `typescript-eslint-parser@19.0.2` [[#989](https://github.com/Shopify/sewing-kit/pull/989)]
372- `sewing-kit dev` type checks only when using the `--type-check` flag [[#999](https://github.com/Shopify/sewing-kit/pull/999)]
373- `sewing-kit-manifest.json#assets` now lists all emitted assets for the project, not just chunks. The structure is the same, but the values will now be an object under an `all` key, where the keys are indexes and the values at the file paths [[#992](https://github.com/Shopify/sewing-kit/pull/992)]
374
375### Fixed
376
377- Dynamic imports no longer break in SSR [[#997](https://github.com/Shopify/sewing-kit/pull/997)]
378- `lint --graphql=false` no longer performs graphql operations. [[#985](https://github.com/Shopify/sewing-kit/pull/985)]
379- `react-loadable` no longer crashes on anonymous assets with no dependencies [[#986](https://github.com/Shopify/sewing-kit/pull/986)]
380- `clean` command now removes generated schema types files. [[#993](https://github.com/Shopify/sewing-kit/pull/993)]
381
382## [0.59.0] - 2018-09-27
383
384### Added
385
386- Fail compilation when Typescript is not installed and the project uses `.ts`/`.tsx` files. [[#910](https://github.com/Shopify/sewing-kit/issues/910)]
387- Fail compilation when React is not installed and the project uses `.jsx`/`.tsx` files. [[#955](https://github.com/Shopify/sewing-kit/issues/955)]
388- `type-check` supports the `--watch` flag [[#890](https://github.com/Shopify/sewing-kit/pull/890)]
389- `sewing-kit dev` runs type-check in a separate non-blocking process [[#890](https://github.com/Shopify/sewing-kit/pull/890)]
390- New `refresh-graphql` command to only fetch and process GraphQL files [[#964](https://github.com/Shopify/sewing-kit/pull/964)]
391
392### Changed
393
394- Development vendor bundle now contains unminified sources (including the development version of React) [[#962](https://github.com/Shopify/sewing-kit/pull/962)]
395- Version bump stylelint and stylelint-config-shopify to latest versions [[#961](https://github.com/Shopify/sewing-kit/pull/961)]
396- graphql plugin will emit an informative warning instead of crashing if the `graphql-config` file is missing [[#959](https://github.com/Shopify/sewing-kit/pull/959)]
397- Upgrade `eslint` to `5.6.0`, `eslint-plugin-shopify` to `25.0.1`. Remove `eslint-plugin-graphql`. [[#972](https://github.com/Shopify/sewing-kit/pull/972)]
398
399### Fixed
400
401- `CI=true sewing-kit test --debug` no longer throws Jest exceptions [[#969](https://github.com/Shopify/sewing-kit/pull/969)]
402
403## [0.58.1] - 2018-09-13
404
405### Changed
406
407Exactly the same as 0.58.0. Needed to fix a markdown formatting issue.
408
409## [0.58.0] - 2018-09-13
410
411### Changed
412
413- Breaking change - improve Polaris tree shaking by consuming minimally transpiled js/scss [[#717](https://github.com/Shopify/sewing-kit/pull/717)]
414
415## [0.57.0] - 2018-09-11
416
417### Added
418
419- Multiple graphql schema support using `.graphqlconfig` files ([Prisma graphql-config](https://github.com/prisma/graphql-config) format via [`graphql-typescript-definitions`](https://github.com/Shopify/graphql-tools-web) as of `0.11.0`). [[#949](https://github.com/Shopify/sewing-kit/pull/949)]
420
421### Fixed
422
423- Server tests are now run when performing `sewing-kit test` locally. [[#904](https://github.com/Shopify/sewing-kit/pull/904)]
424
425### Removed
426
427- Removed `--app-only` and `--server-only` arguments from `sewing-kit test`. This functionality can be provided by passing in path matches. [[#904](https://github.com/Shopify/sewing-kit/pull/904)]
428
429## [0.56.1] - 2018-08-28
430
431### Fixed
432
433- "Hang tight" redirect script no longer 404s [[#907](https://github.com/Shopify/sewing-kit/pull/907)]
434
435## [0.56.0] - 2018-08-27
436
437### Added
438
439- Dashboard page with asset / compilation information [[#838](https://github.com/Shopify/sewing-kit/pull/838/files)]
440- Rails projects now automatically gzip js/css/svg assets [[#879](https://github.com/Shopify/sewing-kit/pull/879)]
441- Type-safe configuration & autocomplete via `sewing-kit.config.ts` files [[#798](https://github.com/Shopify/sewing-kit/pull/798)]
442
443### Fixed
444
445- No more 404 errors for projects without a `plugins.vendor` configuration [[#898](https://github.com/Shopify/sewing-kit/pull/898)]
446
447## [0.55.0] - 2018-08-25
448
449### Added
450
451- Support `staging` mode [[#853](https://github.com/Shopify/sewing-kit/pull/853)]
452- Readable error for missing stylelint config [[#873](https://github.com/Shopify/sewing-kit/pull/873)]
453- `sewing-kit manifest` includes a `path` property which the `sewing_kit` gem uses to reload development manifests quickly [[#865](https://github.com/Shopify/sewing-kit/pull/865)]
454
455### Changed
456
457- Stack-traces from error logs no longer output at any verbosity level below `debug` [[#866](https://github.com/Shopify/sewing-kit/pull/866)]
458- Simpler downloads for GraphQL schemas in CI [[#892](https://github.com/Shopify/sewing-kit/pull/892/files)]
459- Reduce linting noise by hiding GraphQL fixture passes (via a `graphql-validate-fixtures` update) [[#871](https://github.com/Shopify/sewing-kit/pull/871)]
460
461### Fixed
462
463- Fail fast with a descriptive error message when `dev.yml` uses `type: ruby` [[#861](https://github.com/Shopify/sewing-kit/pull/861)]
464- Fail fast with a descriptive error message when `railgun.yml` and `dev.yml` ports are misconfigured [[#861](https://github.com/Shopify/sewing-kit/pull/861)]
465- Do not use `dev` hostname when there `railgun.yml` does not exist [[#876](https://github.com/Shopify/sewing-kit/pull/876)]
466- Fix config validation when Procfile has nonstandard file extensions [[#886](https://github.com/Shopify/sewing-kit/pull/886)]
467- Allow TypeScript projects to have non-TypeScript entrypoints [[#882](https://github.com/Shopify/sewing-kit/pull/882)]
468- Faster `sewing-kit test` startup time [[#895](https://github.com/Shopify/sewing-kit/pull/895)]
469
470### Removed
471
472- The `env` object passed to `sewing-kit.config.js`'s callback no longer provides `env.isProductionClient` / `env.isProductionServer`
473
474## [0.54.0] - 2018-08-20
475
476### Added
477
478- 404 responses now display a list of available assets [[#831](https://github.com/Shopify/sewing-kit/pull/831)]
479- 👨‍💻 Gracefully error when typescript is not installed but the app entrypoint uses a `.ts`/`.tsx` file [[#852](https://github.com/Shopify/sewing-kit/pull/852)]
480- Show meaningful error messages `tsconfig.json` does not exist [[#841](https://github.com/Shopify/sewing-kit/pull/841)]
481
482### Changed
483
484- Update required version of `webpack-dev-server` to `^3.1.5` [[#850](https://github.com/Shopify/sewing-kit/pull/850)]
485- Use `stylelint-prettier` to format our styles instead of `prettier-stylelint-formatter`. This is a stylelint plugin that exposes prettier errors as stylelint linting errors rather than using a wrapper to run `prettier`, then `stylelint`. This is similar to how we handle prettier and eslint integration for our js/ts files. [[#808](https://github.com/Shopify/sewing-kit/pull/808)]
486- Return a default manifest file that contains a redirection script for the 'Hang Tight!' page when loading the manifest fails in a Rails dev environment. [[#834](https://github.com/Shopify/sewing-kit/pull/834)]
487- Update `jest` to version `^23.0.0` including `jest-watch-typeahead` watch plugins [[#666](https://github.com/Shopify/sewing-kit/pull/666)]
488
489### Fixed
490
491- Dev mode 404 responses shouldn't cause oblique CSP errors [[#831](https://github.com/Shopify/sewing-kit/pull/831)]
492
493## [0.53.1] - 2018-08-01
494
495### Fixed
496
497- Vendor DLL now consumes transpiled sources [[#787](https://github.com/Shopify/sewing-kit/pull/787)]
498
499## [0.53.0] - 2018-07-31
500
501### Added
502
503- Display asset server hosts/ports on startup [[#767](https://github.com/Shopify/sewing-kit/pull/767)]
504- Vendor DLL can now be removed via `sewing-kit clean --vendor-dll` [[#769](https://github.com/Shopify/sewing-kit/pull/769)]
505- All commands accept user-provided log level via `--log-level` [[#722](https://github.com/Shopify/sewing-kit/pull/772)]
506
507### Changed
508
509- Update dependency `stylelint-config-shopify@5.1.2` [[#754](https://github.com/Shopify/sewing-kit/pull/754)]
510- Node apps with a `railgun.yml` host now serve development assets via `http://<railgun host>/webpack/assets` [[#763](https://github.com/Shopify/sewing-kit/pull/763)]
511- Rails only - all non-`development` environments now default to `/bundles` as a public path [[#764](https://github.com/Shopify/sewing-kit/pull/764)]
512- Consistent output message format [[#768](https://github.com/Shopify/sewing-kit/pull/768)]
513- GraphQL support is now activated using `plugins.graphql` [[#735](https://github.com/Shopify/sewing-kit/pull/735/files)]
514
515### Fixed
516
517- Remove `--fix` arg from lint/format suggestion [[#777](https://github.com/Shopify/sewing-kit/pull/777)]
518- Upgraded to latest version of GraphQL/ TypeScript dependencies, which fixes issues with TypeScript types of GraphQL unions [[#778](https://github.com/Shopify/sewing-kit/pull/778)]
519
520### Removed
521
522- Remove logic for long-deprecated `dev.yml#railgun.proxy` config [[#766](https://github.com/Shopify/sewing-kit/pull/766)]
523
524## [0.52.0] - 2018-07-18
525
526### Added
527
528- `sewing-kit lint` now accepts `--no-json`. Use `--no-json` to stop linting of JSON files in your project.
529
530### Changed
531
532- Breaking change - Upgraded to `eslint-plugin-shopify@23.0.0` [[#755](https://github.com/Shopify/sewing-kit/pull/755)]
533 - Please refer to the `eslint-plugin-shopify` [release notes](https://github.com/Shopify/eslint-plugin-shopify/releases/tag/v23.0.0) to understand why your `lint` is failing
534
535### Fixed
536
537- `lint` now passes the `--styles` value down to Prettier instead of assuming styles should be always be linted [[#752](https://github.com/Shopify/sewing-kit/pull/752)]
538
539## [0.51.1]
540
541### Fixed
542
543- Fix Rails integration tests by outputting to `public/bundles` again [[#750](https://github.com/Shopify/sewing-kit/pull/750)]
544
545## [0.51.0]
546
547### Changed
548
549- Prefer many small bundles over fewer large bundles [[#747](https://github.com/Shopify/sewing-kit/pull/747)]
550- Added integrity sha to react-loadable.json async chunk manifest for subresource integrity on CDN requests [[#739](https://github.com/Shopify/sewing-kit/pull/739)]
551
552### Fixed
553
554- Don't report erroneous module shaking information [[#746](https://github.com/Shopify/sewing-kit/pull/746)]
555
556## [0.50.1]
557
558### Changed
559
560- Update dependency `stylelint-config-shopify@5.1.1` [[#744](https://github.com/Shopify/sewing-kit/pull/744)]
561
562## [0.50.0]
563
564### Added
565
566- Cache SVG icons [[#722](https://github.com/Shopify/sewing-kit/pull/722)]
567- Fail on unexpected CSS side-effect module removal [[#728](https://github.com/Shopify/sewing-kit/pull/728/files)]
568- `--focus` option to only build selected sections for `sewing-kit dev` and `sewing-kit build` [[#734](https://github.com/Shopify/sewing-kit/pull/734)]
569
570### Changed
571
572- Update dependencies (`webpack@4.14.0`, `hard-source@0.9.0`, `yargs@12.0.1`) [[#730](https://github.com/Shopify/sewing-kit/pull/730)]
573- Update dependencies (`babel-loader@7.1.5`, `webpack@4.15.1`, `hard-source@0.10.1`, `node-sass@4.9.1`) [[#743](https://github.com/Shopify/sewing-kit/pull/743)]
574
575### Fixed
576
577- Don't overload CI servers with many parallel Uglify threads [[#721](https://github.com/Shopify/sewing-kit/pull/721)]
578- Fix webpack plugin deprecation warnings during compilation [[#738](https://github.com/Shopify/sewing-kit/pull/738/files)]
579- `sewing-kit playground` no longer exits with an error for Vim users [[#740](https://github.com/Shopify/sewing-kit/pull/740)]
580- Playgrounds now automatically open with the cursor positioned at the most likely line/column for editing content [[#740](https://github.com/Shopify/sewing-kit/pull/740)]
581
582## [0.49.1]
583
584### Fixed
585
586- Ignore TypeScript import/export errors in `test` mode builds [[#716](https://github.com/Shopify/sewing-kit/pull/716)]
587
588## [0.49.0]
589
590### Changed
591
592- Breaking: upgraded all GraphQL-related dependencies. All tools now rely on a minimum of `graphql@0.13.0`. Additionally, the upgraded version of `typescript-graphql-definitions` generates a different structure for type definitions in order to more accurately represent union and interface types. This may require updates to your type references. [[#671](https://github.com/Shopify/sewing-kit/pull/671)]
593
594## [0.48.2] - 2018-06-19
595
596### Changed
597
598- Upgrade `uglifyjs-webpack-plugin` [[#709](https://github.com/Shopify/sewing-kit/pull/709)]
599- Disable image/icon caching (while investigating issues with `.png` generation in `web`) [[#710](https://github.com/Shopify/sewing-kit/pull/710)]
600
601## [0.48.1] - 2018-06-19
602
603### Added
604
605- `sewing-kit start` now accepts `--client-heap-size` / `--server-heap-size` [[#707](https://github.com/Shopify/sewing-kit/pull/707)]
606- svg/image loader results are now cached [[#708](https://github.com/Shopify/sewing-kit/pull/708)]
607- Production CSS loader results are now cached [[#708](https://github.com/Shopify/sewing-kit/pull/708)]
608
609## [0.48.0] - 2018-06-19
610
611Do not use this release. This is an incorrectly published version of the 0.47.0 release.
612
613## [0.47.1] - 2018-06-18
614
615### Changed
616
617- Run `react-loadable/babel` on server code as well [[#685](https://github.com/Shopify/sewing-kit/pull/685)]
618
619## [0.47.0] - 2018-06-18
620
621### Added
622
623- Added markdown support to `sewing-kit {check,lint,format}` [[#680](https://github.com/Shopify/sewing-kit/pull/680)]
624- `sewing-kit start` now compiles client/server in parallel [[#688](https://github.com/Shopify/sewing-kit/pull/688)]
625- Faster cold TypeScript server compilation via shared cache [[#699](https://github.com/Shopify/sewing-kit/pull/699/files)]
626
627### Changed
628
629- Upgraded to `prettier@1.13.5` [[#679](https://github.com/Shopify/sewing-kit/pull/679)]
630- Upgraded patch dependencies (`sass-loader`, `source-map-support`, `stylelint`) [[#690](https://github.com/Shopify/sewing-kit/pull/690)]
631- Upgraded dependencies: major (`babel-jest`) and minor (`babel-plugin-lodash`, `hard-source-webpack-plugin`, `image-webpack-loader`, `ts-loader`, `webpack`) [[#603](https://buildkite.com/shopify/sewing-kit/builds/603)]
632- Upgraded `webpack-uglifyjs-plugin` fork [[#693](https://github.com/Shopify/sewing-kit/pull/693)]
633- webpack-related caches are now stored in `build/cache/webpack` [[#697](https://github.com/Shopify/sewing-kit/pull/697)]
634- Cache JavaScript transpilation results [[#698](https://github.com/Shopify/sewing-kit/pull/698)]
635- Cache TypeScript transpilation results separately from production Babel transform results [[#701](https://github.com/Shopify/sewing-kit/pull/701)]
636
637### Fixed
638
639- The message `start from scratch with 'yarn sewing-kit clean'` when using the [vendors plugin](https://github.com/Shopify/sewing-kit/blob/master/docs/plugins/vendors.md) has been amended to include `--cache` to ensure the cache will actually be cleaned [[#681](https://github.com/Shopify/sewing-kit/issues/681)]
640- `--source-maps off` should completely disable sourcemaps [[#687](https://github.com/Shopify/sewing-kit/pull/687)], [[#694](https://github.com/Shopify/sewing-kit/pull/694)]
641- Pass consistent `BABEL_ENV` to Babel transforms [[#702](https://github.com/Shopify/sewing-kit/pull/702)]
642- Fix Polaris quirks in development by reverting to `react-hot-loader@3.1.3` [[#703](https://github.com/Shopify/sewing-kit/pull/703)]
643
644## [0.46.0] - 2018-06-08
645
646### Added
647
648- Improves client/server React hydration of async routes via `plugins.experiments({reactLoadable: true})` [[#668](https://github.com/Shopify/sewing-kit/pull/668)]
649 - See [shopify/web](https://github.com/Shopify/web/pull/4513/files) for more details on enabling code splitting & SSR
650 - See [`react-loadable`](https://github.com/jamiebuilds/react-loadable) for additional documentation
651
652### Changed
653
654- Use 3 jest workers on shopify-build [[#678](https://github.com/Shopify/sewing-kit/pull/678)]
655
656### Fixed
657
658- Playgrounds now work with `@shopify/polaris@2.x` [[#677](https://github.com/Shopify/sewing-kit/pull/677)]
659
660## [0.45.6] - 2018-06-06
661
662### Changed
663
664- Allow custom build paths for production Rails apps [[#674](https://github.com/Shopify/sewing-kit/pull/674)]
665
666## [0.45.5] - 2018-05-31
667
668### Added
669
670- Added `asset-server-only` flag to `sewing-kit start` [[#665](https://github.com/Shopify/sewing-kit/pull/665)]
671
672### Changed
673
674- `sewing-kit type-check` and `sewing-kit check` now output concise, readdable errors upon failure [[#670](https://github.com/Shopify/sewing-kit/pull/670)]
675
676## [0.45.4] - 2018-05-24
677
678### Changed
679
680- `sewing-kit test` now uses 5 worker threads in `shopify-build` [[#663](https://github.com/Shopify/sewing-kit/pull/663)]
681
682## [0.45.3] - 2018-05-17
683
684### Added
685
686- If `package.json#sideEffects` is configured to eliminate dead code, production client builds will fail when modules are unexpectedly removed (exclusions can be added via `FailOnUnexpectedModuleShakingPlugin#exclude`)
687
688## [0.45.2] - 2018-05-14
689
690### Added
691
692- Retry production GraphQL schema download if it fails the first time [[#657](https://github.com/Shopify/sewing-kit/pull/657)]
693
694## [0.45.1] - 2018-05-10
695
696### Changed
697
698- TypeScript type/interface imports are now suppressed in development mode [[#655](https://github.com/Shopify/sewing-kit/pull/655)]
699
700## [0.45.0] - 2018-05-10
701
702### Changed
703
704- Breaking change - Upgraded to `webpack@4.8.1`, and latest `webpack-dev-server`, `webpack-hot-middleware`, etc [[#632](https://github.com/Shopify/sewing-kit/pull/632)]
705 - [`split-chunks-plugin`](https://webpack.js.org/plugins/split-chunks-plugin/) provides much better code splitting
706 - [`mini-css-extra-plugin`](https://github.com/webpack-contrib/mini-css-extract-plugin) allows CSS to be split by chunk (`extract-text-webpack-plugin` was removed)
707- Breaking change - Many dependency updates (including `node-sass`, `stylelint`, `react-hot-loader`) [[#650](https://github.com/Shopify/sewing-kit/pull/650)]
708- `graphql-loader` results are now cached [[#652](https://github.com/Shopify/sewing-kit/pull/652)]
709- `ParallelUglifyPlugin` is always used for production client builds [[#648](https://github.com/Shopify/sewing-kit/pull/648)]
710 - Note: the above `webpack@4` upgrade obsoletes this change
711
712### Removed
713
714- Removed `parallelUglify` experiment toggle [[#648](https://github.com/Shopify/sewing-kit/pull/648)]
715- `Happypack` now leaves a thread free for general processing [[#649](https://github.com/Shopify/sewing-kit/commit/51c3998a9afe742cfd156ad9a4e785dcb0649937)]
716
717## [0.44.0] - 2018-05-08
718
719### Removed
720
721- Removed `fastProductionBuild` experiment [[#643](https://github.com/Shopify/sewing-kit/pull/643)]
722
723## [0.43.0] - 2018-05-08
724
725### Changed
726
727- Breaking change - updated [`eslint-plugin-shopify`](https://github.com/Shopify/eslint-plugin-shopify) to version `^22.0.0`
728
729### Migration suggestions
730
731- Upgrade to `typescript` version `2.7.2` or later
732
733## [0.42.0] - 2018-05-06
734
735### Added
736
737- `sewing-kit build` now accepts `--no-graphql` [[#638](https://github.com/Shopify/sewing-kit/pull/638)]
738
739### Changed
740
741- Module concatenation is always enabled for production client builds [[#634](https://github.com/Shopify/sewing-kit/pull/634)]
742
743### Fixed
744
745- Only display total build duration in client + server builds [[#639](https://github.com/Shopify/sewing-kit/pull/639)]
746
747## [0.41.1] - 2018-05-02
748
749### Fixed
750
751- `AssetMetadataPlugin` now creates the destination directory before writing the manifest, if necessary [[#625](https://github.com/Shopify/sewing-kit/pull/625)]
752
753## [0.41.0] - 2018-05-01
754
755### Changed
756
757- Breaking change - `sewing-kit-manifest.json#assets` now contains `public`-relative paths [[#624](https://github.com/Shopify/sewing-kit/pull/624)]
758- Breaking change - `AssetMetadataPlugin` no longer accepts a `path` option; manifests are always written to the build directory [[#624](https://github.com/Shopify/sewing-kit/pull/624)]
759
760### Fixed
761
762- Make `sewing-kit-inspect` executable [[#620](https://github.com/Shopify/sewing-kit/pull/620)]
763
764## [0.40.0] - 2018-04-29
765
766### Added
767
768- Cache `.scss` compilation [[#613](https://github.com/Shopify/sewing-kit/pull/613)]
769
770### Changed
771
772- Do not type check TypeScript in development mode [[#612](https://github.com/Shopify/sewing-kit/pull/612)]
773- `sewing-kit dev` now transpiles using `ts-loader`, and caches transpilation results [[#614](https://github.com/Shopify/sewing-kit/pull/614)]
774
775### Migration suggestions
776
777- Use `sewing-kit type-check` to check for type violations previously reported by `sewing-kit dev`
778
779## [0.30.1] - 2018-04-16
780
781### Added
782
783- Log schema download times in CI [[#605](https://github.com/Shopify/sewing-kit/pull/605)]
784
785## [0.30.0] - 2018-04-15
786
787### Added
788
789- Better timing information for `sewing-kit dev` and `sewing-kit build` [[#600](https://github.com/Shopify/sewing-kit/pull/600)]
790
791### Changed
792
793- Breaking change - `fastStartup` is usable in test/production environments [[#596](https://github.com/Shopify/sewing-kit/pull/596)]
794- Breaking change - `sewing-kit build --report` no longer generates a `stats.json` file [[#604](https://github.com/Shopify/sewing-kit/pull/604)]
795- Do not limit jest's `maxWorker` count in BuildKite CI containers [[#602](https://github.com/Shopify/sewing-kit/pull/602/files)]
796
797### Fixed
798
799- `sewing-kit lint` no longer fails if Prettier is not configured [[#481](https://github.com/Shopify/sewing-kit/issues/481)]
800- React now generates readable stacktraces for errors thrown by dynamically imported chunks [[#598](https://github.com/Shopify/sewing-kit/pull/598)]
801
802### Removed
803
804- Breaking change - removed `sewing-kit check`'s `--build` option [[#599](https://github.com/Shopify/sewing-kit/pull/599)]
805
806### Migration suggestions
807
808- If `sewing-kit.config.js` enables `fastStartup`, use `env` conditions to limit its inclusion
809 - Rule of thumb: disable in `development` if HMR is essential to the development experience
810- If a project depends on a generated `build/client/bundle-analysis/stats.json` file, use `plugins.webpack` to set `BundleAnalyzerPlugin.generateStatsFile` to `true`
811
812## [0.29.17] - 2018-04-10
813
814### Fixed
815
816- `sewing-kit lint` now outputs parser exceptions, if necessary [[#588](https://github.com/Shopify/sewing-kit/pull/588)]
817- `codeframe` formatter is now used for lint output [[#566](https://github.com/Shopify/sewing-kit/pull/566)]
818
819## [0.29.16] - 2018-04-08
820
821### Changed
822
823- `sewing-kit dev --log-react-updates` to debug excess React rerenders [[#547](https://github.com/Shopify/sewing-kit/pull/547)]
824- `sewing-kit lint` no longer outputs stacktraces when stylelint fails [[#584](https://github.com/Shopify/sewing-kit/pull/584)]
825
826## [0.29.15] - 2018-03-25
827
828### Added
829
830- `playground --force` overwrites all existing playground files [[#577](https://github.com/Shopify/sewing-kit/pull/577)]
831
832### Changed
833
834- `playground` only writes files that don't exist yet [[#577](https://github.com/Shopify/sewing-kit/pull/577)]
835- `build --reports` should not throw memory exceptions in large projects [[#575](https://github.com/Shopify/sewing-kit/pull/575)]
836
837## [0.29.14] - 2018-03-12
838
839### Added
840
841- Allow debug without pausing on startup (via `sewing-kit-inspect`) [[#563](https://github.com/Shopify/sewing-kit/pull/563)]
842
843### Changed
844
845- Upgrade to `eslint-plugin-shopify@19.0.1` (fixes `shopify/jsx-no-hardcoded-content` rule) [[#562](https://github.com/Shopify/sewing-kit/pull/562)]
846
847### Migration suggestions
848
849- Enable `shopify/jsx-no-hardcoded-content` in your eslint config
850
851## [0.29.13] - 2018-03-06
852
853### Changed
854
855- `sewing-kit test --app-only` now includes tests in the `client` directory [[#552](https://github.com/Shopify/sewing-kit/pull/552)]
856
857## [0.29.12] - 2018-02-21
858
859### Added
860
861- Aliases for `sewing-kit` (`sk`) and `sewing-kit-debug` (`skd`) [[#539](https://github.com/Shopify/sewing-kit/pull/539)]
862
863## [0.29.11] - 2018-02-20
864
865### Changed
866
867- Update reference to webpack-parallel-uglify-plugin, preventing `npm install` from breaking [[#536](https://github.com/Shopify/sewing-kit/pull/536)]
868- Upgrade devDependencies [[#533](https://github.com/Shopify/sewing-kit/pull/533)]
869
870## [0.29.10] - 2018-02-19
871
872### Added
873
874- `lint --show-expected` option that displays the expected output for files failing Prettier checks [[#535](https://github.com/Shopify/sewing-kit/pull/535)]
875
876## [0.29.9] - 2018-02-16
877
878### Changed
879
880- Upgrade to eslint-plugin-shopify@19.0.0 [[#532](https://github.com/Shopify/sewing-kit/pull/532)]
881
882## [0.29.7] / [0.29.8] - 2018-02-16
883
884### Changed
885
886- Support for code coverage when running `sewing-kit test` [[#531](https://github.com/Shopify/sewing-kit/pull/531)]
887
888## [0.29.6] - 2018-02-15
889
890### Changed
891
892- Support for `csv` and `ico` files is now enabled by default with Jest transform and Webpack `file-loader` [[#508](https://github.com/Shopify/sewing-kit/pull/508)]
893
894## [0.29.5] - 2018-02-14
895
896### Changed
897
898- Problematic packages are now stripped from the `plugins.vendor` list [[#528](https://github.com/Shopify/sewing-kit/pull/528)]
899
900## [0.29.4] - 2018-02-13
901
902### Fixed
903
904- Vendor DLL is now served from the correct directory [[#527](https://github.com/Shopify/sewing-kit/pull/527)]
905
906## [0.29.3] - 2018-02-12
907
908### Changed
909
910- Vendor DLL is now cached and reused between server starts [[#526](https://github.com/Shopify/sewing-kit/pull/526)]
911
912## [0.29.2] - 2018-02-11
913
914### Changed
915
916- `sewing-kit test` now uses 3 Jest workers (previously 2) [[#524](https://github.com/Shopify/sewing-kit/pull/524)]
917
918## [0.29.1] - 2018-02-08
919
920### Fixed
921
922- `sewing-kit start` now displays logs [[#520](https://github.com/Shopify/sewing-kit/pull/520)]
923
924## [0.29.0] - 2018-02-07
925
926### Changed
927
928- `--source-maps` CLI option now acceps `accurate`, `fast`, `off` values [[#513](https://github.com/Shopify/sewing-kit/pull/513), [#515](https://github.com/Shopify/sewing-kit/pull/515)]
929
930### Fixed
931
932- Stop `shopify/web` performing concurrent HMR refreshes [[#514](https://github.com/Shopify/sewing-kit/pull/514)]
933
934### Migration suggestions
935
936- Search for `source-maps` references and:
937 - Replace `--source-maps` with `--source-maps accurate`
938 - Replace `--no-source-maps` wtih `--source-maps fast`
939
940## [0.28.1] - 2018-01-28
941
942### Added
943
944- "Hang tight" view now displays a tip about how to access sewing-kit logs [[#505](https://github.com/Shopify/sewing-kit/pull/505)]
945
946### Fixed
947
948- Fixed invalid `strip-ansi` call from version `0.28.0` [[#504](https://github.com/Shopify/sewing-kit/pull/504)]
949
950## [0.28.0] - 2018-01-28
951
952### Added
953
954- "Hang tight" view now displays progress messages [[#501](https://github.com/Shopify/sewing-kit/pull/501)]
955- "Hang tight" view now displays error dumps [[#501](https://github.com/Shopify/sewing-kit/pull/501)]
956- "Hang tight" view has less gender bias [[#502](https://github.com/Shopify/sewing-kit/pull/502)]
957- "Hang tight" view now refreshes the page on build completion [[#503](https://github.com/Shopify/sewing-kit/pull/503)]
958
959## [0.27.1] - 2018-01-24
960
961### Fixed
962
963- Allow cross-origin requests for vendor-dll [[#496](https://github.com/Shopify/sewing-kit/pull/496)]
964
965## [0.27.0] - 2018-01-21
966
967### Added
968
969- Breaking change - `asset.json`/`sewing-kit-manifest.json` now include asset integrity hashes (sha256, base64 encoded)
970 Before
971
972```json
973{
974 "entrypoints": {
975 "foo": {
976 "js": ["foo.js"]
977 }
978 }
979}
980```
981
982After
983
984```json
985{
986 "entrypoints": {
987 "foo": {
988 "js": [
989 {
990 "path": "foo.js",
991 "integrity": "4cd86c4a2c06dceff7d5ef1c381b1de1a8da9e8d36d51647dae249470a781f99.js"
992 }
993 ]
994 }
995 }
996}
997```
998
999### Fixed
1000
1001- Node only - `sewing-kit start` now starts up an assets server [[#492](https://github.com/Shopify/sewing-kit/pull/492)]
1002
1003### Migration Suggestions
1004
1005- Rails projects - upgrade to [`sewing_kit@0.27.0`](https://github.com/Shopify/sewing_kit/blob/master/CHANGELOG.md#0270---22-01-2018)
1006- Node projects - adjust `asset.json` entrypoint consumers to account for plain path strings becoming objects with `path`/`integrity` properties
1007
1008## [0.26.0] - 2018-01-14
1009
1010### Changed
1011
1012- Breaking change: Rollup's default emitted filepath is now `dist/index.js` to match the name of the default input file.
1013- Upgraded to `eslint-plugin-shopify@19.0.0-beta.4`
1014- Upgraded to `prettier@1.9.2`
1015
1016### Fixed
1017
1018- Consumers no longer need to provide rollup plugins since they are now included as regular dependencies (instead of dev dependencies)
1019
1020### Migration Suggestions
1021
1022- Update `eslintConfig` to include: `plugins: ["shopify/jest"]`
1023- Update `.prettierrc` to include: `arrowParens: "always"`
1024- For Polaris projects, update `eslintConfig` to include: `plugins: ["shopify/polaris"]`
1025- Consider adding new Shopify eslint rules:
1026 - [`shopify/jsx-no-complex-expressions`](https://github.com/Shopify/eslint-plugin-shopify/blob/master/docs/rules/jsx-no-complex-expressions.md)
1027 - [`shopify/jsx-no-hardcoded-content`](https://github.com/Shopify/eslint-plugin-shopify/blob/master/docs/rules/jsx-no-hardcoded-content.md)
1028 - [`shopify/react-initialize-state`](https://github.com/Shopify/eslint-plugin-shopify/blob/master/docs/rules/react-initialize-state.md)
1029 - [`shopify/react-type-state`](https://github.com/Shopify/eslint-plugin-shopify/blob/master/docs/rules/react-type-state.md)
1030
1031## [0.25.0] - 2018-01-12
1032
1033### Fixed
1034
1035- `dev --no-hot` mode now builds vendor DLLs [[#487](https://github.com/Shopify/sewing-kit/pull/487)]
1036
1037### Changed
1038
1039- Add svgs to prettierignore list on init command [[#484](https://github.com/Shopify/sewing-kit/pull/484)]
1040- Use eslint cache to improve ESLint speed for code and GraphQL files [[#485](https://github.com/Shopify/sewing-kit/pull/485)]
1041
1042## [0.24.0] - 2018-01-11
1043
1044### Added
1045
1046- Libraries can be bundled with rollup by including `plugins.rollup` in their config
1047
1048### Changed
1049
1050- Omit confusing stacktraces for lint errors [[https://github.com/Shopify/sewing-kit/pull/482](#482)]
1051
1052## [0.23.0] - 2018-01-09
1053
1054### Fixed
1055
1056- Vendor DLL changes will be picked up without a hard browser refresh [[https://github.com/Shopify/sewing-kit/pull/477](#477)]
1057
1058### Removed
1059
1060- Breaking change: removed `sewing-kit test`'s `--build` option [[https://github.com/Shopify/sewing-kit/pull/478](#478)]
1061
1062### Migration Suggestions
1063
1064- If your project depended on `sewing-kit test --build`, please ping in `#web-foundations-tech` for tips on writing isolated server tests
1065
1066## [0.22.3] - 2018-01-05
1067
1068### Changed
1069
1070- Fix eslint error for ruby projects on CircleCI, adding `vendor/bundle` to ignores [[#475](https://github.com/Shopify/sewing-kit/pull/475)]
1071
1072## [0.22.2] - 2018-01-05
1073
1074### Changed
1075
1076- Fix lint error for ruby projects on CircleCI, adding `vendor/bundle` to stylelint ignores [[#474](https://github.com/Shopify/sewing-kit/pull/474)]
1077
1078## [0.22.1] - 2018-01-04
1079
1080### Added
1081
1082- Support `test` mode builds [[#445](https://github.com/Shopify/sewing-kit/pull/445)]
1083
1084## [0.22.0] - 2017-12-18
1085
1086### Added
1087
1088- Allow graphql schema to be read from a local file [[#427](https://github.com/Shopify/sewing-kit/pull/427)]
1089
1090### Changed
1091
1092- Bump `eslint-plugin-shopify` to [`18.3.0`](https://github.com/Shopify/eslint-plugin-shopify/blob/master/CHANGELOG.md#1830---2017-12-18) (shopify/no-debugger) [[464](https://github.com/Shopify/sewing-kit/pull/464/files)]
1093
1094## [0.21.0] - 2017-12-11
1095
1096- Allow compilation of a server bundle under the `railsWithNodeServer` experiment. By default Rails projects do not compile a server bundle. [[#444](https://github.com/Shopify/sewing-kit/pull/444)]
1097
1098## [0.20.0] - 2017-12-06
1099
1100### Added
1101
1102- Formatting support for `.ts` and `.tsx` files. Please see the Typescript formatting setup [docs](https://github.com/Shopify/sewing-kit/blob/master/docs/commands/format.md#setup) for more details. [[#440](https://github.com/Shopify/sewing-kit/pull/440)]
1103- An `init` command to create config files for common tools. Includes `--prettierignore` flag to create a preconfigured .prettierignore file. [[#417](https://github.com/Shopify/sewing-kit/pull/417)]
1104
1105```
1106yarn run sewing-kit init --prettierignore
1107```
1108
1109### Removed
1110
1111- Linting via `tslint` has been removed in favor of linting typescript via Shopify's [typescript](https://github.com/Shopify/eslint-plugin-shopify/blob/master/lib/config/typescript.js) or [typescript-react](https://github.com/Shopify/eslint-plugin-shopify/blob/master/lib/config/typescript-react.js) eslint configs. `tslint.json` can be removed from consuming projects. [[#440](https://github.com/Shopify/sewing-kit/pull/440)]
1112
1113```
1114{
1115 "extends": [
1116 "plugin:shopify/typescript-react"
1117 ]
1118}
1119```
1120
1121## [0.19.1] - 2017-11-23
1122
1123### Added
1124
1125- Added support to selectively include Polaris globals. See [[#423](https://github.com/Shopify/sewing-kit/pull/423)]
1126
1127## [0.19.0] - 2017-11-22
1128
1129- Added `format` support for `scss`/`css` files. See [here](https://github.com/Shopify/sewing-kit/blob/master/docs/commands/format.md#setup) for more details. [[#364](https://github.com/Shopify/sewing-kit/pull/364)]
1130
1131### Changed
1132
1133- Improve warmup devServer dev experience. [[#420](https://github.com/Shopify/sewing-kit/pull/420)]
1134- Upgraded node-sass from v4.6.0 to v4.7.2 [[#416](https://github.com/Shopify/sewing-kit/pull/416)]
1135- Dependency updates [[#412](https://github.com/Shopify/sewing-kit/pull/412)]
1136
1137## [0.18.0] - 2017-11-16
1138
1139### Added
1140
1141- A server is now immediately bound when running `sewing-kit dev`, and will hand off to your actual development server when it is fully compiled. You can customize the port and IP of the temporary server with the new `devServer` plugin. [[#390](https://github.com/Shopify/sewing-kit/pull/390)]
1142
1143### Changed
1144
1145- `react-hot-loader` is enabled only for React projects [[#392](https://github.com/Shopify/sewing-kit/pull/392)]
1146- `.jsx` files no longer throw exceptions on JSX elements [[#408](https://github.com/Shopify/sewing-kit/pull/408)]
1147- Dependency updates [[#391](https://github.com/Shopify/sewing-kit/pull/391)]
1148 - New eslint rules (see [updates between 17.2 - 18.0](https://github.com/Shopify/eslint-plugin-shopify/blob/master/CHANGELOG.md#1800---2017-10-31))
1149 - A working `react-hot-loader` is now provided
1150
1151### Migration Suggestions
1152
1153- If your project uses a custom `react-hot-loader` version, it should be removed
1154 - `yarn remove react-hot-loader`
1155
1156## [0.17.1] - 2017-11-09
1157
1158### Changed
1159
1160- `plugin.jest` now accepts a callback https://github.com/Shopify/sewing-kit/pull/329
1161
1162### Migration Suggestions
1163
1164- grep for `plugin.jest` calls, and replace the old hash parameter with a callback that overrides the default config's values
1165 - Property names are aligned with Jest's config names
1166 - e.g., `setupRun` => `setupFiles`, `setupTest` => `setupTestFrameworkScriptFile`
1167- `npm rebuild` fixes `bindings`/`node-sass` errors
1168
1169## [0.17.0] - 2017-11-08
1170
1171### Added
1172
1173- Added `railsWithNodeServer` experiment to enable bundling of a server target inside of a Rails project.[[#378](https://github.com/Shopify/sewing-kit/pull/378)]
1174- Added `format` support for `graphql` and `json` files. [[#377](https://github.com/Shopify/sewing-kit/pull/377)]
1175
1176### Changed
1177
1178- Improved nuke command [[#389](https://github.com/Shopify/sewing-kit/pull/389)]:
1179 - Make it run in dev mode such that it does not fail in a project that has production dependencies
1180 - Cleans out the correct assets folder in the appropriate places
1181- Upgrade node-sass to 4.6.0 [[#381](https://github.com/Shopify/sewing-kit/pull/381)]
1182- Lint will now fail if `.json` or `.graphql`/`.gql` is not formatted [[#377](https://github.com/Shopify/sewing-kit/pull/377)]
1183- Polaris is now correctly treated as an external for server bundles, so it always references the correct class names for the environment and will resolve all its dependencies natively [[#223](https://github.com/Shopify/sewing-kit/pull/223)]
1184- Improved startup speed by delaying the loading of many modules [[#338](https://github.com/Shopify/sewing-kit/pull/388)]
1185- Breaking change: manifests now contain `assets` and `entrypoints` keys [[#387](https://github.com/Shopify/sewing-kit/pull/387)]
1186 - `assets` contains the chunk=>js/css mappings that were previously at root level
1187
1188### Migration Suggestions
1189
1190- Any code reading from `assets.json`/`sewing-kit-manifest.json` should now dig into the `assets` map
1191- `sewing_kit` apps should remove explicit `sewing_kit_script_tag`/`sewing_kit_link_tag` calls to output `runtime`, `vendor`, etc
1192
1193## [0.16.1] - 2017-10-27
1194
1195### Added
1196
1197- Added `format` command to format JS files. [[#357](https://github.com/Shopify/sewing-kit/pull/357)]
1198
1199### Fixed
1200
1201- Uglify cache is not erroneously invalidated during builds [[#368](https://github.com/Shopify/sewing-kit/pull/368)]
1202
1203## [0.16.0] - 2017-10-25
1204
1205### Fixed
1206
1207- Breaking change: builds now raise exceptions on compiler warnings [[#363](https://github.com/Shopify/sewing-kit/pull/363/files)]
1208
1209## [0.15.0] - 2017-10-25
1210
1211### Fixed
1212
1213- Pinned to `webpack@3.5.3` to work around hard-source errors in later versions [[#360](https://github.com/Shopify/sewing-kit/pull/360)]
1214
1215## [0.14.4] - 2017-10-22
1216
1217- Move Jest's cache to sewing-kit's cache directory [[#350](https://github.com/Shopify/sewing-kit/pull/350)]
1218
1219## [0.14.3] - 2017-10-21
1220
1221### Updated
1222
1223- CI now uses 2 jest worker threads [[#349](https://github.com/Shopify/sewing-kit/pull/349)]
1224
1225## [0.14.2] - 2017-10-16
1226
1227### Updated
1228
1229- Use a `stylelint` version that's compatible with `stylelint-config-shopify`'s requirements [[#342](https://github.com/Shopify/sewing-kit/pull/342)]
1230
1231## [0.14.1] - 2017-10-16
1232
1233### Added
1234
1235- Parallel/cacheable minification via [parallel-webpack-uglify-plugin](https://github.com/gdborton/webpack-parallel-uglify-plugin) [[#341](https://github.com/Shopify/sewing-kit/pull/341)]
1236
1237### Migration Suggestions
1238
1239- Turn on the `parallelUglify` experiment
1240
1241## [0.14.0] - 2017-10-15
1242
1243### Fixed
1244
1245- `lint` now builds GraphQL type definitions before running script linters [[#340](https://github.com/Shopify/sewing-kit/pull/340)]
1246- `lint` now ignores `.scss` files in `node_modules` [[#338](https://github.com/Shopify/sewing-kit/pull/338)]
1247- GraphQL tests no longer add 6 minutes to CircleCI runs [[#339](https://github.com/Shopify/sewing-kit/pull/339)]
1248
1249### Updated
1250
1251- Breaking change: `stylelint`/`stylelint-config-shopify` version bumps
1252
1253### Removed
1254
1255- `conciseModuleNames` experiment [[#331](https://github.com/Shopify/sewing-kit/pull/331)]
1256
1257### Migration Suggestions
1258
1259- Remove `stylelint` and `stylelint-config-shopify` from `package.json` (`dependencies`/`devDependencies`)
1260
1261## [0.13.0] - 2017-10-12
1262
1263### Added
1264
1265- `conciseModuleNames` experiment to reduce bulk from long-term caching [[#326](https://github.com/Shopify/sewing-kit/pull/326)]
1266- `moduleConcatenation` experiment to make bundles smaller using [ModuleConcatenationPlugin](https://webpack.js.org/plugins/module-concatenation-plugin/) [(https://github.com/Shopify/sewing-kit/pull/328)]
1267- Breaking change: `productionChunks` experiment to enable/disable long-term caching plugins [[#330](https://github.com/Shopify/sewing-kit/pull/330)]
1268
1269### Changed
1270
1271- Breaking change: Long-term caching naming is enabled for all projects (a side-effect of [#330](https://github.com/Shopify/sewing-kit/pull/330))
1272
1273## [0.12.8] - 2017-10-11
1274
1275### Added
1276
1277- Suppress auto-import of Polaris CSS globals with `plugins.sass({autoImportPolaris: false})` [[#307](https://github.com/Shopify/sewing-kit/pull/307)]
1278- Toggle [`lodash-webpack-plugin`](https://github.com/lodash/lodash-webpack-plugin]) on/off via `plugins.experiments` [[#309](https://github.com/Shopify/sewing-kit/pull/309)]
1279 - Defaults to `false`
1280- `sewing-kit test` now updates Jest snapshots if `--update-snapshot` is an argument [[#318](https://github.com/Shopify/sewing-kit/pull/318)]
1281
1282### Changed
1283
1284- Enable `.ts`/`.tsx` compilation if `typescript` is a development dependency [[#308](https://github.com/Shopify/sewing-kit/pull/308)]
1285
1286## [0.12.7] - 2017-10-05
1287
1288### Added
1289
1290- Automatic `postcss` config for projects that don't have a `postcss.config.js` file [[#296](https://github.com/Shopify/sewing-kit/pull/296)]
1291
1292### Changed
1293
1294- More README details [[#256](https://github.com/Shopify/sewing-kit/pull/256)]
1295
1296### Fixed
1297
1298- Fix server debugging for node@8 [[#301](https://github.com/Shopify/sewing-kit/pull/301)]
1299
1300## [0.12.6] - 2017-10-02
1301
1302### Changed
1303
1304- Use `babel-preset-env` even in projects that use `sprockets-commoner` [[#284](https://github.com/Shopify/sewing-kit/pull/284)]
1305
1306### Fixed
1307
1308- Fixed an issue where adding a custom webpack resolver for `csv` files broke jest. [[#294](https://github.com/Shopify/sewing-kit/pull/294)]
1309
1310## [0.12.5] - 2017-09-19
1311
1312### Added
1313
1314- You can now pass a `url` option to the Jest config plugin in order to set the root URL for your tests (reflected in `window.location`) [[#278](https://github.com/Shopify/sewing-kit/pull/278)]
1315
1316* In development mode, requesting a `vendor`/`js` path will return a link to a local vendor DLL [[#281](https://github.com/Shopify/sewing-kit/pull/281)]
1317
1318### Fixed
1319
1320- Fixed an issue where imports not beginning in `tests` were mapped to the tests directory [[#278](https://github.com/Shopify/sewing-kit/pull/278)]
1321
1322### Changed
1323
1324- You no longer need to include a `.babelrc` at the root of your project for tests to work correctly [[#278](https://github.com/Shopify/sewing-kit/pull/278)]
1325- Jest and its typings have been added as a dependency, so projects do not need to manually install them [[#278](https://github.com/Shopify/sewing-kit/pull/278)]
1326
1327## [0.12.4] - 2017-09-18
1328
1329### Added
1330
1331- `sewing-kit playground` spins up a hot-reloading playground [[#255](https://github.com/Shopify/sewing-kit/pull/255)]
1332
1333### Fixed
1334
1335- `.scss` linter now skips all `node_modules` folders
1336- Vendor DLL libraries are no longer duplicated in other development bundles [[#279](https://github.com/Shopify/sewing-kit/pull/279)]
1337
1338## [0.12.3] - 2017-09-13
1339
1340### Added
1341
1342- `sewing-kit lint` now ignores JavaScript files generated by Rails (`tmp`, `public`) [[#267](https://github.com/Shopify/sewing-kit/pull/267)]
1343- The new `railgun.yml` file is used for the dev server hostname [[#275](https://github.com/Shopify/sewing-kit/pull/275)]
1344
1345## [0.12.2] - 2017-09-07
1346
1347### Fixed
1348
1349- Embedded app production builds no longer attempt to access non-existent esnext files [[#266](https://github.com/Shopify/sewing-kit/pull/266)]
1350
1351### Added
1352
1353- Optimize lodash builds using babel-plugin-lodash & lodash-webpack-plugin [[#257](https://github.com/Shopify/sewing-kit/pull/257)]
1354
1355## [0.12.1] - 2017-09-06
1356
1357### Added
1358
1359- Vendor bundle hash is no longer changed by dynamic imports [[#228](https://github.com/Shopify/sewing-kit/pull/228)]
1360
1361### Changed
1362
1363- Real world development/production defaults for `publicPath` in Rails projects [[#258](https://github.com/Shopify/sewing-kit/pull/258)]
1364- `packages` tests are now included in `--app-only` runs [[#251](https://github.com/Shopify/sewing-kit/pull/251)]
1365
1366## [0.12.0] - 2017-08-30
1367
1368### Added
1369
1370- CSS minification for production assets [[#236](https://github.com/Shopify/sewing-kit/pull/236)]
1371- Add offline GraphQL schema [[#239](https://github.com/Shopify/sewing-kit/pull/239)]
1372- Vendor caching support in production using `CommonsChunkPlugin` [[#248](https://github.com/Shopify/sewing-kit/pull/248)]
1373 - Creates a `vendor` and `runtime` chunk
1374 - Supports consistent vendor caching when app modules are added
1375 - Supports consistent vendor caching when new entries are added
1376
1377## [0.11.1] - 2017-08-23
1378
1379### Added
1380
1381- `sewing-kit test` now accepts a path pattern parameter that filters out non-matching tests from execution [[#222](https://github.com/Shopify/sewing-kit/pull/222)]
1382 - e.g., `sewing-kit test Card` will run only tests with `Card` in their file path
1383- TypeScript errors now use pretty formatting [[#224](https://github.com/Shopify/sewing-kit/pull/224)]
1384
1385## [0.11.0] - 2017-08-18
1386
1387### Changed
1388
1389- `fastProductionBuild` now enables `hard-source-plugin` in production builds [[#214](https://github.com/Shopify/sewing-kit/pull/214)]
1390- `.svg` files are now processed by [Shopify's icon-loader](https://github.com/Shopify/images/blob/3e92d7960c2bf6b9bdea1e96652b99885d0eca9f/icon-loader.js) [[#202](https://github.com/Shopify/sewing-kit/pull/202)]
1391 - This replaces `white` fills with `currentColor`, and exports the svg's body as an importable JS module
1392 - A wrapper component is required to display the stringified SVG (a la [Polaris' `Icon` UI component](https://github.com/Shopify/polaris/blob/fb244772173a91c307492e89f515d40363fb7a61/src/components/Icon/Icon.tsx#L115))
1393- App tests with GraphQL types no longer depend on a full build [[#216](https://github.com/Shopify/sewing-kit/pull/216)]
1394
1395## [0.10.1] - 2017-08-12
1396
1397### Changed
1398
1399- `env.isCI` returns true when `ENV['CI'] == '1'` [[#203](https://github.com/Shopify/sewing-kit/pull/203)]
1400
1401## [0.10.0] - 2017-08-11
1402
1403### Changed
1404
1405- Updated webpack@3 (just a version bump; no new plugin integration, yet) [[#187](https://github.com/Shopify/sewing-kit/pull/187)]
1406- Rails projects should build faster. Cacheable build resources are now stores in a directory that buildkite shares between all container builds. [[#198](https://github.com/Shopify/sewing-kit/pull/198)]
1407
1408### Fixed
1409
1410- When using `fastProductionBuild`, CSS asset hashes match their content hash again (disabled `cheap-source-maps`) [[#199](https://github.com/Shopify/sewing-kit/pull/199)]
1411
1412## [0.9.0] - 2017-08-10
1413
1414### Changed
1415
1416- Uses `@shopify/polaris@1.3.1` [[#164](https://github.com/Shopify/sewing-kit/pull/164)]
1417- `typescript` is no longer a mandatory dependency for consumers [[#164](https://github.com/Shopify/sewing-kit/pull/164)]
1418
1419## [0.8.0] - 2017-08-09
1420
1421### Changed
1422
1423- Uses `@shopify/polaris@1.2.1`
1424- Uses `typescript@2.3.3` (this version allows destructuring of potentially undefined arguments in `.d.ts` files)
1425- `sewing-kit.config.js` can now define custom paths (via `plugins.paths`)
1426
1427## [0.7.0] - 2017-08-03
1428
1429### Added
1430
1431- `graphql-typescript-definitions` now runs in watch mode [[#171](https://github.com/Shopify/sewing-kit/pull/171)]
1432- End to end test for Polaris development builds [[#178](https://github.com/Shopify/sewing-kit/pull/178)]
1433- `fastProductionBuild` experiment [[#178](https://github.com/Shopify/sewing-kit/pull/178), [#184](https://github.com/Shopify/sewing-kit/pull/184)]
1434 - Allows production builds to use a precompiled version of Polaris with fully namespaced CSS classes
1435 - Turns off typeschecking
1436 - Uses `check-source-maps` for faster compilation
1437- End to end test for more consistent chunk names [[#175](https://github.com/Shopify/sewing-kit/pull/175)]
1438
1439### Fixed
1440
1441- GraphQL lint now lints mutations [[#183](https://github.com/Shopify/sewing-kit/pull/183)]
1442- GraphQL no longer outputs meaningless pages of stack traces on error [[#183](https://github.com/Shopify/sewing-kit/pull/183)]
1443
1444### Removed
1445
1446- Redundant static asset middleware route in development mode [[#170](https://github.com/Shopify/sewing-kit/pull/170)]
1447
1448[0.12.4]: https://github.com/Shopify/sewing-kit/compare/v0.12.3...v0.12.4
1449[0.12.5]: https://github.com/Shopify/sewing-kit/compare/v0.12.4...v0.12.5
1450[0.12.6]: https://github.com/Shopify/sewing-kit/compare/v0.12.5...v0.12.6
1451[0.12.7]: https://github.com/Shopify/sewing-kit/compare/v0.12.6...v0.12.7
1452[0.12.8]: https://github.com/Shopify/sewing-kit/compare/v0.12.7...v0.12.8
1453[0.13.0]: https://github.com/Shopify/sewing-kit/compare/v0.12.8...v0.13.0
1454[0.14.0]: https://github.com/Shopify/sewing-kit/compare/v0.13.0...v0.14.0
1455[0.14.1]: https://github.com/Shopify/sewing-kit/compare/v0.14.0...v0.14.1
1456[0.14.2]: https://github.com/Shopify/sewing-kit/compare/v0.14.1...v0.14.2
1457[0.14.3]: https://github.com/Shopify/sewing-kit/compare/v0.14.2...v0.14.3
1458[0.14.4]: https://github.com/Shopify/sewing-kit/compare/v0.14.3...v0.14.4
1459[0.15.0]: https://github.com/Shopify/sewing-kit/compare/v0.14.4...v0.15.0
1460[0.16.0]: https://github.com/Shopify/sewing-kit/compare/v0.15.0...v0.16.0
1461[0.16.1]: https://github.com/Shopify/sewing-kit/compare/v0.16.0...v0.16.1
1462[0.17.0]: https://github.com/Shopify/sewing-kit/compare/v0.16.1...v0.17.0
1463[0.17.1]: https://github.com/Shopify/sewing-kit/compare/v0.17.0...v0.17.1
1464[0.18.0]: https://github.com/Shopify/sewing-kit/compare/v0.17.1...v0.18.0
1465[0.19.0]: https://github.com/Shopify/sewing-kit/compare/v0.18.0...v0.19.0
1466[0.19.1]: https://github.com/Shopify/sewing-kit/compare/v0.19.0...v0.19.1
1467[0.20.0]: https://github.com/Shopify/sewing-kit/compare/v0.19.1...v0.20.0
1468[0.21.0]: https://github.com/Shopify/sewing-kit/compare/v0.20.0...v0.21.0
1469[0.22.0]: https://github.com/Shopify/sewing-kit/compare/v0.21.0...v0.22.0
1470[0.22.1]: https://github.com/Shopify/sewing-kit/compare/v0.22.0...v0.22.1
1471[0.22.2]: https://github.com/Shopify/sewing-kit/compare/v0.22.1...v0.22.2
1472[0.22.3]: https://github.com/Shopify/sewing-kit/compare/v0.22.2...v0.22.3
1473[0.23.0]: https://github.com/Shopify/sewing-kit/compare/v0.22.3...v0.23.0
1474[0.24.0]: https://github.com/Shopify/sewing-kit/compare/v0.23.0...v0.24.0
1475[0.25.0]: https://github.com/Shopify/sewing-kit/compare/v0.24.0...v0.25.0
1476[0.26.0]: https://github.com/Shopify/sewing-kit/compare/v0.25.0...v0.26.0
1477[0.27.0]: https://github.com/Shopify/sewing-kit/compare/v0.26.0...v0.27.0
1478[0.27.1]: https://github.com/Shopify/sewing-kit/compare/v0.27.0...v0.27.1
1479[0.28.0]: https://github.com/Shopify/sewing-kit/compare/v0.27.1...v0.28.0
1480[0.28.1]: https://github.com/Shopify/sewing-kit/compare/v0.28.0...v0.28.1
1481[0.29.0]: https://github.com/Shopify/sewing-kit/compare/v0.28.1...v0.29.0
1482[0.29.1]: https://github.com/Shopify/sewing-kit/compare/v0.29.0...v0.29.1
1483[0.29.2]: https://github.com/Shopify/sewing-kit/compare/v0.29.1...v0.29.2
1484[0.29.3]: https://github.com/Shopify/sewing-kit/compare/v0.29.2...v0.29.3
1485[0.29.4]: https://github.com/Shopify/sewing-kit/compare/v0.29.3...v0.29.4
1486[0.29.5]: https://github.com/Shopify/sewing-kit/compare/v0.29.3...v0.29.5
1487[0.29.6]: https://github.com/Shopify/sewing-kit/compare/v0.29.5...v0.29.6
1488[0.29.7]: https://github.com/Shopify/sewing-kit/compare/v0.29.6...v0.29.7
1489[0.29.8]: https://github.com/Shopify/sewing-kit/compare/v0.29.7...v0.29.8
1490[0.29.9]: https://github.com/Shopify/sewing-kit/compare/v0.29.8...v0.29.9
1491[0.29.10]: https://github.com/Shopify/sewing-kit/compare/v0.29.9...v0.29.10
1492[0.29.11]: https://github.com/Shopify/sewing-kit/compare/v0.29.10...v0.29.11
1493[0.29.12]: https://github.com/Shopify/sewing-kit/compare/v0.29.11...v0.29.12
1494[0.29.13]: https://github.com/Shopify/sewing-kit/compare/v0.29.12...v0.29.13
1495[0.29.14]: https://github.com/Shopify/sewing-kit/compare/v0.29.13...v0.29.14
1496[0.29.15]: https://github.com/Shopify/sewing-kit/compare/v0.29.14...v0.29.15
1497[0.29.16]: https://github.com/Shopify/sewing-kit/compare/v0.29.15...v0.29.16
1498[0.29.17]: https://github.com/Shopify/sewing-kit/compare/v0.29.16...v0.29.17
1499[0.30.0]: https://github.com/Shopify/sewing-kit/compare/v0.29.17...v0.30.0
1500[0.30.1]: https://github.com/Shopify/sewing-kit/compare/v0.30.0...v0.30.1
1501[0.40.0]: https://github.com/Shopify/sewing-kit/compare/v0.30.1...v0.40.0
1502[0.41.0]: https://github.com/Shopify/sewing-kit/compare/v0.40.0...v0.41.0
1503[0.41.1]: https://github.com/Shopify/sewing-kit/compare/v0.41.0...v0.41.1
1504[0.42.0]: https://github.com/Shopify/sewing-kit/compare/v0.41.1...v0.42.0
1505[0.43.0]: https://github.com/Shopify/sewing-kit/compare/v0.42.0...v0.43.0
1506[0.44.0]: https://github.com/Shopify/sewing-kit/compare/v0.43.0...v0.44.0
1507[0.45.0]: https://github.com/Shopify/sewing-kit/compare/v0.44.0...v0.45.0
1508[0.45.1]: https://github.com/Shopify/sewing-kit/compare/v0.45.0...v0.45.1
1509[0.45.2]: https://github.com/Shopify/sewing-kit/compare/v0.45.1...v0.45.2
1510[0.45.3]: https://github.com/Shopify/sewing-kit/compare/v0.45.2...v0.45.3
1511[0.45.4]: https://github.com/Shopify/sewing-kit/compare/v0.45.3...v0.45.4
1512[0.45.5]: https://github.com/Shopify/sewing-kit/compare/v0.45.4...v0.45.5
1513[0.45.6]: https://github.com/Shopify/sewing-kit/compare/v0.45.5...v0.45.6
1514[0.46.0]: https://github.com/Shopify/sewing-kit/compare/v0.45.6...v0.46.0
1515[0.47.0]: https://github.com/Shopify/sewing-kit/compare/v0.46.0...v0.47.0
1516[0.47.1]: https://github.com/Shopify/sewing-kit/compare/v0.47.0...v0.47.1
1517[0.48.0]: https://github.com/Shopify/sewing-kit/compare/v0.47.1...v0.48.0
1518[0.48.1]: https://github.com/Shopify/sewing-kit/compare/v0.48.0...v0.48.1
1519[0.48.2]: https://github.com/Shopify/sewing-kit/compare/v0.48.1...v0.48.2
1520[0.49.0]: https://github.com/Shopify/sewing-kit/compare/v0.48.2...v0.49.0
1521[0.49.1]: https://github.com/Shopify/sewing-kit/compare/v0.49.0...v0.49.1
1522[0.50.0]: https://github.com/Shopify/sewing-kit/compare/v0.49.1...v0.50.0
1523[0.50.1]: https://github.com/Shopify/sewing-kit/compare/v0.50.0...v0.50.1
1524[0.51.0]: https://github.com/Shopify/sewing-kit/compare/v0.50.1...v0.51.0
1525[0.51.1]: https://github.com/Shopify/sewing-kit/compare/v0.51.0...v0.51.1
1526[0.52.0]: https://github.com/Shopify/sewing-kit/compare/v0.51.1...v0.52.0
1527[0.53.0]: https://github.com/Shopify/sewing-kit/compare/v0.52.0...v0.53.0
1528[0.53.1]: https://github.com/Shopify/sewing-kit/compare/v0.53.0...v0.53.1
1529[0.54.0]: https://github.com/Shopify/sewing-kit/compare/v0.53.1...v0.54.0
1530[0.55.0]: https://github.com/Shopify/sewing-kit/compare/v0.54.0...v0.55.0
1531[0.56.0]: https://github.com/Shopify/sewing-kit/compare/v0.55.0...v0.56.0
1532[0.56.1]: https://github.com/Shopify/sewing-kit/compare/v0.56.0...v0.56.1
1533[0.57.0]: https://github.com/Shopify/sewing-kit/compare/v0.56.1...v0.57.0
1534[0.58.0]: https://github.com/Shopify/sewing-kit/compare/v0.57.0...v0.58.0
1535[0.58.1]: https://github.com/Shopify/sewing-kit/compare/v0.58.0...v0.58.1
1536[0.59.0]: https://github.com/Shopify/sewing-kit/compare/v0.58.1...v0.59.0
1537[0.60.0]: https://github.com/Shopify/sewing-kit/compare/v0.59.0...v0.60.0
1538[0.60.1]: https://github.com/Shopify/sewing-kit/compare/v0.60.0...v0.60.1
1539[0.60.2]: https://github.com/Shopify/sewing-kit/compare/v0.60.1...v0.60.2
1540[0.60.3]: https://github.com/Shopify/sewing-kit/compare/v0.60.2...v0.60.3
1541[0.61.0]: https://github.com/Shopify/sewing-kit/compare/v0.60.3...v0.61.0
1542[0.62.0]: https://github.com/Shopify/sewing-kit/compare/v0.61.0...v0.62.0
1543[0.63.0]: https://github.com/Shopify/sewing-kit/compare/v0.62.0...v0.63.0
1544[0.64.0]: https://github.com/Shopify/sewing-kit/compare/v0.63.0...v0.64.0
1545[0.64.1]: https://github.com/Shopify/sewing-kit/compare/v0.64.0...v0.64.1
1546[0.64.2]: https://github.com/Shopify/sewing-kit/compare/v0.64.1...v0.64.2
1547[0.64.3]: https://github.com/Shopify/sewing-kit/compare/v0.64.2...v0.64.3
1548[0.64.4]: https://github.com/Shopify/sewing-kit/compare/v0.64.3...v0.64.4
1549[0.65.0]: https://github.com/Shopify/sewing-kit/compare/v0.64.4...v0.65.0
1550[0.65.1]: https://github.com/Shopify/sewing-kit/compare/v0.65.0...v0.65.1
1551[0.66.0]: https://github.com/Shopify/sewing-kit/compare/v0.65.1...v0.66.0
1552[0.67.0]: https://github.com/Shopify/sewing-kit/compare/v0.66.0...v0.67.0
1553[0.67.1]: https://github.com/Shopify/sewing-kit/compare/v0.67.0...v0.67.1
1554[0.67.2]: https://github.com/Shopify/sewing-kit/compare/v0.67.1...v0.67.2
1555[0.67.3]: https://github.com/Shopify/sewing-kit/compare/v0.67.2...v0.67.3
1556[0.67.4]: https://github.com/Shopify/sewing-kit/compare/v0.67.3...v0.67.4
1557[0.68.0]: https://github.com/Shopify/sewing-kit/compare/v0.67.4...v0.68.0
1558[0.68.1]: https://github.com/Shopify/sewing-kit/compare/v0.68.0...v0.68.1
1559[0.68.2]: https://github.com/Shopify/sewing-kit/compare/v0.68.1...v0.68.2
1560[0.68.3]: https://github.com/Shopify/sewing-kit/compare/v0.68.2...v0.68.3
1561[0.69.0]: https://github.com/Shopify/sewing-kit/compare/v0.68.3...v0.69.0
1562[0.69.1]: https://github.com/Shopify/sewing-kit/compare/v0.69.0...v0.69.1
1563[0.70.0]: https://github.com/Shopify/sewing-kit/compare/v0.69.1...v0.70.0
1564[0.70.1]: https://github.com/Shopify/sewing-kit/compare/v0.70.0...v0.70.1
1565[0.71.0]: https://github.com/Shopify/sewing-kit/compare/v0.70.1...v0.71.0
1566[0.72.0]: https://github.com/Shopify/sewing-kit/compare/v0.71.0...v0.72.0
1567[0.73.0]: https://github.com/Shopify/sewing-kit/compare/v0.72.0...v0.73.0
1568[0.73.1]: https://github.com/Shopify/sewing-kit/compare/v0.73.0...v0.73.1
1569[0.73.2]: https://github.com/Shopify/sewing-kit/compare/v0.73.1...v0.73.2
1570[0.74.0]: https://github.com/Shopify/sewing-kit/compare/v0.73.2...v0.74.0
1571[0.74.1]: https://github.com/Shopify/sewing-kit/compare/v0.74.0...v0.74.1
1572[0.74.2]: https://github.com/Shopify/sewing-kit/compare/v0.74.1...v0.74.2
1573[0.75.0]: https://github.com/Shopify/sewing-kit/compare/v0.74.2...v0.75.0
1574[0.75.1]: https://github.com/Shopify/sewing-kit/compare/v0.75.0...v0.75.1
1575[0.75.2]: https://github.com/Shopify/sewing-kit/compare/v0.75.1...v0.75.2
1576[0.75.3]: https://github.com/Shopify/sewing-kit/compare/v0.75.2...v0.75.3
1577[0.75.4]: https://github.com/Shopify/sewing-kit/compare/v0.75.3...v0.75.4
1578[unreleased]: https://github.com/Shopify/sewing-kit/compare/v0.75.4...HEAD