-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
ec9d2aa
commit 70f98a2
Showing
1 changed file
with
48 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,48 @@ | ||
--- | ||
'@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 | ||
--- | ||
|
||
## Feat | ||
|
||
- feat: add pdf viewer to playground (#8650) | ||
- feat: add view toggle menu to toolbar of attachment block (#8660) | ||
- feat: attachment embedded view supports configurable (#8658) | ||
|
||
## Fix | ||
|
||
- fix: tidy up after multiple images uploaded (#8671) | ||
- fix: unable to add caption for linked document of embedded view (#8670) | ||
- fix(blocks): code block should update highlight when theme changed (#8669) | ||
- fix(edgeless): allow right click of tool controller (#8652) | ||
- fix(database): short name of tag type (#8665) | ||
- fix: the content of formula should contain spaces (#8647) | ||
- fix: import notion database with title (#8661) | ||
- fix(page): bookmark block selected style (#8656) | ||
- fix(edgeless): switching shape style and color, the preview does not change in time (#8655) | ||
- fix(blocks): size of icons are not consistent in keyboard toolbar (#8653) | ||
- fix: use host instead of offsetParent (#8651) | ||
|
||
## Refactor | ||
|
||
- refactor(database): filter ui (#8611) | ||
|
||
## Ci | ||
|
||
- ci: renovate pr title lint (#8666) |