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
* facebook-master:
Add 1.1.5 release notes
Bump release
Bump versions
Use file name whitelist to prevent RCE (facebook#4866)
Fix link to the article about BEM (facebook#4858)
Copy file name to clipboardexpand all lines: CHANGELOG.md
+28
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,31 @@
1
+
## 1.1.5 (August 24, 2018)
2
+
3
+
*`react-scripts`
4
+
5
+
* Update the `webpack-dev-server` dependency
6
+
7
+
*`react-dev-utils`
8
+
9
+
*[#4866](https://github.com/facebook/create-react-app/pull/4866) Fix a Windows-only vulnerability (`CVE-2018-6342`) in the development server ([@acdlite](https://github.com/acdlite))
10
+
* Update the `sockjs-client` dependency
11
+
12
+
#### Committers: 1
13
+
- Andrew Clark ([acdlite](https://github.com/acdlite))
14
+
15
+
### Migrating from 1.1.4 to 1.1.5
16
+
17
+
Inside any created project that has not been ejected, run:
Copy file name to clipboardexpand all lines: packages/react-scripts/template/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ class Button extends Component {
506
506
}
507
507
```
508
508
509
-
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-ui-engineering/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
509
+
**This is not required for React** but many people find this feature convenient. You can read about the benefits of this approach [here](https://medium.com/seek-blog/block-element-modifying-your-javascript-components-d7f99fcab52b). However you should be aware that this makes your code less portable to other build tools and environments than Webpack.
510
510
511
511
In development, expressing dependencies this way allows your styles to be reloaded on the fly as you edit them. In production, all CSS files will be concatenated into a single minified `.css` file in the build output.
0 commit comments