| Commit message (Collapse) | Author | Age | Files | Lines | 
| | 
| 
| 
| 
| 
|  | 
* `cover` prop is now expecting a ReactElement (NextImage)
* `meta` prop is now limited to a specific set of meta items
* add a `name` prop to add an accessible name to the figure element
 | 
| |  | 
 | 
| | 
| 
| 
| 
|  | 
* MDX type has changed so some components props had to be updated
* Since Storybook now supports TS, I renamed the main/preview files
 | 
| | 
| 
| 
| 
| 
|  | 
Using paths aliases starting with "@" can be confusing and can lead to
conflict with existings modules. I prefer to use relative paths to
avoid extra configuration in tools because of these aliases.
 | 
| | 
| 
| 
|  | 
I also configure Jest to avoid conflicts between Cypress and Jest.
 | 
| |  | 
 | 
|   
  
  
  
  
   | 
Since Next.js v12, Jest is already configured with the
next/jest package.
I also added a package to mock next/router.
 |