Releases: coreui/coreui-free-react-admin-template
Releases · coreui/coreui-free-react-admin-template
v2.0.13
v2.0.13
- refactor: migration to Create React App 2.0 cleanup
- cleanup
package.json
scripts - remove
babel-jest
dependency - remove
node-sass-chokidar
dependency - remove
npm-run-all
dependency - move
App.js
import styles toApp.scss
- replace imports from
node_modules/
with~
prefix
- cleanup
- chore: remove unused
src/scss/vendors/charts.js/
directory - chore: update
@coreui/coreui
to^2.0.15
- chore: update
@coreui/react
to^2.0.9
v2.0.12
v2.0.12
fixes some issues with rtl
, ie11
, sidebar-minimized
behaviour and aside
responsiveness
- fix(DefaultAside):
ListGroup
withtag="div"
works better withrtl
- fix(DefaultLayout):
AppAside
remove deprecatedhidden
prop - chore: update
@coreui/react
to^2.0.8
- chore: update
reactsrtrap
to^6.5.0
- chore: update
react-scripts
to^2.0.4
- chore:
enzyme
to3.7.0
- chore:
enzyme-adapter-react-16
to1.6.0
v2.0.11
v2.0.11
- chore: update
@coreui/react
to^2.0.7
- chore: migration to Create React App 2.0
- chore: update
react-scripts
to^2.0.3
- chore: update
node-sass-chokidar
to^1.3.3
- chore: add
node-sass v4.9.3
- chore: add
react-app-polyfill v0.1.3
- chore: add
eslintConfig
inpackage.json
- chore: add
browserslist
inpackage.json
- chore: update
manifest.json
- refactor(index.js): add
react-app-polyfill
forie9-11
support - refactor(index.js): migration to
serviceWorker.js
- chore: update
Migrating from CRA 1.x to 2.x:
affected files:
package.json
-> dependencies updatesrc/index.js
-> move toserviceWorker
, addreact-app-polyfill
forie9-11
support when needed
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 for potential breaking changes.
v2.0.10
v2.0.10
- chore: update
@coreui/coreui
to^2.0.14
- chore: update
@coreui/react
to^2.0.6
- chore: update
enzyme
to^3.6.0
- chore: update
enzyme-adapter-react-16
to^1.5.0
- chore: update
flag-icon-css
to^3.2.0
- chore: update
react
to^16.5.2
- chore: update
react-dom
to^16.5.2
- chore: update
react-router-config
to^4.4.0-beta.1
- chore: update
react-test-renderer
to^16.5.2
- chore: update
babel-jest
to^23.6.0
v2.0.9
v2.0.9
- chore: update
@coreui/icons
to0.3.0
- refactor(CoreUIIcons): move to
@coreui/icons v0.3.0
- chore: update
enzyme
to3.5.0
- chore: update
enzyme-adapter-react-16
to1.3.1
- chore: update
react-loadable
to5.5.0
- chore: update
reactstrap
to6.4.0
- chore: update
react-scripts
to1.1.5
v2.0.8
v2.0.8
- fix(User): add missing unique
key
prop - fix(Login): add missing Form and autoComplete
- fix(Register): add missing Form and autoComplete
- chore: update
@coreui/react
to2.0.5
- chore: update
bootstrap
to4.1.3
- chore: update
reactstrap
to6.3.1
- chore: update
babel-jest
to23.4.2