Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

3.0.0

17 Jun 13:48
@woothu woothu

Choose a tag to compare

Merge branch 'master' of https://github.com/coreui/coreui-free-react-...
Loading

v2.6.1

18 May 22:16
@xidedix xidedix

Choose a tag to compare

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
Loading

v2.6.0

17 Jun 19:26
@xidedix xidedix

Choose a tag to compare

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
Loading

v2.5.0

16 May 16:02
@xidedix xidedix
dbe9ec9
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

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 💥

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__ 💥 - 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 💥

  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

(削除ここまで)
---
Loading

v2.1.7

14 May 17:24
@xidedix xidedix
5fcef7e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

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
Loading

v2.1.6

25 Mar 14:48
@xidedix xidedix

Choose a tag to compare

v2.1.6
  • fix(App): remove redundant react-loadable - thanks @sergeyt #166
  • fix(routes) remove circular dependency - thanks @sergeyt #165
  • refactor(App): change to render in Route
  • fix(routes): add Home to routes - breadcrumb issue
  • refactor(DefaultHeader): move to ReactRouter NavLink
  • refactor(Forms): move to InputGroupButtonDropdown where applicable
  • lock: react-router-dom to ~4.3.1
dependencies update
  • update: @coreui/coreui to ^2.1.9
  • update: @coreui/react to ~2.1.5
  • update: chart.js to ^2.8.0
  • update: enzyme-adapter-react-16 to ^1.11.2
  • update: react to ^16.8.5
  • update: react-app-polyfill to ^0.2.2
  • update: react-dom to ^16.8.5
  • update: react-router-config to ^4.4.0-beta.8
  • update: react-test-renderer to ^16.8.5
  • update: react-scripts to ^2.1.8
Loading
zepxx reacted with laugh emoji
1 person reacted

v2.1.5

06 Mar 15:44
@xidedix xidedix
43a941e
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v2.1.5
  • fix: iOS 9 Safari sidebar toggle force issue @coreui/react@2.1.5
dependencies update
  • update: @coreui/react to ^2.1.5
  • update: enzyme-adapter-react-16 to ^1.10.0
  • update: flag-icon-css to ^3.3.0
  • update: react to ^16.8.4
  • update: react-dom to ^16.8.4
  • update: react-test-renderer to ^16.8.4
Loading

v2.1.4

21 Feb 17:08
@xidedix xidedix
bcc28e1
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v2.1.4
dependencies update
  • update: @coreui/coreui to ^2.1.7
  • update: @coreui/react to ^2.1.4
  • update: bootstrap to ^4.3.1
  • update: core-js to ^2.6.5
  • update: enzyme to ^3.9.0
  • update: enzyme-adapter-react-16 to ^1.9.1
  • update: prop-types to ^15.7.2
  • update: react to ^16.8.2
  • update: react-app-polyfill to ^0.2.1
  • update: react-dom to ^16.8.2
  • update: react-test-renderer to ^16.8.2
  • update: reactstrap to ^7.1.0
  • update: react-scripts to 2.1.5
Loading

v2.1.3

08 Jan 15:18
@xidedix xidedix
f74a369
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v2.1.3
  • fix(Collapse): add mb-0 to accordion cards
  • fix(ButtonGroups): misplaced dropdownOpen
  • chore: update @coreui/coreui to ^2.1.5
  • chore: update @coreui/react to ^2.1.3
  • chore: update bootstrap to ^4.2.1
  • chore: update core-js to ^2.6.1
  • chore: update enzyme to ^3.8.0
  • chore: update enzyme-adapter-react-16 to ^1.7.1
  • chore: update node-sass to ^4.11.0
  • chore: update react to ^16.7.0
  • chore: update react-app-polyfill to ^0.2.0
  • chore: update react-chartjs-2 to ^2.7.4
  • chore: update react-dom to ^16.7.0
  • chore: update react-test-renderer to ^16.7.0
  • chore: update reactstrap to ^7.0.2
  • chore: update react-scripts to 2.1.3
Loading

v2.1.2

21 Nov 16:24
@xidedix xidedix
1cff070
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

v2.1.2
  • fix(scss): floating footer ie11 issue
  • chore: update @coreui/react to ^2.1.1
Loading

AltStyle によって変換されたページ (->オリジナル) /