supMDX-page/CHANGELOG.md
sup39 9c32cea6b8 v0.3.0
- Uses `@sup39/mdx-nav` v0.3.0, which
  - changed `Link` (next/link) to `a`
  - automatically adds slash before children entries
- Fixed children type of `MDXPage`: allows multiple child elements
2023-03-13 18:06:01 +09:00

9 lines
325 B
Markdown

# ChangeLog
## v0.3.0
- Uses `@sup39/mdx-nav` v0.3.0, which
- changed `Link` (next/link) to `a`
- automatically adds slash before children entries
- Fixed children type of `MDXPage`: allows multiple child elements
## v0.2.0
- Uses `@sup39/mdx-nav` v0.2.0, which renamed attribute `link` to `path` in type `NavEntryInfo`