Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# [1.8.0](v1.7.2...v1.8.0) (2020-07-30) ### Bug Fixes * add prop type for page prop ([ef316b3](ef316b3)) * fix mobile nav styles when mobile nav is open ([a6f668a](a6f668a)) * keep grid gap when on single column ([571e1bf](571e1bf)) * migrate the rest of the layout styles to emotion ([cee2d25](cee2d25)) * spacing on footer ([38e304f](38e304f)) * use align-self: start instead of wrapping div ([71309ea](71309ea)) * use to instead of href for podcasts link ([06fe20d](06fe20d)) * use Video component from theme in mdx ([1a8eb4d](1a8eb4d)) * widen the main layout by 100px ([9d049e6](9d049e6)) ### Features * add a usePageContext hook ([a78d3d8](a78d3d8)) * add border around right rail component ([fdcfd2b](fdcfd2b)) * add dynamic layout value ([7e3e092](7e3e092)) * add page layout context ([fc8ec18](fc8ec18)) * Add the related content sidebar to the main page ([749427a](749427a)) * create a PageLayout component ([2e6f488](2e6f488)) * create a related content component ([1d183b9](1d183b9)) * hide the related content on a mobile layout ([f0d65d1](f0d65d1)) * move related content to bottom of content when on smaller screens ([c76eca1](c76eca1)) * move the content area into a grid ([48da4d9](48da4d9)) * move the related content area to the guide template ([1f7b2d5](1f7b2d5)) * remove PageTitle component ([44659b7](44659b7)) * use dynamic breakpoint for side by side component based on layout ([c0277d9](c0277d9)) * use PageLayout for ApiReferenceTemplate ([11d156e](11d156e)) * use PageLayout for ComponentReferenceTemplate ([027a893](027a893)) * use PageLayout for developer champion page ([37b7d0b](37b7d0b)) * use PageLayout for index page ([b9a5fc8](b9a5fc8)) * use PageLayout for OverviewTemplate ([9e0c007](9e0c007)) * use PageLayout for podcasts page ([3f706f1](3f706f1)) * use PageLayout in GuideTemplate ([0643661](0643661))
- Loading branch information