Skip to content

Releases: coreui/coreui-free-react-admin-template

v2.0.13

09 Oct 16:00
71cd428
Compare
Choose a tag to compare
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 to App.scss
    • replace imports from node_modules/ with ~ prefix
  • 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

05 Oct 16:11
07c7d3d
Compare
Choose a tag to compare
v2.0.12

fixes some issues with rtl, ie11, sidebar-minimized behaviour and aside responsiveness

  • fix(DefaultAside): ListGroup with tag="div" works better with rtl
  • fix(DefaultLayout): AppAside remove deprecated hidden 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 to 3.7.0
  • chore: enzyme-adapter-react-16 to 1.6.0

v2.0.11

02 Oct 14:41
cc7b690
Compare
Choose a tag to compare
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 in package.json
    • chore: add browserslist in package.json
    • chore: update manifest.json
    • refactor(index.js): add react-app-polyfill for ie9-11 support
    • refactor(index.js): migration to serviceWorker.js
Migrating from CRA 1.x to 2.x:

affected files:

  • package.json -> dependencies update
  • src/index.js -> move to serviceWorker, add react-app-polyfill for ie9-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

01 Oct 18:14
50eff2a
Compare
Choose a tag to compare
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

31 Aug 15:49
612986a
Compare
Choose a tag to compare
v2.0.9
  • chore: update @coreui/icons to 0.3.0
  • refactor(CoreUIIcons): move to @coreui/icons v0.3.0
  • chore: update enzyme to 3.5.0
  • chore: update enzyme-adapter-react-16 to 1.3.1
  • chore: update react-loadable to 5.5.0
  • chore: update reactstrap to 6.4.0
  • chore: update react-scripts to 1.1.5

v2.0.8

30 Jul 14:17
8af3ee6
Compare
Choose a tag to compare
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 to 2.0.5
  • chore: update bootstrap to 4.1.3
  • chore: update reactstrap to 6.3.1
  • chore: update babel-jest to 23.4.2

v2.0.5

21 Jun 18:14
f02aca2
Compare
Choose a tag to compare
  • feat(router): Users/User Breadcrumb example with /users/:id
  • chore: dependencies update
  • chore: add .env file

v2.0.4

08 Jun 15:34
e7ff49c
Compare
Choose a tag to compare
  • feat(Forms): FormFeedback valid
  • refactor(Forms): toggleFade
  • chore: dependencies update

v2.0.3

23 May 10:59
ae534b9
Compare
Choose a tag to compare
v2.0.3
  • refactor: disable ServiceWorker by default
  • fix(routes): mismatched SimpleLineIcons dynamic import
  • refactor: CoreUI Icons v0.2.0
  • chore: updatebabel-jest to v22.4.4

v2.0.2

16 May 20:35
Compare
Choose a tag to compare
chore(release): dependencies update