Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
v17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jan 3, 2019
1 parent 04d2cfc commit a896073
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Unreleased
nil

# 17.0.0
## Changed
- All presets now only work with Babel version 7 or greater.
- `browsers` are no longer hardcoded to those supported by Shopify’s admin for the purposes of the `shopify/web` preset. You must provide a [browserslist](https://github.com/browserslist/browserslist)-compatible configuration within your project, which will be used automatically when running Babel with this preset. Projects can use [`@shopify/browserslist-config`](https://github.com/Shopify/browserslist-config) to get the same support as Shopify’s admin.
- The `shopify/web` preset no longer includes plugins for Stage 3 features. The only non-standard features included in this preset are class properties and dynamic imports.

## Removed
- Removed `shopify/flow` preset since it is no longer used by most projects at Shopify.

## Added
- The `shopify/react` preset now accepts a `pragmaFrag` option for specifying the component to use in JSX fragment expressions.

# 16.7.0
## Changed
- Removed `babel-plugin-transform-react-pure-to-component`.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-shopify",
"version": "17.0.0-beta.9",
"version": "17.0.0",
"description": "Shopify's org-wide Babel preset",
"main": "index.js",
"author": {
Expand Down

0 comments on commit a896073

Please sign in to comment.