Mega Menu Template
--V1.5.6.2 (July 23rd, 2025)
There was only one small update needed.
Upgrading from 1.5.6.1 -> 1.5.6.2
take everything from below
/* -----------------------LOGIC *IGNORE*-------------------- */
from the new scss file and replace it in your file.
--V1.5.6.1 (Jul 17th, 2025)
In this update there were a few fixes that were needed due to the new 2.0 update.
Upgrading from 1.5.6 -> 1.5.6.1
update the .header selector to also target header .header to look like below
// header
header .header {
padding-block: var(--space-m);
padding-inline: var(--gutter);
.header__container {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.header__logo {
width: 4rem;
height: auto;
}
}
Simply take everything thats below
/* -----------------------LOGIC *IGNORE*-------------------- */
from the new SCSS file and replace what exists on and below that line in your current SCSS.
--V1.5.6 (April 11th, 2025)
Changed the way that sub menus open on mobile. before they use to open in position: absolute and this caused an issue where if you had a long navigation list and then clicked on a dropdown on mobile you would have to scroll back up to see the newly opened dropdown. This is now resolved.
Upgrading from 1.5.5.1 -> 1.5.6
Simply take everything thats below
/* -----------------------LOGIC *IGNORE*-------------------- */
from the new SCSS file and replace what exists on and below that line in your current SCSS. 2. copy the new menu-v1.1.js file and replace your current header js with it
--V1.5.5.1 (Mar 16th, 2025)
Reworked how the link styling happens on desktop. The default link styling and the hover styling are now separate mixins. This is due to how the elements needed to be styled depending on if they were a link or dropdown
Upgrading from 1.5.5 -> 1.5.5.1
Upgrading can happen between these two but would be time consuming and would recommend comparing the your current file with the new one using vs code compare and leaving your own adjustments.
--V1.5.5 (Mar 13th, 2025)
Pretty much a complete overhaul of the menu system.
There is no upgrading to this new version. You will have to completely redo the header or use it only on new projects
Upgrading from 1.5.4 -> 1.5.5
There is no upgrading on this one. you would have to start fresh or use on new projects.
--V1.5.4 (July 5th, 2024)
Upgrading from 1.5.2 or 1.5.3 -> 1.5.4
Updating for ACSS 3.0 changes
Header Template V1.3.2 (no change)
SCSS V1.5.4
Dropdown Template Marble V1.1
Dropdown Template Ruby v1.2
Dropdown Template Slate v1.2
Dropdown Template Sandstone v1.2
--V1.5.3 (April 5th, 2024)
New dropdown and other fixes.
This update comes with:
Header Template V1.3.2
SCSS V1.5.3
New Dropdown Template Marble
Dropdown Template Ruby v1.1
Dropdown Template Slate v1.1
Dropdown Template Sandstone v1.1
Upgrading from 1.5.2 -> 1.5.3
No need to update. This is purely for new project usage
--V1.5.2 (Dec 08, 2023)
Some accessibility fixes and verbiage updates.
This update comes with:
Header Template V1.3.1
SCSS V1.5.2
Upgrading from 1.5/1.5.1 -> 1.5.2
--V1.5.1 Hotfix (Dec 05, 2023)
Mobile logos were having some difficulties and needed some tweaking.
This update comes with:
SCSS V1.5.1
--V1.5 (Dec 04, 2023)
V1.5 comes with two new features that allow you to add a logo on mobile and the ability to have multi-level dropdowns.
This update comes with:
Header Template V1.3
SCSS V1.5
Last updated