@blocksuite/sync
Advanced tools
Comparing version 0.0.0-canary-20241213001537 to 0.0.0-canary-20241214001553
# @blocksuite/sync | ||
## 0.0.0-canary-20241213001537 | ||
## 0.0.0-canary-20241214001553 | ||
@@ -9,4 +9,35 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241213001537 | ||
- @blocksuite/global@0.0.0-canary-20241214001553 | ||
## 0.19.0 | ||
### Minor Changes | ||
- d7ec057: 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) | ||
### Patch Changes | ||
- Updated dependencies [d7ec057] | ||
- @blocksuite/global@0.19.0 | ||
## 0.18.7 | ||
@@ -13,0 +44,0 @@ |
{ | ||
"name": "@blocksuite/sync", | ||
"version": "0.0.0-canary-20241213001537", | ||
"version": "0.0.0-canary-20241214001553", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241213001537", | ||
"@blocksuite/global": "0.0.0-canary-20241214001553", | ||
"idb": "^8.0.0", | ||
@@ -24,0 +24,0 @@ "idb-keyval": "^6.2.1", |
233331
+ Added@blocksuite/global@0.0.0-canary-20241214001553(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241213001537(transitive)