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: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,27 @@
1
1
## [CoreUI](https://coreui.io/) for [react](./REACT.md) changelog
2
2
3
+
##### `v2.0.11`
4
+
- chore: update `@coreui/react` to `^2.0.7`
5
+
- chore: migration to [Create React App 2.0](https://reactjs.org/blog/2018/10/01/create-react-app-v2.html)
6
+
- chore: update `react-scripts` to `^2.0.3`
7
+
- chore: update `node-sass-chokidar` to `^1.3.3`
8
+
- chore: add `node-sass v4.9.3`
9
+
- chore: add `react-app-polyfill v0.1.3`
10
+
- chore: add `eslintConfig` in `package.json`
11
+
- chore: add `browserslist` in `package.json`
12
+
- chore: update `manifest.json`
13
+
- refactor(index.js): add `react-app-polyfill` for `ie9-11` support
14
+
- refactor(index.js): migration to `serviceWorker.js`
15
+
16
+
###### Migrating from CRA 1.x to 2.x:
17
+
affected files:
18
+
-`package.json` -> dependencies update
19
+
-`src/index.js` -> move to `serviceWorker`, add `react-app-polyfill` for `ie9-11` support when needed
20
+
21
+
In most cases bumping the `react-scripts` version in `package.json` and running `npm install` in this folder should be enough, but it’s good to consult the [changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md#migrating-from-1x-to-203) for potential breaking changes.
0 commit comments