Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

31 lines (20 loc) · 910 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,

[Unreleased]

1.0.0-alpha2

Added

  • Notification component
  • Handle injection of page meta when lib consumer provides an interface for it

1.0.0-alpha1

Added

  • Page component
  • PageContent component
  • Navigation component
  • Navigation component that can request its own data in an Apollo project
  • NextJS getLanguageStaticProps and getMenuStaticProps utilities that can be used to fetch hydrated data when using static page generation
  • PageContent component that can request its own data in an Apollo project
  • NextJS getLanguageStaticProps that can be used to fetch data when generating static pages
  • Link component for easy interoperability between anchor props and HDS Link component

Fixed

  • Canary publish script