|
| Description: |
[TypeCellOS/BlockNote (@blocknote/core)| https://github.com/xwiki-contrib/cristal/pull/1180 ] h3. [{{v0.42.3}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0423-2025-11-19]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.42.2...v0.42.3] h5. 🩹 Fixes * disallow access to the {{domElement}} or {{isFocused}} if the editor is unmounted ([#2187|https://redirect.github.com/TypeCellOS/BlockNote/pull/2187])
h5. ❤️ Thank You * Nick Perez
h3. [{{v0.42.2}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0422-2025-11-19]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.42.1...v0.42.2] h5. 🩹 Fixes * put back mounting system ([#2183|https://redirect.github.com/TypeCellOS/BlockNote/pull/2183])
h5. ❤️ Thank You * Nick Perez
h3. [{{v0.42.1}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0421-2025-11-18]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.42.0...v0.42.1] h5. 🩹 Fixes * do not error on invalid {{backgroundColor}} or {{textColor}} [#2176|https://redirect.github.com/TypeCellOS/BlockNote/issues/2176] ([#2179|https://redirect.github.com/TypeCellOS/BlockNote/pull/2179], [#2176|https://redirect.github.com/TypeCellOS/BlockNote/issues/2176]) * remove dependency array from comments re-rendering ([#2177|https://redirect.github.com/TypeCellOS/BlockNote/pull/2177])
h5. ❤️ Thank You * Nick Perez
h3. [{{v0.42.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0420-2025-11-11]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.41.1...v0.42.0] h5. 🚀 Features * *yjs:* expose Y.js BlockNote conversion primitives [#1866|https://redirect.github.com/TypeCellOS/BlockNote/issues/1866] ([#2166|https://redirect.github.com/TypeCellOS/BlockNote/pull/2166], [#1866|https://redirect.github.com/TypeCellOS/BlockNote/issues/1866])
h5. 🩹 Fixes * Emoji picker issues ([#2092|https://redirect.github.com/TypeCellOS/BlockNote/pull/2092]) * set a default for {{blocksToFullHTML}} [#2100|https://redirect.github.com/TypeCellOS/BlockNote/issues/2100] ([#2101|https://redirect.github.com/TypeCellOS/BlockNote/pull/2101], [#2100|https://redirect.github.com/TypeCellOS/BlockNote/issues/2100]) * correctly index blocks that have children fixes [#2115|https://redirect.github.com/TypeCellOS/BlockNote/issues/2115] ([#2116|https://redirect.github.com/TypeCellOS/BlockNote/pull/2116], [#2115|https://redirect.github.com/TypeCellOS/BlockNote/issues/2115]) * add more lenient parsing for code blocks, to accept newlines [#2105|https://redirect.github.com/TypeCellOS/BlockNote/issues/2105] ([#2108|https://redirect.github.com/TypeCellOS/BlockNote/pull/2108], [#2105|https://redirect.github.com/TypeCellOS/BlockNote/issues/2105]) * Firefox invisible text cursor after dropping blocks ([#2128|https://redirect.github.com/TypeCellOS/BlockNote/pull/2128]) * parsing {{priority}} for custom inline content and styles ([#2119|https://redirect.github.com/TypeCellOS/BlockNote/pull/2119]) * {{BlockTypeSelect}} item filtering based on schema ([#2112|https://redirect.github.com/TypeCellOS/BlockNote/pull/2112]) * deleting last block in column ([#2110|https://redirect.github.com/TypeCellOS/BlockNote/pull/2110]) * *comments:* update the styles for the cursor to be the default cursor ([#2163|https://redirect.github.com/TypeCellOS/BlockNote/pull/2163]) * *comments:* always surface the closest mark to the current position ([#2164|https://redirect.github.com/TypeCellOS/BlockNote/pull/2164]) * *comments:* scrolling bug when clicking comment marks ([#2165|https://redirect.github.com/TypeCellOS/BlockNote/pull/2165]) * *react:* destroy editor instances after two ticks ([#2121|https://redirect.github.com/TypeCellOS/BlockNote/pull/2121]) * *schema-migration:* more robust migration of background-color & text-color attributes ([#2154|https://redirect.github.com/TypeCellOS/BlockNote/pull/2154]) * *unique-id:* do not attempt to append to y-sync plugin transactions ([#2153|https://redirect.github.com/TypeCellOS/BlockNote/pull/2153])
h5. ❤️ Thank You * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick Perez
h3. [{{v0.41.1}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0411-2025-10-09]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.41.0...v0.41.1]
This was a version bump only, there were no code changes. h3. [{{v0.41.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0410-2025-10-08]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.40.0...v0.41.0] h5. 🚀 Features * AI menu auto scrolling ([#2039|https://redirect.github.com/TypeCellOS/BlockNote/pull/2039]) * Shortcut to delete empty table while cells are selected ([#2052|https://redirect.github.com/TypeCellOS/BlockNote/pull/2052]) * *divider:* add a divider block ([#2014|https://redirect.github.com/TypeCellOS/BlockNote/pull/2014])
h5. 🩹 Fixes * Code block language select value not updating properly ([#2050|https://redirect.github.com/TypeCellOS/BlockNote/pull/2050]) * disable input rules for numbered headings [#1789|https://redirect.github.com/TypeCellOS/BlockNote/issues/1789] ([#2032|https://redirect.github.com/TypeCellOS/BlockNote/pull/2032], [#1789|https://redirect.github.com/TypeCellOS/BlockNote/issues/1789]) * video parsing and export for markdown ([#1955|https://redirect.github.com/TypeCellOS/BlockNote/pull/1955]) * Reaction picker shown for users who can't react ([#2061|https://redirect.github.com/TypeCellOS/BlockNote/pull/2061]) * Add Mantine dependency to individual examples ([#2070|https://redirect.github.com/TypeCellOS/BlockNote/pull/2070]) * allow listening to {{onChange}} and other events before the underlying editor is initialized ([#2063|https://redirect.github.com/TypeCellOS/BlockNote/pull/2063]) * toggle and check list item blocks ([#2071|https://redirect.github.com/TypeCellOS/BlockNote/pull/2071]) * added missing fields to implementations in editor schema block specs ([#2046|https://redirect.github.com/TypeCellOS/BlockNote/pull/2046])
h5. ❤️ Thank You * Héctor Zhuang [@Hector-Zhuang|https://redirect.github.com/Hector-Zhuang] * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick Perez
h3. [{{v0.40.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0400-2025-09-30]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/37614ab348dcc7faa830a9a88437b37197a2162d...v0.40.0] h5. 🚀 Features * Mantine v8 upgrade ([#2028|https://redirect.github.com/TypeCellOS/BlockNote/pull/2028], [#2029|https://redirect.github.com/TypeCellOS/BlockNote/issues/2029]) * Update Mantine setup ([#2033|https://redirect.github.com/TypeCellOS/BlockNote/pull/2033]) * *ai:* SDK 5, tool calling, custom backends ([#2007|https://redirect.github.com/TypeCellOS/BlockNote/pull/2007]) * *core:* add the ability to autofocus on the editor element ([#2018|https://redirect.github.com/TypeCellOS/BlockNote/pull/2018])
h5. 🩹 Fixes * Block colors menu not always showing ([#2027|https://redirect.github.com/TypeCellOS/BlockNote/pull/2027]) * Update remianing examples to Mantine v8 ([#2031|https://redirect.github.com/TypeCellOS/BlockNote/pull/2031]) * ShadCN example Tailwind setup ([#2042|https://redirect.github.com/TypeCellOS/BlockNote/pull/2042])
h5. ❤️ Thank You * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick Perez * Yousef
h3. [{{v0.39.2}}|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.39.1...37614ab348dcc7faa830a9a88437b37197a2162d]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.39.1...37614ab348dcc7faa830a9a88437b37197a2162d] h3. [{{v0.39.1}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0391-2025-09-19]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.39.0...v0.39.1] h5. 🩹 Fixes * cleanup accesses to prosemirrorView to account for tiptap 3 behavior ([#2017|https://redirect.github.com/TypeCellOS/BlockNote/pull/2017]) * *core:* input rules can handle when a new block is empty now ([#2013|https://redirect.github.com/TypeCellOS/BlockNote/pull/2013])
h5. ❤️ Thank You * Nick Perez
h3. [{{v0.39.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0390-2025-09-18]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.38.0...v0.39.0] h5. 🚀 Features * move all blocks to use the custom blocks API ([#1904|https://redirect.github.com/TypeCellOS/BlockNote/pull/1904]) * *core:* support for Tiptap V3 ([#2001|https://redirect.github.com/TypeCellOS/BlockNote/pull/2001])
h5. ❤️ Thank You * Nick Perez
h3. [{{v0.38.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0380-2025-09-16]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.37.0...v0.38.0] h5. 🚀 Features * Custom schemas for comment editors ([#1976|https://redirect.github.com/TypeCellOS/BlockNote/pull/1976])
h5. 🩹 Fixes * Suggestion menu positioning ([#1975|https://redirect.github.com/TypeCellOS/BlockNote/pull/1975]) * doLLMRequest fails when deleting a non-existent block ([#1982|https://redirect.github.com/TypeCellOS/BlockNote/pull/1982]) * file block resize handles not working with touch inputs ([#1981|https://redirect.github.com/TypeCellOS/BlockNote/pull/1981]) * get pdf example working again ([a90ae4d58|https://redirect.github.com/TypeCellOS/BlockNote/commit/a90ae4d58]) * better markdown & html paste, make methods synchronous ([#1957|https://redirect.github.com/TypeCellOS/BlockNote/pull/1957]) * Improve setting text for custom file blocks ([#1984|https://redirect.github.com/TypeCellOS/BlockNote/pull/1984]) * *react:* close link popover on submit in static formatting toolbar [#1696|https://redirect.github.com/TypeCellOS/BlockNote/issues/1696] ([#1997|https://redirect.github.com/TypeCellOS/BlockNote/pull/1997], [#1696|https://redirect.github.com/TypeCellOS/BlockNote/issues/1696])
h5. ❤️ Thank You * dsriva03 [@dsriva03|https://redirect.github.com/dsriva03] * Héctor Zhuang [@Hector-Zhuang|https://redirect.github.com/Hector-Zhuang] * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick the Sick
h3. [{{v0.37.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0370-2025-08-29]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.36.1...v0.37.0] h5. 🚀 Features * export {{ShadCNComponentsContext}} ([#1965|https://redirect.github.com/TypeCellOS/BlockNote/pull/1965])
h5. 🩹 Fixes * Typing in empty table cells ([#1973|https://redirect.github.com/TypeCellOS/BlockNote/pull/1973])
h5. ❤️ Thank You * Héctor Zhuang [@Hector-Zhuang|https://redirect.github.com/Hector-Zhuang] * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski]
h3. [{{v0.36.1}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0361-2025-08-27]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.36.0...v0.36.1] h5. 🩹 Fixes * table column widths not being set in exported HTML ([#1947|https://redirect.github.com/TypeCellOS/BlockNote/pull/1947]) * Minor change to formatting toolbar extension logic ([#1963|https://redirect.github.com/TypeCellOS/BlockNote/pull/1963]) * *core:* report block moves in {{getBlocksChangedByTransaction}} [#1924|https://redirect.github.com/TypeCellOS/BlockNote/issues/1924] ([#1960|https://redirect.github.com/TypeCellOS/BlockNote/pull/1960], [#1924|https://redirect.github.com/TypeCellOS/BlockNote/issues/1924])
h5. ❤️ Thank You * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick Perez
h3. [{{v0.36.0}}|https://redirect.github.com/TypeCellOS/BlockNote/blob/HEAD/CHANGELOG.md#0360-2025-08-25]
[Compare Source|https://redirect.github.com/TypeCellOS/BlockNote/compare/v0.35.0...v0.36.0] h5. 🚀 Features * *docx:* add locale configuration for docx export ([#1937|https://redirect.github.com/TypeCellOS/BlockNote/pull/1937])
h5. 🩹 Fixes * Editors in comments not inheriting theme ([#1890|https://redirect.github.com/TypeCellOS/BlockNote/pull/1890]) * Minor drag & drop changes ([#1891|https://redirect.github.com/TypeCellOS/BlockNote/pull/1891]) * Overflow on table blocks ([#1892|https://redirect.github.com/TypeCellOS/BlockNote/pull/1892]) * Suggestion menu closing when clicking scroll bar ([#1899|https://redirect.github.com/TypeCellOS/BlockNote/pull/1899]) * Table padding ([#1906|https://redirect.github.com/TypeCellOS/BlockNote/pull/1906]) * Formatting toolbar getting wrong bounding box when updating React inline content ([#1908|https://redirect.github.com/TypeCellOS/BlockNote/pull/1908]) * Vanilla blocks return true for editor.isEditable on initial render ([#1925|https://redirect.github.com/TypeCellOS/BlockNote/pull/1925]) * table cell menu styling ([#1945|https://redirect.github.com/TypeCellOS/BlockNote/pull/1945]) * Missing internationalization for toggle wrapper ([#1946|https://redirect.github.com/TypeCellOS/BlockNote/pull/1946]) * parse image alt text for image blocks ([#1883|https://redirect.github.com/TypeCellOS/BlockNote/pull/1883]) * initialize esm deps before copy extension uses it ([#1951|https://redirect.github.com/TypeCellOS/BlockNote/pull/1951]) * error when dragging a block from one editor to another with multiple column extension ([#1950|https://redirect.github.com/TypeCellOS/BlockNote/pull/1950]) * prevent infinite render loop when selecting all content ([#1956|https://redirect.github.com/TypeCellOS/BlockNote/pull/1956]) * *core:* maintain text selection across table updates ([#1894|https://redirect.github.com/TypeCellOS/BlockNote/pull/1894]) * *locales:* ko locale fix ([#1902|https://redirect.github.com/TypeCellOS/BlockNote/pull/1902]) * *react:* add data attribute for correct react rendering ([#1954|https://redirect.github.com/TypeCellOS/BlockNote/pull/1954]) * *xl-email-exporter:* better defaults, customize textStyles, output inline styles ([#1856|https://redirect.github.com/TypeCellOS/BlockNote/pull/1856])
h5. ❤️ Thank You * Brad Greenlee * Cyril G [@Ovgodd|https://redirect.github.com/Ovgodd] * Héctor Zhuang [@Hector-Zhuang|https://redirect.github.com/Hector-Zhuang] * Matthew Lipski [@matthewlipski|https://redirect.github.com/matthewlipski] * Nick Perez * Nick the Sick |
|