- Fixed top position bug
- more flexibly append tracking parameters
- misc styling fixes not caught in 2.2.0 testing
- fixed bug where if the megamenu was hidden, other components weren't, cuasing them to fight with over top navs.
- 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
- various accessibility improvements
- namespaced SVG ids, to prevent other ids on the page from providing styles
- fixed issue where babel wasn't correctly translating for ie11
- fixed issue where preventing events on SVGs was breaking in IE
- reduce the number of files generated for dist
- increase click target size on side panes
- various accessibility improvements
- update gulp to version 4, fixing a variety of NPM issues
- moved included images to inline SVGs
- properly noted that all node dependencies are development dependencies
- moved the height of the megamenu to a variable in the SCSS
- increase always visible menu bar height by 7%
- rewrite without jQuery support
- increase use of CSS animations
- fix overwrites existing body margin
- search box grows to use available space
- narrow menu gets correct height
- Use Tahoma if Roboto not present (remove font HTTP call)
- Added Google Analytics Campaign tracking to each link
- lightweight mobile support, providing just a search box on mobile
- removed support for IE6-8
- Custom Python build system rewritten in Gulp
- HTML pseudo templating system rewritten to use Jade
- Fixed bug where homepages pane and search pane wouldn't close by clicking on the underlay
- Changed Apply & Enroll tab to use buttons for emphasized actions
- Initial 1.0 release