Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [11.0.0](10.2.1...11.0.0) (2021-05-03) ### Bug Fixes * remove extra divs from lists, fixes [#149](#149) ([9a6c86d](9a6c86d)) * remove unnecessary margins from footer ([e7ba33e](e7ba33e)) * update styleguide config to work with typescript ([480ef4d](480ef4d)) * use consistent alignment in header ([ebdbfb6](ebdbfb6)) ### Code Refactoring * add theme prop to header ([1b65050](1b65050)) * pass render prop to header ([940e8df](940e8df)) ### Features * add condensed footer demo ([30378cb](30378cb)) * add direct link to grant in footer, fixes [#471](#471) ([27bd733](27bd733)) * add footer example with logo ([817229e](817229e)) * add light footer demo ([70b1e45](70b1e45)) * add links to NIH/NIGMS ([15dd35f](15dd35f)) * add new grey color scheme to footer ([1c1f63c](1c1f63c)) * add spacing to link separators ([f3ddf3e](f3ddf3e)) * export site map footer for testing ([5b9951e](5b9951e)) * move footer links into center ([7c6baed](7c6baed)) * use condensed footer as main, export site map footer separately ([2e93cd9](2e93cd9)) * use custom theme for footer ([1b3191d](1b3191d)) * use smaller typography for footer links ([316f8ab](316f8ab)) ### BREAKING CHANGES * Header component now accepts theme prop * Header component now receives render prop * footer now accepts theme prop
- Loading branch information