Releases: LaneCommunityCollege/megamenu
Releases · LaneCommunityCollege/megamenu
v2.2.1
v2.2.0
2.2.0 - 2019-07-15
- removed the black pane underlay, to allow for optionally wider columns. Include supplemental content on wide views for some panes.
- increase the size of the megamenu by another 13%. While this makes the megamenu itself a sufficient click target, it does not fix overall click size issues.
- point giving link at donation page
- hide parent SVG in sprite, since that seems to make the page taller despite being empty
- use flexbox for layout
- add an email icon in student life section
- switch from a tarp to an SVG pattern, allowing the megamenu to be just one HTTP call.
- use a single closer element
- use a button for the closer element
- Jade changed its name to Pug
- store JS config variables in SCSS only
- set the close event only on the pane title, rather than the entire pane, to avoid having to stop event propegaation on all elements
- various code cleanup
- various dependency updates