Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

v29.2.0

Choose a tag to compare

@markdalgleish markdalgleish released this 31 Jul 05:38

<a name"29.2.0">

29.2.0 (2017-07-31)

Features

  • Header: Add ability to switch saved/applied links on auth status (#257) (f958d070)

Upgrade Guide

You now need to pass the authenticationStatus prop into <Footer />, just like the <Header /> component accepts:

-<Footer locale={locale} linkRenderer={linkRenderer} />
+<Footer locale={locale} linkRenderer={linkRenderer} authenticationStatus={authenticationStatus} />