docs: container block docs and examples - #2999
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
225335c to
62e05b1
Compare
62e05b1 to
9d58b44
Compare
@blocknote/ariakit
@blocknote/code-block
@blocknote/core
@blocknote/diagram-block
@blocknote/mantine
@blocknote/math-block
@blocknote/react
@blocknote/server-util
@blocknote/shadcn
@blocknote/xl-ai
@blocknote/xl-docx-exporter
@blocknote/xl-email-exporter
@blocknote/xl-multi-column
@blocknote/xl-odt-exporter
@blocknote/xl-pdf-exporter
commit: |
9d58b44 to
4d18f5e
Compare
4d18f5e to
dbff57a
Compare
Part 3 of 3 of the container blocks stack (1: core API, 2: multi-column migration, 3: docs & examples ← you are here). Stacked on #2998.
What this adds
childrenconfig, both container shapes, boundaries, repair, parsing, and exporter mappings; small pointer updates to the Custom Blocks and Manipulating Blocks pages.09-container-block): a Notion-style callout that holds child blocks, plus the "string prop slot" pattern for its title.12-container-table): BlockNote's table rebuilt as four container blocks (table/tableRow/tableCell/tableHeader) withboundary: "sealed"cells that can hold arbitrary blocks - noprosemirror-tablesinvolved.playground/src/examples.gen.tsxand the lockfile entries for the two new example packages.