| Commit message (Collapse) | Author | Age | Files | Lines | 
| |  | 
 | 
| | 
| 
| 
|  | 
* Rename message prop to children prop and set ReactNode as type
 | 
| | 
| 
| 
| 
|  | 
Sizes are also predefined and can be set using the `size` prop,
so the consumers should no longer adjust the size in CSS.
 | 
| | 
| 
| 
| 
|  | 
Some components have been renamed to be able to create Footer, Header
and Nav.
 | 
| | 
| 
| 
| 
| 
| 
| 
| 
|  | 
* remove `alignment` and `withMargin` props (consumer should handle
that)
* move styles to Sass placeholders to avoid repeats with headings
coming from WordPress
* refactor some other components that depend on Heading to avoid ESlint
errors
 | 
| |  | 
 | 
|   
  
  
  
  
   | 
Next expect a default export for pages so only those components should
use default exports. Everything else should use named exports to
reduce the number of import statements.
 |