|
| 1 | +## 0.42.0 (2025-11-11) |
| 2 | + |
| 3 | +### 🚀 Features |
| 4 | + |
| 5 | +- **yjs:** expose Y.js BlockNote conversion primitives #1866 ([#2166](https://github.com/TypeCellOS/BlockNote/pull/2166), [#1866](https://github.com/TypeCellOS/BlockNote/issues/1866)) |
| 6 | + |
| 7 | +### 🩹 Fixes |
| 8 | + |
| 9 | +- Emoji picker issues ([#2092](https://github.com/TypeCellOS/BlockNote/pull/2092)) |
| 10 | +- set a default for `blocksToFullHTML` #2100 ([#2101](https://github.com/TypeCellOS/BlockNote/pull/2101), [#2100](https://github.com/TypeCellOS/BlockNote/issues/2100)) |
| 11 | +- correctly index blocks that have children fixes #2115 ([#2116](https://github.com/TypeCellOS/BlockNote/pull/2116), [#2115](https://github.com/TypeCellOS/BlockNote/issues/2115)) |
| 12 | +- add more lenient parsing for code blocks, to accept newlines #2105 ([#2108](https://github.com/TypeCellOS/BlockNote/pull/2108), [#2105](https://github.com/TypeCellOS/BlockNote/issues/2105)) |
| 13 | +- Firefox invisible text cursor after dropping blocks ([#2128](https://github.com/TypeCellOS/BlockNote/pull/2128)) |
| 14 | +- parsing `priority` for custom inline content and styles ([#2119](https://github.com/TypeCellOS/BlockNote/pull/2119)) |
| 15 | +- `BlockTypeSelect` item filtering based on schema ([#2112](https://github.com/TypeCellOS/BlockNote/pull/2112)) |
| 16 | +- deleting last block in column ([#2110](https://github.com/TypeCellOS/BlockNote/pull/2110)) |
| 17 | +- **comments:** update the styles for the cursor to be the default cursor ([#2163](https://github.com/TypeCellOS/BlockNote/pull/2163)) |
| 18 | +- **comments:** always surface the closest mark to the current position ([#2164](https://github.com/TypeCellOS/BlockNote/pull/2164)) |
| 19 | +- **comments:** scrolling bug when clicking comment marks ([#2165](https://github.com/TypeCellOS/BlockNote/pull/2165)) |
| 20 | +- **react:** destroy editor instances after two ticks ([#2121](https://github.com/TypeCellOS/BlockNote/pull/2121)) |
| 21 | +- **schema-migration:** more robust migration of background-color & text-color attributes ([#2154](https://github.com/TypeCellOS/BlockNote/pull/2154)) |
| 22 | +- **unique-id:** do not attempt to append to y-sync plugin transactions ([#2153](https://github.com/TypeCellOS/BlockNote/pull/2153)) |
| 23 | + |
| 24 | +### ❤️ Thank You |
| 25 | + |
| 26 | +- Matthew Lipski @matthewlipski |
| 27 | +- Nick Perez |
| 28 | + |
1 | 29 | ## 0.41.1 (2025-10-09) |
2 | 30 |
|
3 | 31 | This was a version bump only, there were no code changes. |
|
0 commit comments