Closed m-risto closed 1 week ago
@m-risto is attempting to deploy a commit to the TypeCell Team on Vercel.
A member of the Team first needs to authorize it.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
blocknote | ✅ Ready (Inspect) | Visit Preview | Nov 18, 2024 4:42pm |
blocknote-website | ✅ Ready (Inspect) | Visit Preview | Nov 18, 2024 4:42pm |
Any updates here? We need this, so we can update to the newest blocknote version.
We'll release this tomorrow or wednesday!
On Mon, Nov 18, 2024 at 9:08 AM Matthias Risto @.***> wrote:
Any updates here? We need this, so we can update to the newest blocknote version.
— Reply to this email directly, view it on GitHub https://github.com/TypeCellOS/BlockNote/pull/1235#issuecomment-2482218036, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC2BWNP5DZAH6JFCLCNIH32BGN6RAVCNFSM6AAAAABRSE5FKKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBSGIYTQMBTGY . You are receiving this because you commented.Message ID: @.***>
This pull request adds an export statement to
index.ts
to include theupdateBlockCommand
function from./api/blockManipulation/commands/updateBlock/updateBlock.js
. This change is necessary to facilitate the extension of the heading block, which requires access to the updateBlockCommand function.