This repository was archived by the owner on Sep 14, 2021. It is now read-only.
v29.2.0
<a name"29.2.0">
29.2.0 (2017-07-31)
Features
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} />