-
-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
277d2b1
commit 59e0cd6
Showing
1 changed file
with
39 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,39 @@ | ||
--- | ||
'@blocksuite/affine': patch | ||
'@blocksuite/affine-block-embed': patch | ||
'@blocksuite/affine-block-list': patch | ||
'@blocksuite/affine-block-paragraph': patch | ||
'@blocksuite/affine-block-surface': patch | ||
'@blocksuite/affine-components': patch | ||
'@blocksuite/data-view': patch | ||
'@blocksuite/affine-model': patch | ||
'@blocksuite/affine-shared': patch | ||
'@blocksuite/affine-widget-scroll-anchoring': patch | ||
'@blocksuite/blocks': patch | ||
'@blocksuite/docs': patch | ||
'@blocksuite/block-std': patch | ||
'@blocksuite/global': patch | ||
'@blocksuite/inline': patch | ||
'@blocksuite/store': patch | ||
'@blocksuite/sync': patch | ||
'@blocksuite/presets': patch | ||
--- | ||
|
||
Release patch version. | ||
|
||
## Feat | ||
|
||
- feat(edgeless): mind map collapse (#8905) | ||
- feat(blocks): add plain text adapter for mind map element (#9006) | ||
- feat(edgeless): add views and event support for canvas elements (#8882) | ||
- feat(edgeless): improve local element support (#8869) | ||
|
||
## Fix | ||
|
||
- fix: drag doc from affine to edgeless (#9011) | ||
- fix: mind map opacity (#9010) | ||
- fix: should only generate new id when cross doc (#9009) | ||
|
||
## Perf | ||
|
||
- perf(std): add cache for gfx viewport (#9003) |