coreui

Open Source UI Kit built on top of Bootstrap 5 and plain JavaScript without any additional libraries like jQuery

MIT License

Downloads
717.9K
Stars
714
Committers
1.5K

Bot releases are visible (Hide)

coreui - v2.1.7

Published by xidedix over 5 years ago

v2.1.7

  • update bootstrap to ^4.3.1 fixes Class 'btn' style white-space: nowrap; has been removed creating issues with the btn with favicon #151
Dependencies update:
  • update bootstrap to ^4.3.1
  • update @babel/core to ^7.3.3
  • update @babel/plugin-proposal-object-rest-spread to ^7.3.2
  • update @babel/preset-env to ^7.3.1
  • update autoprefixer to ^9.4.8
  • update babel-plugin-istanbul to ^5.1.1
  • update eslint to ^5.14.1
  • update eslint-plugin-compat to ^2.7.0
  • update nodemon to ^1.18.10
  • update rollup to ^1.2.2
  • update rollup-plugin-babel to ^4.3.2
  • update rollup-plugin-node-resolve to ^4.0.0
  • update stylelint to ^9.10.1
  • update stylelint-scss to ^3.5.3
coreui - v2.1.6

Published by xidedix almost 6 years ago

v2.1.6

  • fix: clean exit on postinstall dependency missing #25
  • chore: update rollup-plugin-babel to ^4.3.0
coreui - v2.1.5

Published by xidedix almost 6 years ago

v2.1.5

Dependencies update:
  • chore: update bootstrap to ^4.2.1
  • chore: update @babel/polyfill to ^7.2.5
  • chore: update @babel/cli to ^7.2.3
  • chore: update @babel/core to ^7.2.2
  • chore: update @babel/preset-env to ^7.2.3
  • chore: update autoprefixer to ^9.4.4
  • chore: update eslint to ^5.12.0
  • chore: update node-sass to ^4.11.0
  • chore: update nodemon to ^1.18.9
  • chore: update postcss-cli to ^6.1.1
  • chore: update rimraf to ^2.6.3
  • chore: update rollup to ^0.68.2
  • chore: update rollup-plugin-babel to ^4.2.0
  • chore: update stylelint-scss to ^3.4.4
Pull Requests:
  • Re-added composer file #35
    • Re-added composer file so new versions can be downloaded via composer
    • Replaced relative paths in .scss files so files can be generated correctly
coreui - v2.1.4

Published by xidedix almost 6 years ago

v2.1.4

  • fix(scss): .sidebar .nav-link.disabled
  • fix: for vue ::after sidebar-minimized last-child
  • chore: update @babel/cli to ^7.2.0
  • chore: update @babel/core to ^7.2.0
  • chore: update @babel/plugin-external-helpers to ^7.2.0
  • chore: update @babel/plugin-proposal-object-rest-spread to ^7.2.0
  • chore: update @babel/plugin-proposal-throw-expressions to ^7.2.0
  • chore: update @babel/plugin-transform-runtime to ^7.2.0
  • chore: update @babel/preset-env to ^7.2.0
  • chore: update autoprefixer to ^9.4.2
  • chore: update rollup to ^0.67.4
  • chore: update stylelint to ^9.9.0
  • chore: update stylelint-order to ^2.0.0
  • chore: update stylelint-scss to ^3.4.1
coreui - v2.1.3

Published by xidedix almost 6 years ago

v2.1.3

  • fix: update nodemon to 1.18.7 (remove vulnerability)
coreui - v2.1.2

Published by xidedix almost 6 years ago

v2.1.2

  • fix: devDependencies security issues (event-stream, flatmap-stream)
  • chore: dependencies update
    • update npm-run-all to ^4.1.5
    • reinstall nodemon
    npm uninstall nodemon
    npm install --save-dev nodemon
    
coreui - v2.1.1

Published by xidedix almost 6 years ago

v2.1.1

  • fix(sidebar): url("data:,") turns into url("'data:,'")
    now replaced with Base64 Encode of 1x1px Transparent gif, closes #49
    1. ie11 ignores list-style:none (ie11 rtl sidebar minimized issue)
    2. url("data:,") turns into url("'data:,'") after minification
    3. angular 7 cli build complains on url("'data:,'")
  • chore: update @babel/cli to 7.1.5
  • chore: update stylelint to 9.8.0
  • chore: update stylelint-scss to 3.4.0
  • chore: update shelljs to 0.8.3
  • chore: update @babel/preset-env to 7.1.6
  • chore: update @babel/core to 7.1.6
  • chore: update eslint to 5.9.0
  • chore: update rollup to 0.67.3
coreui - v2.1.0

Published by xidedix almost 6 years ago

v2.1.0

  • feat(scss): sidebar-nav-link-disabled
  • chore: update nodemon to 1.18.6
coreui - v2.0.26

Published by xidedix almost 6 years ago

v2.0.26

  • fix(.sidebar-minimizer): add cursor: pointer
  • feat: delegated event handlers to support turbolinks (sidebar, aside-menu)- thanks @RyanVasichko
  • chore: update node-sass to 4.10.0
  • chore: update rollup to 0.67.0
coreui - v2.0.25

Published by xidedix almost 6 years ago

v2.0.25

  • fix(buttons.scss): remove button { @extend .btn; } - ie issue
coreui - v2.0.24

Published by xidedix almost 6 years ago

v2.0.24

  • fix(build): add missing commonjs for utilities
  • chore: add @babel/polyfill
  • fix(ie): add NodeList forEach polyfill
  • fix(sidebar): add dataset.toggle ie10 fix
  • fix(aside-menu): add dataset.toggle ie10 fix
  • chore(build): add rollup-plugin-commonjs
coreui - v2.0.22

Published by xidedix almost 6 years ago

v2.0.22

  • fix(buttons.scss): wrong cursor for disabled state
  • chore: update eslint to 5.8.0
  • chore: update nodemon to 1.18.5
  • chore: update stylelint to 9.7.1
coreui - v2.0.21

Published by xidedix almost 6 years ago

v2.0.21

  • feat(sidebar): mobile clickout behaviour
  • chore: update @babel/plugin-external-helpers to 7.0.0
  • chore: update autoprefixer to 9.3.1
  • chore: update postcss-cli to 6.0.1
  • chore: update stylelint-scss to 3.3.2
coreui - v2.0.20

Published by xidedix about 6 years ago

v2.0.20

  • fix(layout): sidebar on mobile issue #23
  • fix: sidebar, sidebar-minimizer rtl ie issues, tweaks
  • refactor(sidebar.js): ps minor cleanup
  • chore: update autoprefixer to 9.2.1
coreui - v2.0.19

Published by xidedix about 6 years ago

v2.0.19

  • refactor: extract getCssCustomProperties function
  • feat: add getColor function #45
  • feat: sidebar set active using query string #21
  • chore: update node-sass to 4.9.4
  • chore: update eslint to 5.7.0
  • chore: update babel-plugin-istanbul to 5.1.0
  • chore: update semver to 5.6.0
  • chore: update autoprefixer to 9.2.0
coreui - v2.0.18

Published by xidedix about 6 years ago

v2.0.18

  • feat: add deep objects merge utility
  • chore: build rollup utilities script cleanup
  • fix(rgbToHex): transparent is not a valid rgb color ie issue
coreui - v2.0.17

Published by xidedix about 6 years ago

v2.0.17

  • fix(card): rtl for card-header icon margins
  • fix(sidebar): rtl for sidebar-minimizer icon
  • chore: update rollup to 0.66.6
coreui - v2.0.16

Published by xidedix about 6 years ago

v2.0.16

  • fix(breadcrumb): rtl padding
  • fix(card): rtl float for card-header-actions
  • fix(sidebar): rtl ps scrollbar issue temp fix/refactor
  • chore: update rollup to 0.66.5
coreui - v2.0.15

Published by xidedix about 6 years ago

v2.0.15

  • feat(sidebar) badge margins for nav-dropdown-toggle
  • chore: update eslint-plugin-compat to 2.6.2
  • chore: update rollup to 0.66.4
coreui - v2.0.14

Published by xidedix about 6 years ago

v2.0.14

  • fix(scss): add missing light-blue color variable
Package Rankings
Top 1.11% on Npmjs.org
Top 11.05% on Repo1.maven.org
Top 2.02% on Packagist.org
Badges
Extracted from project README
Build Status npm version Packagist Prerelease Coverage Status CSS gzip size CSS Brotli size JS gzip size JS Brotli size
Related Projects