Skip to content

Releases: ColorlibHQ/AdminLTE

AdminLTE 2.4.16

13 Aug 11:02
b041622
Compare
Choose a tag to compare

Release Notes

  • preparation for build on Travis CI
  • trust semver constraints at package.json and bower.json
  • remove changelog.md link from README.md
    • updated bower components
    • updated bootstrap-datepicker to 1.9.0
    • updated chart.js to 1.1.1
    • updated ckeditor to 4.12.1
    • updated jquery to 3.4.1
    • updated raphael to 2.2.7
    • updated select2 to 4.0.8
    • updated jquery to 3.4.1
    • updated bootstrap-slider to 10.6.2 (according to docs & package.json)
  • fixed control-sidebar slide option

For the complete changelog look here.

Thanks to @phansys & @philip for your contributions.

AdminLTE 3.0.0-beta.2

31 Jul 12:16
1ff65e5
Compare
Choose a tag to compare
AdminLTE 3.0.0-beta.2 Pre-release
Pre-release

Release Notes

  • added overlay for small-box & info-box
  • added support for focus to expand functionality in main-sidebar
  • enhanced input[type="range"] colors
  • added support for vertical nav tabs
  • added support for fixed Table Header
  • reordered Extras & Pages in demo files
  • added 6 new pages in demo (E-commerce, Projects, Project Add, Project Edit, Project Detail & Contacts)
  • added 2 new extras in demo (Legacy User Menu, Language Menu)
  • added 3 new plugins (flag-icon-css, jsGrid & bootstrap-duallistbox)
  • added fixed navbar & footer incl responisve
  • added back to top style, visible in widget demo
  • some building steps changes (e.g. moved settings files to one place, updated devDependencies for "js-compile" script, changed module to work with the file system)
  • added DirectChat & TodoList JavaScript
  • a complete fresh documentation (not 100% complete)
  • and many css/js bugfixes

For the complete changelog look here.

Thanks @Leviasan @andymark-by @maxwellmc for your PRs

AdminLTE 2.4.15

16 Jul 15:41
78d0c11
Compare
Choose a tag to compare

Release Notes

  • fixed bower install error ENOTFOUND Package @dev not found

AdminLTE 2.4.14

16 Jul 12:49
c3dc529
Compare
Choose a tag to compare

Release Notes

  • fixed content-wrapper height calculation if footer isn't there

AdminLTE 2.4.13

15 Jul 17:51
6c711a0
Compare
Choose a tag to compare

Release Notes

  • fixed scroll top bug in fixed layout mode
  • updated select2 to latest version (v4.0.7)
  • fixed multilevel collapse for child treeview menu
  • added ability to use fontawesome 5 icon on sidebar-toggle
  • changed content-wrapper calc() from % to vh & added content-wrapper calc() with collapsed header
  • added asset packagist to composer.json
  • added parent height:auto on tree expand to avoid child overlapping
  • changed bootstrap-slider from * to @dev to avoid minimum-stability error
  • added ability to use img logo instead of text logo
  • added ability to use brand-logo with text instead of only a text logo
  • added .hidden-xs to .box-tools searchbar to avoid overlapping
  • fixed collapsed sidebar-menu's sub menu indicator(angle) on hover

AdminLTE v3.0.0-beta.1

25 Jun 08:10
14da827
Compare
Choose a tag to compare
Pre-release

Release Notes

  • Some little V3-dev changes/fixes (PR #2105)
    • updated node_modules
      • bootstrap 4.1.2 to 4.3.1
      • chart.js 2.7.2 to 2.8.0
      • jquery 3.3.1 to 3.4.1
      • popper.js 1.14.3 to 1.15.0
      • browser-sync 2.24.5 to 2.26.5
      • clean-css-cli 4.1.11 to 4.3.0
      • eslint-plugin-compat 2.5.0 to 2.7.0
      • node-sass 4.9.2 to 4.12.0
      • nodemon 1.18.2 to 1.19.0
      • npm-run-all 4.1.3 to 4.1.5
      • uglify-js 3.4.4 to 3.5.13
    • added color: inherit to .table
    • added fix for cutted nav-link in sidebar collapsed state
    • added tooltip fix for tooltips in sidebar
  • added modals & changed zindex's (PR #2106)
    • added Modals Demo Page
    • added Link to Modals in any other Demo Page
    • added Modal Color Variation fixes
    • updated zindex values header from 1000 to 900 sidebar from 1100 to 950 (below bootstrap 4 defaults to work with dropdown, modal, popover & tooltip)
    • removed tooltip zindex overide
  • little v3 changes (PR #2110)
    • removed all files from /dist/js/plugins (unnecessary since all demo pages use plugins from root)
    • fixed same text-color as background for nav-item:hover dropdown
    • updated fontawesome to fontawesome-free 5.8.2
      • updated all demo pages
      • updated fontawesome entries in build/npm/Plugins
      • updated package.json & package-lock.json
      • replaced fontawesome files in plugins/
      • fixed fontawesome icon rules in buttons, cards, sidebar & smallbox
    • added calc for .content-wrapper min-height
    • added layouts: top-nav, boxed & sidebar collapsed
    • fixed mailbox attachment size
    • added new color classes bg-, navbar-
      • updated demo.js
    • updated sidebar in demo files (added layout options)
    • added autoprefixer to fix browser specific css changes
    • added css sourcemap for adminlte.min.css
  • Road to v3.0.0-beta.1 (PR #2119)
    • replaced slimScroll to overlayScrollbars
    • added new layout types (fixed, navbar-fixed & footer-fixed)
    • changed old default layout from "fixed" to non-fixed
    • enhanced PushMenu.js to load options via data
    • enhanced Layout.js new layout calcs, options via data for scrollbar
    • fixed forms fontawesome icons
    • added warning-feedback (without icon)
    • added sidebar-mini-md
    • updated index to use layout-fixed
    • updated index2 to use layout-fixed, layout-navbar-fixed & layout-footer-fixed
    • added ability for auto collapse sidebar option
  • some little changes (PR #2120)
    • updated copyright infos
    • added js option for content with fixed height
  • custom-switch, modal overlay, plugin updates & one bug fixed (PR #2123)
    • enhanced custom-switch
      • updated forms/general demo page
      • added custom-switch off/on color variants
      • rebuild css files
    • modal overlay
      • update color darken/lighten for custom-switch's
      • added .overlay in .modal-dialog/.modal-content
      • created demo modal in modals.html
      • rebuild css dist files
    • updated plugins part 1
      • updated package.json plugins (fontawesome)
      • updated npm/Plugins
      • removed bootstrap css files
      • replaced bootstrap-wysihtml5 (it's not support BS4) with summernote
      • updated bootstrap-slider to latest version & updated demo
      • replaced old chartjs demos with new chartjs
      • updated bootstrap-colorpicker & updated forms/advanced demo file
      • removed ckeditor in order to respect licenses
      • replaced bootstrap-datepicker & bootstrap-timepicker with tempusdominus-bootstrap-4
    • fixed sidebar collapse bug after autoCollapse feature
  • updated plugins part 2 & some enhancements (PR #2133)
    • updated plugins
      • added .editorconfig
      • updated package.json & build/npm/Plugins.js according to the following changes
      • updated dev dependencies to clear audits
      • updated daterangepicker
      • updated overlayScrollbars
      • moved flot (0.8.2) to flot-old for plugins
      • updated flot
      • updated fullcalendar
      • replaced icheck with icheck-bootstrap & updated demo files
      • added icheck-bootstrap color overrides
      • updated inputmask
      • updated ion-rangeslider
      • updated jquery-ui
      • updated bootstrap-slider tweaks & demo files
      • replaced jvectormap with jqvmap & updated demo files
      • added jquery-mapael & replaced in index2 jvectormap
      • updated jquery-knob
      • replaced pace with pace-progress
      • updated select2 & demo files
      • replaced jquery.sparkline with sparklines & updated demo files and removed jquery.sparkline demo section
      • removed ckeditor from package.json & removed jquery sparline lines in dashboard2.js
    • enhanced charts demo
      • added pie chart
      • added stacked bar chart
    • added legacy user menu (thanks @BruceHill)
      • added scss lines form #1942 (comment)
      • created pages/examples/legacy-user-menu.html as single page demo with html code from #1942 (comment) but with some modifications ;)
      • updated demo files, added legacy user menu link in Extras after Starter Page
    • enhanced card & widget with expand/compress (fullscreen) and some little fixes
      • updated Widget.js
      • updated _cards.scss
      • enabled gradients in _bootstrap-variables.scss
      • fixed old bg-*-gradient (theme colors)
      • added bg-*-gradient (colors)
      • updated cards demo section in pages/widgets.html
    • fixed unable to expand sidebar in with navbar-fixed & footer-fixed width
    • added sidebar nav-treeview indent via .nav-child-indent on ul.nav-sidebar
  • last fixes before releasing v3.0.0-beta.1 (PR #2141)
    • some little changes with gradients
      • removed default gradients
      • renamed bg--gradient to bg-gradient- to follow bootstrap's default gradients
      • added btn related gradient hover & active changes
      • updated related demo files (index.html, pages/widgets.html & pages/UI/buttons.html)
      • fixed infobox gradient color
    • fixed sidebar child indent to indent even level 2+ entries
    • fixed unable to click on hamburger button

AdminLTE 2.4.12

11 Jun 11:59
7309e2e
Compare
Choose a tag to compare

Release Notes

  • Fixed npm audit error
  • Fixed strange navigation menu behavior + dark space on reloads
  • Added height auto to .login-page & .register-page

AdminLTE 2.4.11

11 Jun 07:28
445a9c3
Compare
Choose a tag to compare

Release Notes

  • Added setTimeout on treeview expand #2067
  • Fixed layout skin-black-light height inconsistence #2091
  • Changed min-height to calc in .content-wrapper (css)
  • Changed hr border color to @gray instead of @gray-lighter
  • Fixed ionicons path in docs
  • Fixed missing time in "Date and time range" picker
  • Fixed drag and drop breaking AdminLTE's design
  • Fixed sidebar menu tree dropdown always open

AdminLTE 2.4.10

11 Mar 18:02
Compare
Choose a tag to compare

Release Notes

AdminLTE 2.4.9

18 Feb 12:31
Compare
Choose a tag to compare
  • Upgrade dependencies to fix #2038