github coreui/coreui-free-bootstrap-admin-template 3.0.0
v3.0.0

latest releases: v5.0.0, v5.0.0-rc.1, v5.0.0-rc.0...
4 years ago

Highlights

  • CoreUI components have been prefixed. We decided to add c- prefix to each class to avoid CSS classes collision and isolate CoreUI’s styles and scripts.
  • CoreUI and Bootstrap source code is deeply integrated. We decided to combine Bootstrap’s and our SCSS and JavaScript files. It allows us to build some new features, ex. Theme switcher, and deliver more consistent, lighter code.
  • Removed jQuery in favor of regular JavaScript. CoreUI Library (@coreui/coreui) doesn’t need jQuery anymore. However, some of the third party components we use in our admin templates still require jQuery.
  • New design which goes in hand with modern standards:
    • Elevations system
    • Themes support

Breaking changes

  • Sidebar
    Following CSS classes have been changed:

    • sidebar to c-sidebar
    • sidebar-header to c-sidebar-header
    • sidebar-brand to c-sidebar-brand
    • sidebar-nav to c-sidebar-nav
    • sidebar-footer to c-sidebar-footer
    • sidebar-minimizer to c-sidebar-minimizer
    • nav-item to c-sidebar-nav-item
    • nav-link to c-sidebar-nav-link
    • nav-dropdown to c-sidebar-nav-dropdown
    • nav-dropdown-items to c-sidebar-nav-dropdown-items
    • nav-dropdown-toggle to c-sidebar-nav-dropdown-toggle
    • nav-divider to c-sidebar-nav-divider
    • nav-title to c-sidebar-nav-title
  • Header
    Following CSS classes have been changed:

    • app-header to c-header
    • navbar-brand to c-header-brand
    • navbar-toggler to c-header-toggler
    • nav to c-header-nav
    • nav-item to c-header-nav-item
    • nav-link to c-header-nav-link
  • Other Components
    Following CSS classes have been changed:

    • app to c-app
    • app-body to c-body
    • app-footer to c-footer
    • main to c-main
  • Removed aside menu, please use <div class="c-sidebar c-sidebar-right">...</div> instead of.

Don't miss a new coreui-free-bootstrap-admin-template release

NewReleases is sending notifications on new releases.