File tree 37 files changed +645
-60
lines changed
37 files changed +645
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/blocks @0.19.0
33
+ - @blocksuite/block-std @0.19.0
34
+ - @blocksuite/global @0.19.0
35
+ - @blocksuite/inline @0.19.0
36
+ - @blocksuite/store @0.19.0
37
+ - @blocksuite/presets @0.19.0
38
+
3
39
## 0.18.7
4
40
5
41
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " BlockSuite for Affine" ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine-block-embed
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-block-surface @0.19.0
33
+ - @blocksuite/affine-components @0.19.0
34
+ - @blocksuite/affine-model @0.19.0
35
+ - @blocksuite/affine-shared @0.19.0
36
+ - @blocksuite/block-std @0.19.0
37
+ - @blocksuite/global @0.19.0
38
+ - @blocksuite/inline @0.19.0
39
+ - @blocksuite/store @0.19.0
40
+
3
41
## 0.18.7
4
42
5
43
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine-block-embed" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " Embed blocks for BlockSuite." ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine-block-list
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-components @0.19.0
33
+ - @blocksuite/affine-model @0.19.0
34
+ - @blocksuite/affine-shared @0.19.0
35
+ - @blocksuite/block-std @0.19.0
36
+ - @blocksuite/global @0.19.0
37
+ - @blocksuite/inline @0.19.0
38
+ - @blocksuite/store @0.19.0
39
+
3
40
## 0.18.7
4
41
5
42
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine-block-list" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " List block for BlockSuite." ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine-block-paragraph
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-components @0.19.0
33
+ - @blocksuite/affine-model @0.19.0
34
+ - @blocksuite/affine-shared @0.19.0
35
+ - @blocksuite/block-std @0.19.0
36
+ - @blocksuite/global @0.19.0
37
+ - @blocksuite/inline @0.19.0
38
+ - @blocksuite/store @0.19.0
39
+
3
40
## 0.18.7
4
41
5
42
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine-block-paragraph" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " Paragraph block for BlockSuite." ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine-block-surface
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-components @0.19.0
33
+ - @blocksuite/affine-model @0.19.0
34
+ - @blocksuite/affine-shared @0.19.0
35
+ - @blocksuite/block-std @0.19.0
36
+ - @blocksuite/global @0.19.0
37
+ - @blocksuite/inline @0.19.0
38
+ - @blocksuite/store @0.19.0
39
+
3
40
## 0.18.7
4
41
5
42
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine-block-surface" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " Surface block for BlockSuite." ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/affine-components
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-model @0.19.0
33
+ - @blocksuite/affine-shared @0.19.0
34
+ - @blocksuite/block-std @0.19.0
35
+ - @blocksuite/global @0.19.0
36
+ - @blocksuite/inline @0.19.0
37
+ - @blocksuite/store @0.19.0
38
+
3
39
## 0.18.7
4
40
5
41
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/affine-components" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " Default BlockSuite editable blocks." ,
5
5
"type" : " module" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @blocksuite/data-view
2
2
3
+ ## 0.19.0
4
+
5
+ ### Minor Changes
6
+
7
+ - d7ec057: Blocksuite minor release.
8
+
9
+ ## Feat
10
+
11
+ - feat: enable new dnd by default (#8970 )
12
+ - feat: should insert bookmark when drop frame and group (#8969 )
13
+ - feat(blocks): add block adapters for note block (#8963 )
14
+
15
+ ## Fix
16
+
17
+ - fix: note dnd preview (#8968 )
18
+ - fix: attachment, bookmark and embed blocks should be draggable (#8967 )
19
+ - fix: should copy embed doc when dnd (#8966 )
20
+ - fix(std): undefined editor during rect polling on mobile (#8965 )
21
+ - fix(blocks): fix incorrect font family in mobile widgets (#8961 )
22
+ - fix(blocks): at menu styles (#8962 )
23
+
24
+ ## Refactor
25
+
26
+ - refactor: optimize code of new drag event watcher (#8971 )
27
+ - refactor(playground): remove ` mockPeekViewExtension ` (#8964 )
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies [ d7ec057]
32
+ - @blocksuite/affine-components @0.19.0
33
+ - @blocksuite/affine-shared @0.19.0
34
+ - @blocksuite/block-std @0.19.0
35
+ - @blocksuite/global @0.19.0
36
+ - @blocksuite/store @0.19.0
37
+
3
38
## 0.18.7
4
39
5
40
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @blocksuite/data-view" ,
3
- "version" : " 0.18.7 " ,
3
+ "version" : " 0.19.0 " ,
4
4
"description" : " Views of database in affine" ,
5
5
"type" : " module" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments