Version 2.1
September 26, 2018

This version includes fixes for all bugs reported by fellow users - IE/Edge browsers issues, missing rules in various components and a bunch of improvements. This is the last update that is focused only on bug fixing, starting from the next one the main focus will be new layouts, themes and functionality. This means that migration from BS3 to BS4 is finally over.

// # List of updates
// ------------------------------

[updated]	 Bootstrap to 4.1.3



// # List of fixes
// ------------------------------

[fixed]	 IE11/Edge - userpic in navbar increases navbar height
[fixed]  IE11/Edge - badges in navbar are misaligned
[fixed]	 IE11/Edge - sidebar content is hidden in fixed layout
[fixed]	 IE11/Edge - native scrollbar is visible in container with custom scrollbar
[fixed]	 Layouts 3/4/5 - Fixed sidebar styles still exist in _sidebar.scss
[fixed]	 Reversed rotation animation has incorrect animation name
[fixed]	 Pick-a-Date: Missing min-width CSS rule
[fixed]	 Pick-a-Date: Month/year drop-down
[fixed]	 Select2: in multiple select results text doesn't wrap
[fixed]	 Select2: custom light background applies incorrect shadow and placeholder color
[fixed]	 Replace input type="datetime" with input type="datetime-local"
[fixed]	 Pricing tables - text color in corner ribbon is incorrect
[fixed]	 RTL - Mail list page - dropdowns in mail selection appear behind sidebar
[fixed]	 RTL - In navbar button dropdowns don't support .dropdown-menu-right class
[fixed]  Set of border utility classes mentioned in helpers has incorrect side names
[fixed]  Documentation: Badge class still shows "badge-block" instead of "d-block"


// # List of improvements
// ------------------------------

[improved]  Removed file extensions in components.scss
Version 2.0.1
June 20, 2018

Quick update that includes bug fixes for version 2.0, the most important one is IE10/11 browser support - now all layouts work fine in IE10+. Here is a list of changes:

// # List of fixes
// ------------------------------

[fixed]  Flexbox layout is broken in IE10 and IE11
[fixed]  Right aligned custom checkers are misaligned
[fixed]  Multiselect menu should have 100% width by default
[fixed]  Sectioned sidebar with custom background color has wrong background in collapsed mode
Version 2.0
June 20, 2018

Bootstrap 4 version has its own changelog, because 2 Bootstrap version are completely different. Major part of components have been customized in order to support BS4 and flexbox layout, so components from BS3 can be used in this version. Since all components are the same in all layouts, the template now supports 1 main layout and 4 child layouts - this means only 1st layout includes all components, child layouts include only layout-related files. This makes maintenance easy and fast. Main highlights:

  • Adapted 3rd party components
  • Latest versions of all main libraries
  • Built with SCSS
  • Improved gulp tasks
  • Based on flexbox model
  • Single set of assets for all layouts
  • Moved to modular JS pattern
  • All bugfixes and improvements from BS3 are included
  • Updated all examples
  • High attention to details
  • Improved file structure
  • Improved starter kit
  • Improved vertical navigation
  • Improved multi level navigation in navbar
  • Mega menu has been extended
  • Improved performance
  • Removed old and unmaintained libraries
  • Single SCSS configuration file with all components
  • Improved theming support
  • Simple style editing
  • ... and much more
Important note: since every single line of code is completely different from Bootstrap 3 version, there's no any migration guide: markup, class names, source files, pre-processors and logic are different. But both versions have their own extensive documentation. Bootstrap 3 is officially in maintenance mode since 2017 and from now on I am mainly focused on extending and improving BS4 version.