Coreui Free React Admin Template Versions Save

CoreUI React is a free React admin template based on Bootstrap 5

v4.0.0-alpha.0

2 years ago

3.2.1

3 years ago

3.2.1

30 March 2021

  • chore: dependencies update - closes #294 #294

3.2.0

3 years ago

3.2.0

14 December 2020

update to React 17

  • fix(BrandButtons): minor temp fixes with stylings f0c0585
  • refactor: polyfills cleanup 9522ade
  • test: refactor, import temp update f3f91c5
  • chore: React 17 and dependencies update f6a710f
  • fix(_nav): no anonymous default export ed83c9a

3.1.1

3 years ago

3.1.1

26 November 2020

3.1.0

3 years ago

3.1.0

12 August 2020

  • docs(readme): CoreUI react theme setup with laravel tutorial link add into readme #226
  • fix: fix template testing 68ce41d
  • chore: 3.1.0 release - update dependencies 92f55b8
  • refactor: add reusable folder with DocsLink component eef84db
  • feat: add CSwitch examples to forms b31e452
  • refactor: add CIcon example in _nav.js be5d1f0

3.0.0

3 years ago

v2.6.1

3 years ago
v2.6.1
  • fix(Dashboard): scales.[x/y]Axes.barPercentage is deprecated, use dataset.barPercentage instead
  • fix(Dropdowns): DropdownMenu right
  • refactor(polyfill): cleanup
dependencies update
  • update: @coreui/coreui to ^2.1.16
  • update: @coreui/react to ^2.5.7
  • update: bootstrap to ^4.5.0
  • update: chart.js to ^2.9.3
  • update: core-js to ^3.6.5
  • update: enzyme to ^3.11.0
  • update: enzyme-adapter-react-16 to ^1.15.2
  • update: flag-icon-css to ^3.4.6
  • update: node-sass to ^4.14.1
  • update: react to ^16.13.1
  • update: react-app-polyfill to ^1.0.6
  • update: react-chartjs-2 to ^2.9.0
  • update: react-dom to ^16.13.1
  • update: react-router-config to ^5.1.1
  • update: react-router-dom to ^5.2.0
  • update: react-test-renderer to ^16.13.1
  • update: reactstrap to ^8.4.1
  • update: react-scripts to ^3.4.1

v2.6.0

4 years ago
v2.6.0
dependencies update
  • update: @coreui/coreui to ^2.1.12
  • update: @coreui/coreui-plugin-chartjs-custom-tooltips to ^1.3.1
  • update: @coreui/react to ^2.5.1
  • update: core-js to ^3.1.4
  • update: enzyme to ^3.10.0
  • update: enzyme-adapter-react-16 to ^1.14.0
  • update: react-router-config to ^5.0.1
  • update: react-router-dom to ^5.0.1
  • update: reactstrap to ^8.0.0

v2.5.0

4 years ago
v2.5.0

for use with:

  • react-router-dom ~5.0.0
  • @coreui/react ~2.5.0
dependencies update
  • update: @coreui/react to ~2.5.0
  • update: react-router-config to ^5.0.0
  • update: react-router-dom to ^5.0.0

It turns out that this is not such a breaking change, as it seemed at first. Just update dependencies and you're good.

migration guide v2.1 -> v2.5 :boom:

just update dependencies in package.json

  • @coreui/react to ~2.5.0
  • react-router-dom to ^5.0.0
  • react-router-config to ^5.0.0
__BREAKING CHANGES__ :boom: - use React Router `v5` - drop 'Breadcrumb' in favour of `Breadcrumb2` - drop 'SidebarNav' in favour of `SidebarNav2` - __Breadcrumb2__: **mandatory** prop `router` 💥 see > [Breadcrumb](./src/Breadcrumb.md) - __SidebarNav2__: **mandatory** prop `router` 💥 see > [SidebarNav](./src/SidebarNav.md)

React Router v5 uses the new React Context API, which is incompatible with version used in 4.3. That's a breaking change. With a raw upgrade to v5, you can encounter an error message: You should not render a <Route> outside a <Router> or You should not use <Link> outside a <Router> etc... It means that Route, Link etc, can't find the correct context object because Breadcrumb and SidebarNav components have their own context object.

It's important to use the same instance of the react-router-dom v5 library with template and coreui components. @coreui/react version 2.5.0 moves react-router-dom from dependencies to peerDependecies and takes the same library/module from the template/app instead. We have to pass router module object as a prop to <AppSidebarNav> and <AppBreadcrumb>.

migration guide v2.1 -> v2.5 :boom:

  1. update dependencies in package.json

    • @coreui/react to ~2.5.0
    • react-router-dom to ^5.0.0
    • react-router-config to ^5.0.0
  2. modify DefaultLayout.js

---

v2.1.7

5 years ago
v2.1.7
  • maintenance release for use with:
    • react-router v4.3.x
    • reactstrap v7.x
    • @coreui/react ~2.1.7
    • create-react-app v3.x
  • chore: add package-lock.json with updated tar dependency
  • chore: fix test:cov script
  • fix(Popovers): add trigger="legacy" delay={0} (breaking change in reactstrap)
dependencies update
  • update: @coreui/react to ~2.1.7
  • update: @coreui/coreui-plugin-chartjs-custom-tooltips to ^1.3.0
  • update: enzyme-adapter-react-16 to ^1.13.0
  • update: node-sass to ^4.12.0
  • update: react to ^16.8.6
  • update: react-app-polyfill to ^1.0.1
  • update: react-chartjs-2 to ^2.7.6
  • update: react-dom to ^16.8.6
  • update: react-test-renderer to ^16.8.6
  • update: react-scripts to ^3.0.1