Changes:
- Upgraded to Bootstrap 5.3.3
- NEW: Admin start theme added
- NEW: Gulp create-project command to create unlimited independent projects within the theme
- Merged index-coming-soon-newsletter into index-coming-soon
- Remove contact.php
- Removed backstretch boxed example
- Removed .header-upper + .header-inner & related .header-* classes, use .navbar classes instead
- Removed core/layout-variations.scss + .page-boxed class as same can be done with .container-* classes
- Remove .btn-xl class as same can be done with .px-* & .py-* classes
- Removed custom colours from colour pallet to reduce CSS size
-
Replaced class .gray-100 -> (text bg border)-light + .gray-900 -> -> (text bg border)-dark -
Removed dropdown-menu-BP-(light dark) classes as dropped in Bootstrap 5.3.0 - Replaced sass vars: $primary_colour -> $primary $primary_colour_dark -> $primary-dark $primary_colour_light -> $primary-light $grey-dark -> $gray-800; $grey -> $gray-300; $grey-light -> $gray-200 + $grey-lighter -> $gray-100
- NEW: btn-washed, btn-shadow & btn-shadow-hover button classes
- NEW: shadow-hover class, see elements-shadows.html
- NEW: elements-avatars.html for user avatars
- Merged about.html and about-extended.html together - more about page variations to come
- NEW: Cookie banners elements-cookie-banners.html
- UPDATE: demo-travel-blog.html is now index-travel-blog.html
- NEW: SUPER POWERFUL - Page build setup is completely changed using Twig for variables & partials to make it much easier to maintain your site and customise it, @see: get started.
- UPDATE: Migrated to Dart Sass for easier setup & modern workflow
- UPDATE: Complete Gulp build setup rewrite to make customisation simpler & easier
- UPDATE: assets-map.txt is now in JSON format assets-map.json
- UPDATE: theme-style.scss is now theme.style.scss
- UPDATE: /css/theme-shop.css & .scss files are no longer needed and have been removed in favour of Bootstrap & custom utils
- NEW: Background & text hover & focus colours, @see elements-colour-utils.html
- NEW: Opacity focus utils, @see elements-colour-utils.html
No Upgrade Path from version 3.x
Due to the significant structure change in AppStrap 4.x there is no upgrade path from previous versions. The large number of changes and complete Gulp workflow rebuilt made it near impossible to provide an upgrade path, the good news is that is you use the new create-project command to create new projects future upgrades will be easier and smoother.