Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 3.43 KB

CHANGELOG.md

File metadata and controls

43 lines (29 loc) · 3.43 KB

11.0.0 (2021-05-03)

Bug Fixes

  • remove extra divs from lists, fixes #149 (9a6c86d)
  • remove unnecessary margins from footer (e7ba33e)
  • update styleguide config to work with typescript (480ef4d)
  • use consistent alignment in header (ebdbfb6)

Code Refactoring

  • add theme prop to header (1b65050)
  • pass render prop to header (940e8df)

Features

  • add condensed footer demo (30378cb)
  • add direct link to grant in footer, fixes #471 (27bd733)
  • add footer example with logo (817229e)
  • add light footer demo (70b1e45)
  • add links to NIH/NIGMS (15dd35f)
  • add new grey color scheme to footer (1c1f63c)
  • add spacing to link separators (f3ddf3e)
  • export site map footer for testing (5b9951e)
  • move footer links into center (7c6baed)
  • use condensed footer as main, export site map footer separately (2e93cd9)
  • use custom theme for footer (1b3191d)
  • use smaller typography for footer links (316f8ab)

BREAKING CHANGES

  • Header component now accepts theme prop
  • Header component now receives render prop
  • footer now accepts theme prop

Change Log

This project adheres to Semantic Versioning.
Every release is documented on the GitHub Releases page.