Releases: TypeCellOS/BlockNote
0.14.0
This release fixes a slew of community reported bugs & issues.
What's Changed
- fix: Remove
data-mantine-color-scheme
attribute by @matthewlipski in #790 - fix: Side menu not updating in edge cases by @matthewlipski in #791
- fix: PDF block example styling by @matthewlipski in #785
- fix: Parsing paragraphs without text content by @matthewlipski in #798
- fix: Custom inline content placeholder bug and enter handling by @matthewlipski in #784
- fix: Link keyboard shortcut and remove warning by @matthewlipski in #782
- fix: UI element position on scroll by @matthewlipski in #769
- fix: Mantine sub-menu rendering in the DOM by @matthewlipski in #802
- fix: Issues when editor is non-editable by @matthewlipski in #783
- fix: More Notion-like side menu positioning by @matthewlipski in #812
- fix: Removed ShadCN focus global CSS by @matthewlipski in #815
- fix: Side menu block finding logic by @matthewlipski in #814
- fix pt.ts translation by @Holyblade in #811
- fix: fix margin of block of playground in small screen by @Crayon-ShinChan in #806
- chore: upgrade react minor version by @YousefED in #795
- fix: use nonce value for css if supplied by @instanceofnull in #792
- fix: Custom inline content crash by @conr in #788
- Improve compilation speed (and potentially bundle size) by @timneutkens in #801
- fix: add memoization in suggestion menu by @YousefED in #796
- fix: node conversion by @jkcs in #800
- fix: Small docs changes by @matthewlipski in #816
New Contributors
- @Holyblade made their first contribution in #811
- @Crayon-ShinChan made their first contribution in #806
- @instanceofnull made their first contribution in #792
- @conr made their first contribution in #788
- @timneutkens made their first contribution in #801
- @jkcs made their first contribution in #800
Full Changelog: v0.13.5...v0.14.0
v0.13.5
This upgrades the BlockNote dependencies (including Prosemirror / Tiptap) to the latest version and resolves some small issues.
What's Changed
- fix: export blocknoteviewprops by @YousefED in #774
- chore: upgrade deps by @YousefED in #772
- fix: remove console log + add lint rule by @YousefED in #793
- fix: update zh.ts by @linxianxi in #780
New Contributors
- @linxianxi made their first contribution in #780
Full Changelog: v0.13.4...v0.13.5
v0.13.4
What's Changed
- v0.13.3 by @matthewlipski in #759
- feat: Checkbox/TODO list item block by @matthewlipski in #729
- Refactor/file blocks resolve url by @YousefED in #760
Full Changelog: v0.13.3...v0.13.4
v0.13.3
What's Changed
- v0.13.2 by @matthewlipski in #734
- fix: shouldshow of formattingtoolbar by @YousefED in #744
- feat: add i18n support for Brazilian Portuguese (pt-BR) by @jhonattan-santos in #735
- Add Vietnamese locales to dictionary by @phanminhtai in #746
- feat: add i18n support for pl-PL and is-IS by @Dmkk01 in #752
- feat: Add Japanese i18n support by @noblejasper in #756
- feat: Korea locale by @matthewlipski in #757
- Slash menu typo in table by @tarun-29 in #753
- feat: File blocks by @matthewlipski in #731
New Contributors
- @jhonattan-santos made their first contribution in #735
- @phanminhtai made their first contribution in #746
- @Dmkk01 made their first contribution in #752
- @noblejasper made their first contribution in #756
- @tarun-29 made their first contribution in #753
Full Changelog: v0.13.2...v0.13.3
v0.13.2
What's Changed
- fix: Key inputs in blocks without content by @matthewlipski in #730
- Releases by @YousefED in #723
- fix: Scroll page to where user is editing by @matthewlipski in #680
- Add french locales to dictionary by @damien-schneider in #728
- feat: Add Chinese i18n support by @lujdong in #726
- docs: Minor docs fixes by @matthewlipski in #733
New Contributors
- @damien-schneider made their first contribution in #728
- @lujdong made their first contribution in #726
Full Changelog: v0.13.1...v0.13.2
v0.13.1
v0.13.0
Another big release for BlockNote 🥳
v0.13.0 now makes BlockNote UI-library agnostic. We extracted the default Mantine-based ux to @blocknote/mantine
, and also added support for Ariakit and ShadCN (#652)! This was a major refactor, but we're really excited about this and looking forward to your feedback and contributions ❤️
We also introduced localization and made all strings fully configurable. For now, only English (en) and Dutch (nl) are supported - we definitely welcome any PRs with your language of choice!
Finally, some major improvements have been made in Accessibility, such as better keyboard navigation of menus. Let's make sure that BlockNote applications are usable by everyone, regardless of any impairments!
Excited about this release? Consider sponsoring BlockNote as we rely on your support. This month we added a few new sponsors (thanks!) and are zoning in on the initial goal of 10 monthly sponsors - who benefit from priority support and development!
New examples
What's Changed
- feat: multi UI libs (shadcn + ariakit) + i18n by @YousefED in #652
- feat: accessibility improvements by @YousefED in #718
- fix: clean react package deps by @YousefED in #722
- feat: option to disable trailing block by @Kashifwahaj in #679
- fix: match query anywhere to filter slash menu items by @shahvicky in #719
Breaking changes
- Some exports have of course been moved to
@blocknote/mantine
. Make sure to importBlockNoteView
andstyle.css
from@blocknote/mantine
if you're migrating your existing project
New Contributors
- @shahvicky made their first contribution in #719
Full Changelog: v0.12.4...v0.13.0
0.12.4
What's Changed
- v0.12.3 by @matthewlipski in #668
- fix: Slash Command Android Chrome Issue #437 by @Kashifwahaj in #443
- chore: Update Mantine by @matthewlipski in #678
- refactor: Remove
keydown
handler from suggestion plugin by @matthewlipski in #682
New Contributors
- @Kashifwahaj made their first contribution in #443
Full Changelog: v0.12.3...v0.12.4
0.12.3
What's Changed
- v0.12.2 by @matthewlipski in #650
- fix: Remove
all: unset
from default styles by @matthewlipski in #658
Full Changelog: v0.12.2...v0.12.3
0.12.2
What's Changed
- v0.12.1 by @matthewlipski in #648
- fix: Hide toolbars with no children by @matthewlipski in #649
Full Changelog: v0.12.1...v0.12.2