Skip to content

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

v2.1.0

07 Nov 17:14
c9f9bfd
Compare
Choose a tag to compare
v2.1.0
  • feat(SidebarNav): navLink attributes - optional JS object with valid JS API naming:
    • valid attributes: rel, target, hidden, disabled, etc...
    • starting with @coreui/coreui, @coreui/react version 2.1.0 and up
    • closes #106
    • item example(./src/_nav.js):
      {
        name: 'Disabled',
        url: '/disabled',
        icon: 'icon-ban',
        attributes: { disabled: true },
      },
      {
        name: 'Try CoreUI PRO',
        url: 'https://coreui.io/pro/react/',
        icon: 'cui-layers icons',
        variant: 'danger',
        attributes: { target: '_blank', rel: "noopener" },
      },
  • fix(Cards): card-header-actions added to CardHeader for rtl support
  • feat(Dashboard): new Suspense example with Widget03

  • chore: update @coreui/coreui to 2.1.0
  • chore: update @coreui/react to 2.1.0
  • chore: update node-sass to 4.10.0
  • chore: update react to 16.6.1
  • chore: update react-dom to 16.6.1
  • chore: update react-test-renderer to 16.6.1

v2.0.14

03 Nov 18:03
3e8763a
Compare
Choose a tag to compare
v2.0.14
  • chore: update @coreui/coreui to 2.0.25
  • chore: update chart.js to 2.7.3
  • chore: update flag-icon-css to 3.2.1
  • chore: update node-sass to 4.9.4
  • chore: update react to 16.6.0
  • chore: update react-dom to 16.6.0
  • chore: update react-router-config to 4.4.0-beta.6
  • chore: update react-test-renderer to 16.6.0
  • chore: update react-scripts to 2.1.1

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