Skip to content

Commit 8fe10ce

Browse files
chore: version packages (#8950)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent d925364 commit 8fe10ce

File tree

37 files changed

+1187
-92
lines changed

37 files changed

+1187
-92
lines changed

.changeset/angry-drinks-greet.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

packages/affine/all/CHANGELOG.md

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,71 @@
11
# @blocksuite/affine
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- d925364: Blocksuite patch release.
8+
9+
## Feat
10+
11+
- feat: add from entity api for dnd (#8946)
12+
- feat: make block to snapshot a sync method (#8943)
13+
- feat(database): enhance filter functionality with default values (#8932)
14+
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
15+
- feat(blocks): responsive ui for embed doc (#8900)
16+
- feat(edgeless): unlock and unlock button (#8826)
17+
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
18+
- feat(edgeless): add lock property to edgeless block and element (#8824)
19+
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
20+
- feat(blocks): support database html block adapter (#8898)
21+
22+
## Fix
23+
24+
- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
25+
- fix(database): adjust detail panel layout for better responsiveness (#8945)
26+
- fix(database): move cursor in kanban card title by arrow keys (#8893)
27+
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
28+
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
29+
- fix: remove vitest extension from recommendation list (#8936)
30+
- fix(blocks): should prevent default if drop event is handled (#8929)
31+
- fix(blocks): missing aliases when converting from embed to card (#8928)
32+
- fix(blocks): should show original doc title when hovering title button (#8925)
33+
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
34+
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
35+
- fix(edgeless): undefined telemetry service (#8918)
36+
- fix(database): add group call frequency is incorrect (#8916)
37+
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)
38+
39+
## Chore
40+
41+
- chore(edgeless): telemetry for edgeless lock feature (#8933)
42+
- chore(blocks): use rest params in parsed result (#8908)
43+
- chore: lock file maintenance (#8919)
44+
- chore: lock file maintenance (#8894)
45+
46+
## Refactor
47+
48+
- refactor: adapter types and utils (#8934)
49+
- refactor: make notion text adapter as an extension (#8926)
50+
51+
## Perf
52+
53+
- perf(std): cache dom rect for pointer controller (#8940)
54+
55+
## Test
56+
57+
- test(database): add sorting functionality tests for multiple rules (#8917)
58+
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
59+
- test(edgeless): edgeless element lock feature tests (#8867)
60+
61+
- Updated dependencies [d925364]
62+
- @blocksuite/blocks@0.18.6
63+
- @blocksuite/block-std@0.18.6
64+
- @blocksuite/global@0.18.6
65+
- @blocksuite/inline@0.18.6
66+
- @blocksuite/store@0.18.6
67+
- @blocksuite/presets@0.18.6
68+
369
## 0.18.5
470

571
### Patch Changes

packages/affine/all/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "BlockSuite for Affine",
55
"type": "module",
66
"repository": {

packages/affine/block-embed/CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,73 @@
11
# @blocksuite/affine-block-embed
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- d925364: Blocksuite patch release.
8+
9+
## Feat
10+
11+
- feat: add from entity api for dnd (#8946)
12+
- feat: make block to snapshot a sync method (#8943)
13+
- feat(database): enhance filter functionality with default values (#8932)
14+
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
15+
- feat(blocks): responsive ui for embed doc (#8900)
16+
- feat(edgeless): unlock and unlock button (#8826)
17+
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
18+
- feat(edgeless): add lock property to edgeless block and element (#8824)
19+
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
20+
- feat(blocks): support database html block adapter (#8898)
21+
22+
## Fix
23+
24+
- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
25+
- fix(database): adjust detail panel layout for better responsiveness (#8945)
26+
- fix(database): move cursor in kanban card title by arrow keys (#8893)
27+
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
28+
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
29+
- fix: remove vitest extension from recommendation list (#8936)
30+
- fix(blocks): should prevent default if drop event is handled (#8929)
31+
- fix(blocks): missing aliases when converting from embed to card (#8928)
32+
- fix(blocks): should show original doc title when hovering title button (#8925)
33+
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
34+
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
35+
- fix(edgeless): undefined telemetry service (#8918)
36+
- fix(database): add group call frequency is incorrect (#8916)
37+
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)
38+
39+
## Chore
40+
41+
- chore(edgeless): telemetry for edgeless lock feature (#8933)
42+
- chore(blocks): use rest params in parsed result (#8908)
43+
- chore: lock file maintenance (#8919)
44+
- chore: lock file maintenance (#8894)
45+
46+
## Refactor
47+
48+
- refactor: adapter types and utils (#8934)
49+
- refactor: make notion text adapter as an extension (#8926)
50+
51+
## Perf
52+
53+
- perf(std): cache dom rect for pointer controller (#8940)
54+
55+
## Test
56+
57+
- test(database): add sorting functionality tests for multiple rules (#8917)
58+
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
59+
- test(edgeless): edgeless element lock feature tests (#8867)
60+
61+
- Updated dependencies [d925364]
62+
- @blocksuite/affine-block-surface@0.18.6
63+
- @blocksuite/affine-components@0.18.6
64+
- @blocksuite/affine-model@0.18.6
65+
- @blocksuite/affine-shared@0.18.6
66+
- @blocksuite/block-std@0.18.6
67+
- @blocksuite/global@0.18.6
68+
- @blocksuite/inline@0.18.6
69+
- @blocksuite/store@0.18.6
70+
371
## 0.18.5
472

573
### Patch Changes

packages/affine/block-embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-embed",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "Embed blocks for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-list/CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
# @blocksuite/affine-block-list
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- d925364: Blocksuite patch release.
8+
9+
## Feat
10+
11+
- feat: add from entity api for dnd (#8946)
12+
- feat: make block to snapshot a sync method (#8943)
13+
- feat(database): enhance filter functionality with default values (#8932)
14+
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
15+
- feat(blocks): responsive ui for embed doc (#8900)
16+
- feat(edgeless): unlock and unlock button (#8826)
17+
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
18+
- feat(edgeless): add lock property to edgeless block and element (#8824)
19+
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
20+
- feat(blocks): support database html block adapter (#8898)
21+
22+
## Fix
23+
24+
- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
25+
- fix(database): adjust detail panel layout for better responsiveness (#8945)
26+
- fix(database): move cursor in kanban card title by arrow keys (#8893)
27+
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
28+
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
29+
- fix: remove vitest extension from recommendation list (#8936)
30+
- fix(blocks): should prevent default if drop event is handled (#8929)
31+
- fix(blocks): missing aliases when converting from embed to card (#8928)
32+
- fix(blocks): should show original doc title when hovering title button (#8925)
33+
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
34+
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
35+
- fix(edgeless): undefined telemetry service (#8918)
36+
- fix(database): add group call frequency is incorrect (#8916)
37+
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)
38+
39+
## Chore
40+
41+
- chore(edgeless): telemetry for edgeless lock feature (#8933)
42+
- chore(blocks): use rest params in parsed result (#8908)
43+
- chore: lock file maintenance (#8919)
44+
- chore: lock file maintenance (#8894)
45+
46+
## Refactor
47+
48+
- refactor: adapter types and utils (#8934)
49+
- refactor: make notion text adapter as an extension (#8926)
50+
51+
## Perf
52+
53+
- perf(std): cache dom rect for pointer controller (#8940)
54+
55+
## Test
56+
57+
- test(database): add sorting functionality tests for multiple rules (#8917)
58+
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
59+
- test(edgeless): edgeless element lock feature tests (#8867)
60+
61+
- Updated dependencies [d925364]
62+
- @blocksuite/affine-components@0.18.6
63+
- @blocksuite/affine-model@0.18.6
64+
- @blocksuite/affine-shared@0.18.6
65+
- @blocksuite/block-std@0.18.6
66+
- @blocksuite/global@0.18.6
67+
- @blocksuite/inline@0.18.6
68+
- @blocksuite/store@0.18.6
69+
370
## 0.18.5
471

572
### Patch Changes

packages/affine/block-list/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-list",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "List block for BlockSuite.",
55
"type": "module",
66
"repository": {

packages/affine/block-paragraph/CHANGELOG.md

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,72 @@
11
# @blocksuite/affine-block-paragraph
22

3+
## 0.18.6
4+
5+
### Patch Changes
6+
7+
- d925364: Blocksuite patch release.
8+
9+
## Feat
10+
11+
- feat: add from entity api for dnd (#8946)
12+
- feat: make block to snapshot a sync method (#8943)
13+
- feat(database): enhance filter functionality with default values (#8932)
14+
- feat: bring back the ability to drag blocks from note to edgeless (#8914)
15+
- feat(blocks): responsive ui for embed doc (#8900)
16+
- feat(edgeless): unlock and unlock button (#8826)
17+
- feat(edgeless): impl lock interface for edgeless element and block (#8825)
18+
- feat(edgeless): add lock property to edgeless block and element (#8824)
19+
- feat(blocks): support embed linked doc and synced doc html block adapter (#8907)
20+
- feat(blocks): support database html block adapter (#8898)
21+
22+
## Fix
23+
24+
- fix(blocks): inconsistent language list behavior on hover in Firefox (#8944)
25+
- fix(database): adjust detail panel layout for better responsiveness (#8945)
26+
- fix(database): move cursor in kanban card title by arrow keys (#8893)
27+
- fix(blocks): show keyboard toolbar when focus on title and hide on scrolling (#8939)
28+
- fix(blocks): missing aliases when duplicating linked doc block on edgeless (#8930)
29+
- fix: remove vitest extension from recommendation list (#8936)
30+
- fix(blocks): should prevent default if drop event is handled (#8929)
31+
- fix(blocks): missing aliases when converting from embed to card (#8928)
32+
- fix(blocks): should show original doc title when hovering title button (#8925)
33+
- fix(blocks): hide the thumb for bookmark if its width is less than 375 (#8922)
34+
- fix(blocks): button styling when disabled on embed card edit popup (#8924)
35+
- fix(edgeless): undefined telemetry service (#8918)
36+
- fix(database): add group call frequency is incorrect (#8916)
37+
- fix(database): adjust padding for mobile menu to accommodate safe area insets (#8915)
38+
39+
## Chore
40+
41+
- chore(edgeless): telemetry for edgeless lock feature (#8933)
42+
- chore(blocks): use rest params in parsed result (#8908)
43+
- chore: lock file maintenance (#8919)
44+
- chore: lock file maintenance (#8894)
45+
46+
## Refactor
47+
48+
- refactor: adapter types and utils (#8934)
49+
- refactor: make notion text adapter as an extension (#8926)
50+
51+
## Perf
52+
53+
- perf(std): cache dom rect for pointer controller (#8940)
54+
55+
## Test
56+
57+
- test(database): add sorting functionality tests for multiple rules (#8917)
58+
- test(edgeless): fix lock flaky test by adding waitNextFrame (#8937)
59+
- test(edgeless): edgeless element lock feature tests (#8867)
60+
61+
- Updated dependencies [d925364]
62+
- @blocksuite/affine-components@0.18.6
63+
- @blocksuite/affine-model@0.18.6
64+
- @blocksuite/affine-shared@0.18.6
65+
- @blocksuite/block-std@0.18.6
66+
- @blocksuite/global@0.18.6
67+
- @blocksuite/inline@0.18.6
68+
- @blocksuite/store@0.18.6
69+
370
## 0.18.5
471

572
### Patch Changes

packages/affine/block-paragraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blocksuite/affine-block-paragraph",
3-
"version": "0.18.5",
3+
"version": "0.18.6",
44
"description": "Paragraph block for BlockSuite.",
55
"type": "module",
66
"repository": {

0 commit comments

Comments
 (0)