Releases: NotionX/react-notion-x
Releases · NotionX/react-notion-x
v7.2.1
- update react-notion-x to latest
- fix social images
Full Changelog: https://github.com/NotionX/react-notion-x/compare/[email protected]
v7.1.0
What's Changed
- fixed pnpm dev by @rimonhanna in #575
- feat: move react-pdf to be optional dep by @transitive-bullshit in #579
New Contributors
- @rimonhanna made their first contribution in #575
Full Changelog: https://github.com/NotionX/react-notion-x/compare/[email protected]@7.1.0
MAJOR v7.0.1
95% maintenance in #571
- updating all deps to latest
- enabling strict mode for typescript and fixing some resulting ts issues
- move from yarn + lerna + tsc to pnpm + turbo + tsup + changesets
- a dozen minor bug fixes from PRs
Overall, there shouldn't be any other major breaking changes aside from dep updates and min node version >= 18.
What's Changed
- feat: add
card_cover_position
to collection card by @mfts in #563 - fix: the eoi component displays an exception under the block type by @chuyun in #507
- skip pages which is not alive. by @ulion in #514
- Add missing new attribute 'card_cover_position' to BasePageBlock type by @onnimonni in #567
- Fix prettier linting issues from #563 by @onnimonni in #569
- Bug: Re-introduce the patch for syntax highlighting issues regarding C++ and F# by @powersagitar in #546
- fix: Add Support for Auto Increment Id by @jjh2613 in #508
- fix: add missing table_block_row_header to TableBlock type by @ahonn in #533
- Fix: fixed toggle issue by @sseooh in #519
- add tella video source support by @varunrau in #502
- fix: empty group title for board view by @junogueira in #477
- feat: cover all notion number formats by @konhi in #500
- feat: support reducer result by @maxswjeon in #473
- feat:support for normalize korean title by @woensug-choi in #470
- Switch from got to ky + fetch in notion-client by @transitive-bullshit in #394
- fix: headings in synced blocks not shown in toc by @SilentDepth in #458
- Remove additional padding in notion-frame by @AngCosmin in #359
- Major refactor for maintenance by @transitive-bullshit in #571
- Add Next.js 13 new Image component support by @rightones in #403
- Fix youtube embed starting at specific timestamp by @martin-lacko-rebood in #320
New Contributors
- @mfts made their first contribution in #563
- @ulion made their first contribution in #514
- @onnimonni made their first contribution in #567
- @powersagitar made their first contribution in #546
- @jjh2613 made their first contribution in #508
- @ahonn made their first contribution in #533
- @sseooh made their first contribution in #519
- @varunrau made their first contribution in #502
- @konhi made their first contribution in #500
- @maxswjeon made their first contribution in #473
- @woensug-choi made their first contribution in #470
- @SilentDepth made their first contribution in #458
- @AngCosmin made their first contribution in #359
- @rightones made their first contribution in #403
- @martin-lacko-rebood made their first contribution in #320
Full Changelog: https://github.com/NotionX/react-notion-x/compare/[email protected]