coreui-free-react-admin-template

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

MIT License

Downloads
22
Stars
4.3K
Committers
11

Bot releases are hidden (Show)

coreui-free-react-admin-template - v4.0.0-alpha.0

Published by mrholek over 3 years ago

coreui-free-react-admin-template - 3.2.1

Published by xidedix over 3 years ago

3.2.1

30 March 2021

  • chore: dependencies update - closes #294 #294
coreui-free-react-admin-template - 3.2.0

Published by xidedix almost 4 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
coreui-free-react-admin-template - 3.1.1

Published by xidedix almost 4 years ago

3.1.1

26 November 2020

coreui-free-react-admin-template - 3.1.0

Published by woothu about 4 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
coreui-free-react-admin-template - 3.0.0

Published by woothu over 4 years ago

coreui-free-react-admin-template - v2.6.1

Published by xidedix over 4 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
coreui-free-react-admin-template - v2.6.0

Published by xidedix over 5 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
coreui-free-react-admin-template - v2.5.0

Published by xidedix over 5 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 💥

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

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

coreui-free-react-admin-template - v2.1.7

Published by xidedix over 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
coreui-free-react-admin-template - v2.1.6

Published by xidedix over 5 years ago

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
coreui-free-react-admin-template - v2.1.5

Published by xidedix over 5 years ago

v2.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
coreui-free-react-admin-template - v2.1.4

Published by xidedix over 5 years ago

v2.1.4
  • maintenance release: fixes #151 #145
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
coreui-free-react-admin-template - v2.1.3

Published by xidedix almost 6 years ago

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
coreui-free-react-admin-template - v2.1.2

Published by xidedix almost 6 years ago

v2.1.2
  • fix(scss): floating footer ie11 issue
  • chore: update @coreui/react to ^2.1.1
coreui-free-react-admin-template - v2.1.1

Published by xidedix almost 6 years ago

v2.1.1
  • refactor(App.js): code splitting with react-loadable (waiting for release of react-router-dom)
  • refactor(routes.js): code splitting with React.lazy, remove react-loadable
  • refactor(DefaultLayout): code splitting with React.lazy Aside, Footer, Header, routes
  • refactor(Dashboard): tweak lazy and Suspense for Widget03
  • refactor(Login): add router link to Register button
  • refactor(Register): add margins to social-media buttons
  • chore: disable eslint warning for href="#" attribute
  • chore: update @coreui/coreui to ^2.1.1
  • chore: update enzyme-adapter-react-16 to 1.7.0
  • chore: update react to 16.6.3
  • chore: update react-dom to 16.6.3
  • chore: update react-test-renderer to 16.6.3
coreui-free-react-admin-template - v2.1.0

Published by xidedix almost 6 years ago

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
coreui-free-react-admin-template - v2.0.14

Published by xidedix almost 6 years ago

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
coreui-free-react-admin-template - v2.0.13

Published by xidedix about 6 years ago

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
coreui-free-react-admin-template - v2.0.12

Published by xidedix about 6 years ago

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