UNPKG

1.32 kBMarkdownView Raw
1# 16.2.0
2## Added
3- Added `babel-plugin-syntax-dynamic-import` to the web config.
4
5# 16.1.0
6## Added
7- Added a Babel plugin to remove `testID` props in non-test environments.
8
9# 16.0.2
10## Updated
11- Integrated bugfix from most recent version of `babel-plugin-transform-react-pure-to-component`.
12
13# 16.0.1
14## Fixed
15- `shopify/web` and `shopify/node` now correctly default the `modules` option to `'commonjs'` instead of `true`.
16
17# 16.0.0
18## Added
19- `shopify/react` now includes a `hot` option to enable plugins related to hot reloading (`react-hot-loader` and `react-pure-to-component`).
20- `shopify/react` now includes plugins in development that add additional information for debugging purposes, and plugins in production that offer some performance optimizations.
21- `shopify/web` now accepts an additional option, `browsers` (an array of [`browserslist`](https://github.com/ai/browserslist) strings) which specifies what browsers to transpile for (defaults to the browsers supported by Shopify’s admin).
22
23## Updated
24- `shopify/web` and `shopify/node` presets now use [`babel-preset-env`](https://github.com/babel/babel-preset-env) to transpile only the features needed for the target environment.
25- Updated all versions of dependend-on plugins and presets.
26
27# 15.0.1
28- Initial move from combined `javascript` repo.