Changelog

Release Notes

LearnPlus Bootstrap v2.0.0

Released on 11 November, 2016

Packages

Fixes

  • remove sidebar menu icon (bootstrap v1.0.0-alpha.5 adds the icon using a background SVG)
  • replace .img-circle class with .rounded-circle (bootstrap v1.0.0-alpha.5)
  • replace .img-rounded class with .rounded (bootstrap v1.0.0-alpha.5)
  • add .breadcrumb-item class to .breadcrumb list items (bootstrap v1.0.0-alpha.5)
  • replace spacing helper classes .(m|p)-([a-z])-([0-9+]) with .$1$2-$3 (i.e. .m-b-0 with .mb-0, etc) (bootstrap v1.0.0-alpha.5)
  • replace .label classes (i.e. .label with .tag, .label-default with .tag-default, .label-pill with .tag-pill, etc) (bootstrap v1.0.0-alpha.5)
  • replace column ordering helper classes .col-([a-z]+)-(push|pull|offset)-([0-9]) with .$2-$1-$3 (i.e. .col-md-offset-3 with .offset-md-3) (bootstrap v4.0.0-alpha.5)
  • replace .p-a-([0-9]+) helper classes with .p-$1 (bootstrap v4.0.0-alpha.5)
  • replace .m-a-([0-9]+) helper classes with .m-$1 (bootstrap v4.0.0-alpha.5)
  • update bootstrap css helper classes in fullcalendar.js example (bootstrap v4.0.0-alpha.5)
  • update bootstrap forms and custom forms (bootstrap v4.0.0-alpha.5)
  • replace bootstrap’s .pull-([a-z]+)-([a-z]+) helper classes with .float-$1-$2 (bootstrap v4.0.0-alpha.5)
  • reset .list-group z-index (fixes overlapping .active.list-group-item) (bootstrap v4.0.0-alpha.5)
  • reset .input-group z-index (fixes overlapping .form-control) (bootstrap v4.0.0-alpha.5)
  • reset .custom-file z-index (fixes overlapping .custom-file-control) (bootstrap v4.0.0-alpha.5)
  • remove navbar line-height
  • fix instructor navbar stats color
  • fix missing Raphael dependency for morris charts (gulpfile)
  • fix instructor menu link to account settings
  • fix reply box on messages (student and instructor)
  • fix modal header color when using .bg-primary
  • remove summernote border when directly a child of a .card

Improvements

  • add fixed layout variant for all pages
  • add footer margin on fixed layout
  • add .chart class for chart containers (resets z-index to fix overlapping tooltip) (i.e. when using morris + drawer with scrim enabled)
  • improve formatting of JS & Sass examples
  • cleanup Sass (general)
  • upgrade layouts, sidebars & navbars to material-design-kit
  • improve formatting of HTML source files
  • improve gulpfile
  • add lite-server (npm start or npm run serve)
  • run gulp automatically on npm start