-
-
Notifications
You must be signed in to change notification settings - Fork 425
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: release blocksuite 0.19 (#8972)
- Loading branch information
1 parent
4be9468
commit d7ec057
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
'@blocksuite/affine': minor | ||
'@blocksuite/affine-block-embed': minor | ||
'@blocksuite/affine-block-list': minor | ||
'@blocksuite/affine-block-paragraph': minor | ||
'@blocksuite/affine-block-surface': minor | ||
'@blocksuite/affine-components': minor | ||
'@blocksuite/data-view': minor | ||
'@blocksuite/affine-model': minor | ||
'@blocksuite/affine-shared': minor | ||
'@blocksuite/affine-widget-scroll-anchoring': minor | ||
'@blocksuite/blocks': minor | ||
'@blocksuite/docs': minor | ||
'@blocksuite/block-std': minor | ||
'@blocksuite/global': minor | ||
'@blocksuite/inline': minor | ||
'@blocksuite/store': minor | ||
'@blocksuite/sync': minor | ||
'@blocksuite/presets': minor | ||
--- | ||
|
||
Blocksuite minor release. | ||
|
||
## Feat | ||
|
||
- feat: enable new dnd by default (#8970) | ||
- feat: should insert bookmark when drop frame and group (#8969) | ||
- feat(blocks): add block adapters for note block (#8963) | ||
|
||
## Fix | ||
|
||
- fix: note dnd preview (#8968) | ||
- fix: attachment, bookmark and embed blocks should be draggable (#8967) | ||
- fix: should copy embed doc when dnd (#8966) | ||
- fix(std): undefined editor during rect polling on mobile (#8965) | ||
- fix(blocks): fix incorrect font family in mobile widgets (#8961) | ||
- fix(blocks): at menu styles (#8962) | ||
|
||
## Refactor | ||
|
||
- refactor: optimize code of new drag event watcher (#8971) | ||
- refactor(playground): remove `mockPeekViewExtension` (#8964) |