You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/babel-preset/CHANGELOG.md
+35-35Lines changed: 35 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
7
8
8
<!-- ## Unreleased -->
9
9
10
-
## [23.5.1] - 2021-04-20
10
+
## 23.5.1 - 2021-04-20
11
11
12
12
### Changed
13
13
14
14
- Updated `@babel/core`, `@babel/runtime`, and fixes `@shopify/babel-preset` react settings [[#235](https://github.com/Shopify/web-foundation/pull/235)]
15
15
16
-
## [23.5.0] - 2021-04-20
16
+
## 23.5.0 - 2021-04-20
17
17
18
18
### Added
19
19
@@ -23,31 +23,31 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
23
23
24
24
- Updated `@babel/*` presets and plugins to version `7.13.x`[[#231](https://github.com/Shopify/web-foundation/pull/231)]
25
25
26
-
## [23.4.1] - 2021-04-16
26
+
## 23.4.1 - 2021-04-16
27
27
28
28
### Changed
29
29
30
30
- Updated `@babel/*` presets and plugins to version `7.13.x`[[#222](https://github.com/Shopify/web-foundation/pull/222)]
31
31
32
-
## [23.4.0] - 2021-03-10
32
+
## 23.4.0 - 2021-03-10
33
33
34
34
### Changed
35
35
36
36
- Updated `@babel/*` presets and plugins to version `7.13`[[#219](https://github.com/Shopify/web-foundation/pull/219)]
37
37
38
-
## [23.3.2] - 2021-02-11
38
+
## 23.3.2 - 2021-02-11
39
39
40
40
### Changed
41
41
42
42
- Improved how options are defined in `@shopify/babel-preset/react`[[#209](https://github.com/Shopify/web-configs/pull/209)]
43
43
44
-
## [23.3.1] - 2021-02-10
44
+
## 23.3.1 - 2021-02-10
45
45
46
46
### Changed
47
47
48
48
- Bugfix for disabling `transformReactConstantElements`[[#208](https://github.com/Shopify/web-configs/pull/208)]
49
49
50
-
## [23.3.0] - 2021-02-10
50
+
## 23.3.0 - 2021-02-10
51
51
52
52
### Changed
53
53
@@ -57,29 +57,29 @@ and adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
57
57
58
58
- Added the ability to add `@babel/plugin-transform-runtime`[[#206](https://github.com/Shopify/web-configs/pull/206)]
59
59
60
-
## [23.2.0] - 2021-02-09
60
+
## 23.2.0 - 2021-02-09
61
61
62
62
### Added
63
63
64
64
- Added the ability to disable `@babel/plugin-transform-react-constant-elements`[[#205](https://github.com/Shopify/web-foundation/pull/205)]
65
65
66
-
## [23.1.1] - 2020-08-26
66
+
## 23.1.1 - 2020-08-26
67
67
68
68
- Update `@babel/preset-env` and other babel packages to 7.10.4 and enable preset-env's [`bugfixes`](https://babeljs.io/docs/en/babel-preset-env#bugfixes) option [[#172](https://github.com/Shopify/web-foundation/pull/172)]
69
69
70
-
## [23.1.0] - 2020-05-12
70
+
## 23.1.0 - 2020-05-12
71
71
72
72
### Changed
73
73
74
74
- Update `@babel/core`, `@babel/preset-env`, `@babel/plugin-transform-modules-commonjs` to `7.9.6`[[#155](https://github.com/Shopify/web-foundation/pull/155)]
75
75
76
-
## [23.0.0] - 2020-04-23
76
+
## 23.0.0 - 2020-04-23
77
77
78
78
### Changed
79
79
80
80
- Remove `react-hot-loader` since `react-fast-refresh` is now used in sewing-kit [[#145](https://github.com/Shopify/web-foundation/pull/145)]
81
81
82
-
## [22.0.0] - 2020-03-28
82
+
## 22.0.0 - 2020-03-28
83
83
84
84
🚨Package rename
85
85
@@ -101,7 +101,7 @@ module.exports = {
101
101
};
102
102
```
103
103
104
-
## [21.0.0]
104
+
## 21.0.0
105
105
106
106
### Added
107
107
@@ -111,55 +111,55 @@ module.exports = {
111
111
112
112
- Updated `@babel/core`, `@babel/preset-env`, presets, and plugins updated to the latest `7.7.x` versions [[#47](https://github.com/Shopify/babel-preset-shopify/pull/47)]
113
113
114
-
## [20.1.0] - 2019-09-24
114
+
## 20.1.0 - 2019-09-24
115
115
116
116
- Pass `browsers` web preset config string directly into babel-preset-env's targets option, so that if it is unset we shall read honor browserslist config in package.json / .browserslistrc
117
117
118
-
## [20.0.0] - 2019-06-03
118
+
## 20.0.0 - 2019-06-03
119
119
120
120
- Add `babel-plugin-dynamic-import-node` to the node preset. This was originally added in 19.1.0 then reverted in 19.1.1 as it was a breaking change in some circumstances
121
121
122
-
## [19.1.1] - 2019-06-03
122
+
## 19.1.1 - 2019-06-03
123
123
124
124
- Revert Adding `babel-plugin-dynamic-import-node` to the node preset as this may be a breaking change in some circumstances
125
125
126
-
## [19.1.0] - 2019-05-29
126
+
## 19.1.0 - 2019-05-29
127
127
128
128
- Added `typescript` option to node and web presets to allow babel to read typescript files when set to true.
129
129
- Added `babel-plugin-dynamic-import-node` to the node preset
130
130
- Removed `@babel/plugin-proposal-optional-catch-binding` because it is already handled by `@babel/preset-env` if you specify an environment where it is needed.
131
131
132
-
## [19.0.1] - 2019-05-23
132
+
## 19.0.1 - 2019-05-23
133
133
134
134
- Added `@babel/plugin-proposal-optional-catch-binding` to `node` and `web` presets
135
135
136
-
## [19.0.0] - 2019-05-06
136
+
## 19.0.0 - 2019-05-06
137
137
138
138
- Switched the default `useBuiltIns` option back to `entry`, since it has a smaller bundle impact on large applications
139
139
140
-
## [18.1.1] - 2019-05-03
140
+
## 18.1.1 - 2019-05-03
141
141
142
142
-`web` preset now accepts a `useBuiltIn` value (default = `usage`)
143
143
144
-
## [18.1.0] - 2019-04-22
144
+
## 18.1.0 - 2019-04-22
145
145
146
146
### Added
147
147
148
148
-`node` and `web` presets now accept a `corejs` option (default = `2`)
149
149
150
-
## [18.0.0] - 2019-03-19
150
+
## 18.0.0 - 2019-03-19
151
151
152
152
### Changed
153
153
154
154
-`node` and `web` presets now use `useBuiltIns: 'usage'` for including `corejs` polyfills.
155
155
156
-
## [17.0.1] - 2019-01-09
156
+
## 17.0.1 - 2019-01-09
157
157
158
158
### Fixed
159
159
160
160
- Honor the `envName` defined in your babel config.
161
161
162
-
## [17.0.0] - 2019-01-03
162
+
## 17.0.0 - 2019-01-03
163
163
164
164
### Changed
165
165
@@ -175,13 +175,13 @@ module.exports = {
175
175
176
176
- The `shopify/react` preset now accepts a `pragmaFrag` option for specifying the component to use in JSX fragment expressions.
-`shopify/react` preset now accepts an additional option, `pragma`. Defaults to `React.createElement`.
209
209
210
-
## [16.3.0] - 2018-03-14
210
+
## 16.3.0 - 2018-03-14
211
211
212
212
### Added
213
213
214
214
-`shopify/web` and `shopify/node` now accept an additional option, `debug`. When passed, this enables `babel-preset-env`'s debugging to show why transforms are being included in a project. Defaults to `false` (current behaviour).
215
215
216
-
## [16.2.0] - 2017-08-23
216
+
## 16.2.0 - 2017-08-23
217
217
218
218
### Added
219
219
220
220
- Added `babel-plugin-syntax-dynamic-import` to the web config.
221
221
222
-
## [16.1.0] - 2017-06-08
222
+
## 16.1.0 - 2017-06-08
223
223
224
224
### Added
225
225
226
226
- Added a Babel plugin to remove `testID` props in non-test environments.
227
227
228
-
## [16.0.2] - 2017-02-18
228
+
## 16.0.2 - 2017-02-18
229
229
230
230
### Changed
231
231
232
232
- Integrated bugfix from most recent version of `babel-plugin-transform-react-pure-to-component`.
233
233
234
-
## [16.0.1] - 2017-02-17
234
+
## 16.0.1 - 2017-02-17
235
235
236
236
### Fixed
237
237
238
238
-`shopify/web` and `shopify/node` now correctly default the `modules` option to `'commonjs'` instead of `true`.
239
239
240
-
## [16.0.0] - 2017-02-07
240
+
## 16.0.0 - 2017-02-07
241
241
242
242
### Added
243
243
@@ -251,6 +251,6 @@ module.exports = {
251
251
-`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.
252
252
- Updated all versions of dependend-on plugins and presets.
0 commit comments