|
1 | 1 | # nextra-theme-blog |
2 | 2 |
|
| 3 | +## 4.6.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- 261fcdc: - update zod to v4 stable |
| 8 | + - fix compatibility with Next.js 16 |
| 9 | +- Updated dependencies [261fcdc] |
| 10 | + - nextra@4.6.1 |
| 11 | + |
3 | 12 | ## 4.6.0 |
4 | 13 |
|
5 | 14 | ### Patch Changes |
|
53 | 62 |
|
54 | 63 | The `<TSDoc>` component from `nextra/tsdoc` generates a properties table that |
55 | 64 | displays: |
56 | | - |
57 | 65 | - **Property name** |
58 | 66 | - **TypeScript type** |
59 | 67 | - **Property description** - is parsed from [TSDoc](https://tsdoc.org) inline |
|
434 | 442 |
|
435 | 443 | The `<TSDoc>` component from `nextra/tsdoc` generates a properties table that |
436 | 444 | displays: |
437 | | - |
438 | 445 | - **Property name** |
439 | 446 | - **TypeScript type** |
440 | 447 | - **Property description** - is parsed from [TSDoc](https://tsdoc.org) inline |
|
837 | 844 | ``` |
838 | 845 |
|
839 | 846 | - 283320f: - sync with nextra 3.0.15 |
840 | | - |
841 | 847 | - bump to Next 15 |
842 | 848 | - remove importing of `style.css` in themes, you need to import now manually |
843 | 849 | by |
|
1387 | 1393 | ### Patch Changes |
1388 | 1394 |
|
1389 | 1395 | - 2c8a8ab: - sync with nextra 3.0.15 |
1390 | | - |
1391 | 1396 | - bump to Next 15 |
1392 | 1397 | - remove importing of `style.css` in themes, you need to import now manually |
1393 | 1398 | by |
|
1751 | 1756 |
|
1752 | 1757 | - c2ad837: update to MDX3 |
1753 | 1758 | - 16ab7f7: - remove `legacyBehavior` from `NextLink` |
1754 | | - |
1755 | 1759 | - remove `config.cusdis`. Instead, now you need to pass cusdis options as |
1756 | 1760 | props in `Cusdis` component |
1757 | 1761 |
|
|
1768 | 1772 | - 128e195: fix React warning, remove PageOpts.toc, use `toc` prop from |
1769 | 1773 | `components.wrapper` |
1770 | 1774 | - 191e6c4: - use `shikiji` instead of `shiki` |
1771 | | - |
1772 | 1775 | - rename `useSSG` to `useData` |
1773 | 1776 |
|
1774 | 1777 | - c7f03e5: rename `pageOpts.headings` to `toc` |
|
1778 | 1781 | - 6ec3241: Add Terraform/Move icon https://github.com/shuding/nextra/pull/2811 |
1779 | 1782 | https://github.com/shuding/nextra/pull/2808 |
1780 | 1783 | - 5a63701: add icons for following languages: |
1781 | | - |
1782 | 1784 | - GraphQL (`graphql`) |
1783 | 1785 | - C++ (`c++`, `cpp`) |
1784 | 1786 | - C# (`csharp`, `c#`, `cs`) |
|
2149 | 2151 | ### Minor Changes |
2150 | 2152 |
|
2151 | 2153 | - 5a637010: add icons for following languages: |
2152 | | - |
2153 | 2154 | - GraphQL (`graphql`) |
2154 | 2155 | - C++ (`c++`, `cpp`) |
2155 | 2156 | - C# (`csharp`, `c#`, `cs`) |
|
2286 | 2287 | - 128e195f: fix React warning, remove PageOpts.toc, use `toc` prop from |
2287 | 2288 | `components.wrapper` |
2288 | 2289 | - 191e6c41: - use `shikiji` instead of `shiki` |
2289 | | - |
2290 | 2290 | - rename `useSSG` to `useData` |
2291 | 2291 |
|
2292 | 2292 | - c7f03e54: rename `pageOpts.headings` to `toc` |
|
2316 | 2316 | ### Major Changes |
2317 | 2317 |
|
2318 | 2318 | - 16ab7f78: - remove `legacyBehavior` from `NextLink` |
2319 | | - |
2320 | 2319 | - remove `config.cusdis`. Instead, now you need to pass cusdis options as |
2321 | 2320 | props in `Cusdis` component |
2322 | 2321 |
|
|
2401 | 2400 |
|
2402 | 2401 | - 8962597e: - allow override static image component that was hardcoded to |
2403 | 2402 | `import Image from 'next/image'` now it's plain `<img />` |
2404 | | - |
2405 | 2403 | - support `<details />`/`<summary />` for `.md` files |
2406 | 2404 |
|
2407 | 2405 | ### Patch Changes |
|
2449 | 2447 | - e54b008: - add `@theguild/remark-npm2yarn` package that replaces the code |
2450 | 2448 | block that has `npm2yarn` metadata with `<Tabs />` and `<Tab />` components |
2451 | 2449 | from `nextra/components`. |
2452 | | - |
2453 | 2450 | - `<Tabs />` now has `selectedKey` prop, the chosen tab is saved in the local |
2454 | 2451 | storage, which will be chosen in future page renders. |
2455 | 2452 |
|
|
2465 | 2462 | ### Minor Changes |
2466 | 2463 |
|
2467 | 2464 | - 16bbb88: Move below packages to nextra package |
2468 | | - |
2469 | 2465 | - `<Cards />` and `<Card />` |
2470 | 2466 | - `<Tabs />` and `<Tab />` |
2471 | 2467 | - `<Steps />` |
|
0 commit comments