Changelog
This is the changelog for the new features and bug fixes
v5.3.1 - February 10, 2020
- Updated to Bootstrap 5 Beta 2
- Fixed carousel indicators
- Fixed e-commerce quantity select element
v5.3 - February 10, 2020
- Updated to Bootstrap 5 Beta 1
- Removed vendor folder from Sass and include third-party dependencies only via node_modules
- Variables are now overridable
- Improved Sass import structure
- Added user information and sign out on mobile devices for the dashboard pages
- Improved overall styling
- Improved presentation page
v5.2 - December 10, 2020
- Updated to Bootstrap 5 Alpha-3
- Added floating labels
- Improved design and markup for file upload elements
- Improved overall user interface
- Updated the accordion component to match the new markup from BS5 Alpha 3
- Fixed some device-specific issues
- Social login buttons are now anchor tags, instead of button elements
v5.1 - July 29, 2020
- Fixed menu styles for tablets
- Fixed some responsive issues
- Fixed the progress bars
v5.0 - July 20, 2020
- Updated Bootstrap to v5.0 alpha
- Removed jQuery as a dependency
- Updated all libraries so that jQuery is no longer required
- Bug fixes
v3.1 - 2020-04-13
- Fixed accessibility issues based on WAVE evaluation tool
- Updated Bootstrap Datepicker
- Update form styles
- Update tables
- Updated some pages markup
v3.0 - 2020-04-06
- Updated all colors to comply with WCAG 2.1 Accessibility standards
- Added E-Commerce components
- Improve markup and code quality
- Improve design based on the newest design trends
- Added Chart JS
- Created a better online documentation
- Added fancy loader
- Updated all example pages to improve quality
- Added Toasts component
v2.1 - 2020-02-28
- Added preloader to every page
- Added My account page
- Added My items page
- Added Edit item page
- Removed Starter folder (it complicated things more than it did good)
- Update card borders, shadows & general apperance
- Input colors now darker for better readability
- Fix dropdown button border radius
- Fix input tags color
- Fix accordion border color
v2.0 - 2019-10-29
- Switch vendor third party libraries to npm packages
- Slightly updated gulpfile.js file to move node_modules to the dist and html&css folder
- Start using gulp-include to DRY navigation bars, scripts, heading code and the footers
- Removed unneeded role="button” attributes for most of the links
- Fix wrapping issues for tablet sizes across all components
- Major updates to the file structure, the src folder is now no longer being served directly to BrowserSync but a .temp folder
v1.1 - 2019-07-23
- Improve images quality
- Upgrade to Gulp 4
- Removed all Node vulnerabilities
- Add all pages presentation
- Minor component improvements
- Small bug fixes
v1.0 - 2019-07-06
- Initial files