fix(deps): update all non-major dependencies #312
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RicardoGEsteves all-non-major update, dependency @blocknote/core to v0.21.0
This PR contains the following updates:
^0.19.0
->^0.21.0
^0.19.0
->^0.21.0
1.1.1
->1.1.2
1.1.2
->1.1.3
2.1.2
->2.1.3
2.1.0
->2.1.1
1.1.0
->1.1.1
1.2.2
->1.2.3
5.60.5
->5.62.7
22.9.0
->22.10.2
18.3.12
->18.3.16
18.3.1
->18.3.5
1.7.7
->1.7.9
0.7.0
->0.7.1
15.0.3
->15.1.0
^0.460.0
->^0.468.0
15.0.3
->15.1.0
4.24.10
->4.24.11
7.53.2
->7.54.1
2.5.4
->2.5.5
3.4.15
->3.4.16
5.6.3
->5.7.2
3.23.8
->3.24.1
Release Notes
TypeCellOS/BlockNote (@blocknote/core)
v0.21.0
Compare Source
💖 Various bug fixes in this release have been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪
This release brings new bug fixes and a few improvements to blocks. Most notably:
src
attribute not being set onimage
/video
/audio
elements.ServerBlockNoteEditor
.What's Changed
getSelection
behaviour and build by @matthewlipski in https://github.com/TypeCellOS/BlockNote/pull/1318New Contributors
Full Changelog: TypeCellOS/BlockNote@v0.20.0...v0.21.0
v0.20.0
Compare Source
💖 Moving blocks as well as indentation & toolbar navigation changes have been sponsored by DINUM 🇫🇷 and ZenDiS 🇩🇪
💖 Table cell navigation changes have been sponsored by DeepOrigin💖
Moving blocks
moveBlocksUp
/moveBlocksDown
methods [Breaking]The previously undocumented
moveBlockUp
&moveBlockDown
methods have been renamed tomoveBlocksUp
&moveBlocksDown
as they now support selections that span multiple blocks.Additionally, their behaviour is now more inline with Notion and they now work better with
"column"
and"columnList"
blocks from the@blocknote/xl-multi-column
package.Docs have also been added for both methods.
Keyboard shortcuts
The
Cmd+Shift+Up
/Cmd+Shift+Down
keyboard shortcuts (Ctrl+Shift+Up
/Ctrl+Shift+Down
for Windows) previously used themoveBlockUp
&moveBlockDown
methods, which are nowmoveBlocksUp
&moveBlocksDown
. This means that all the changes mentioned above also apply to those shortcuts.Improved
Tab
/Shift+Tab
handlingIndentation & toolbar navigation
Previously, while the formatting or link toolbars were open,
Tab
&Shift+Tab
was used to navigate them for keyboard accessibility. In order to useTab
/Shift+Tab
to indent/unindent the selected blocks, the user would have to first hitEscape
to close the toolbar(s). However, they would then immediately reopen, which would be frustrating when trying to move blocks up/down multiple nesting levels.Now, the formatting and link toolbars remain closed after indenting/unindenting with
Tab
/Shift+Tab
.Additionally, setting the new
tab-behaviour
editor option to"prefer-indent"
will causeTab
/Shift+Tab
to always indent/unindent the selected blocks, regardless of any open toolbars. Note that this will make the toolbars no longer keyboard accessible.Table cell navigation
Tab
/Shift+Tab
now navigate through cells when the selection is inside a table block, instead of indenting/unindenting the block.Updated editor methods
getBlock
Previously could only get regular blocks, now also works with
"column"
and"columnList"
blocks from the@blocknote/xl-multi-column
package.getSelection
[Breaking]Previously,
getSelection().blocks
would return blocks spanned by the selection at all nesting levels, meaning the returned array would contain both a block and its descendants.Now, in most cases, only blocks are added at the lowest nesting level of those spanned, though this works slightly differently when the block in which the selection starts is nested deeper than other blocks spanned. In either case, if a block is in the returned array, none of its descendants will be.
It's recommended to play around with the selected blocks demo or check the source code to understand the changes made to
getSelection
in depth.New editor methods
getPrevBlock
Docs reference
getNextBlock
Docs reference
getParentBlock
Docs reference
setSelection
Docs reference
What's Changed
New Contributors
Full Changelog: TypeCellOS/BlockNote@v0.19.2...v0.20.0
v0.19.2
Compare Source
Another bugfix release - this time focusing on UX.
What's Changed
DragHandleButton
by @hoongding in https://github.com/TypeCellOS/BlockNote/pull/1184New Contributors
Full Changelog: TypeCellOS/BlockNote@v0.19.0...v0.19.2
radix-ui/primitives (@radix-ui/react-avatar)
v1.1.2
Compare Source
TanStack/query (@tanstack/react-query)
v5.62.7
Compare Source
Version 5.62.7 - 12/10/24, 7:04 PM
Changes
Fix
465906a
) by Dominik DorfmeisterChore
27ce0b6
) by Dominik DorfmeisterPackages
v5.62.3
Compare Source
v5.62.2
Compare Source
Version 5.62.2 - 12/3/24, 7:29 AM
Changes
Fix
175757a
) by Nick LucasPackages
v5.62.1
Compare Source
Version 5.62.1 - 12/2/24, 6:40 PM
Changes
Fix
d9d2728
) by ParbezChore
b7bad3d
) by ArnoudTest
queryObserver
(#8304) (12b6782
) by Sol LeePackages
v5.62.0
Compare Source
Version 5.62.0 - 11/29/24, 1:03 PM
Changes
Feat
0fa1f01
) by Nick LucasChore
f245792
) by ArnoudPackages
v5.61.5
Compare Source
Version 5.61.5 - 11/27/24, 8:09 AM
Changes
Fix
422c879
) by Nick LucasCi
d28de3c
) by Leonardo MontiniPackages
v5.61.4
Compare Source
Version 5.61.4 - 11/26/24, 1:39 PM
Changes
Fix
3b7556f
) by Jonathan ToungChore
dfe2cd1
) by renovate[bot]8b0756a
) by Arnoudef0b7b2
) by Dominik Dorfmeisterecc17d5
) by renovate[bot]c69f302
) by Lachlan Collins5cd9611
) by Lachlan CollinsPackages
v5.61.3
Compare Source
v5.61.0
Compare Source
Version 5.61.0 - 11/20/24, 1:01 PM
Changes
Feat
5731a3a
) by ArnoudFix
3fa4b7c
) by Dominik DorfmeisterDocs
6a9edbf
) by ArnoudPackages
v5.60.6
Compare Source
Version 5.60.6 - 11/19/24, 10:17 AM
Changes
Refactor
7d36089
) by @kangju2000Other
fadfbde
) by AmmarPackages
axios/axios (axios)
v1.7.9
Compare Source
Reverts
Contributors to this release
v1.7.8
Compare Source
Bug Fixes
globalThis.TextEncoder
when available (#6634) (df956d1)Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.