@blocksuite/sync
Advanced tools
Comparing version 0.0.0-canary-20241112001403 to 0.0.0-canary-20241112094159
# @blocksuite/sync | ||
## 0.0.0-canary-20241112001403 | ||
## 0.0.0-canary-20241112094159 | ||
@@ -9,4 +9,32 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241112001403 | ||
- @blocksuite/global@0.0.0-canary-20241112094159 | ||
## 0.17.29 | ||
### Patch Changes | ||
- 9cc49ff: ## Feat | ||
- feat(database): support sorting for linked doc (#8715) | ||
## Fix | ||
- fix(blocks): init collapsed state of list (#8727) | ||
- fix(blocks): outline header sorting button tooltip (#8730) | ||
- fix(database): date-picker styles (#8728) | ||
- fix(blocks): only split paragraphs based on newlines (#8702) | ||
- fix(edgeless): disable list and paragraph padding in edgeless text (#8723) | ||
- fix(blocks): surface ref viewport element undefined (#8722) | ||
- fix(blocks): show keyboard when at menu is triggered by keyboard toolbar (#8721) | ||
- fix(database): linked doc convert logic (#8714) | ||
- fix(database): improve the display logic of the row menu button (#8713) | ||
## Chore | ||
- chore: configurable visibility of reference node popup (#8711) | ||
- chore(blocks): disable dragging in mobile (#8724) | ||
- Updated dependencies [9cc49ff] | ||
- @blocksuite/global@0.17.29 | ||
## 0.17.28 | ||
@@ -13,0 +41,0 @@ |
{ | ||
"name": "@blocksuite/sync", | ||
"version": "0.0.0-canary-20241112001403", | ||
"version": "0.0.0-canary-20241112094159", | ||
"description": "BlockSuite data synchronization engine abstraction and implementation.", | ||
@@ -21,3 +21,3 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241112001403", | ||
"@blocksuite/global": "0.0.0-canary-20241112094159", | ||
"idb": "^8.0.0", | ||
@@ -24,0 +24,0 @@ "idb-keyval": "^6.2.1", |
220294
+ Added@blocksuite/global@0.0.0-canary-20241112094159(transitive)
- Removed@blocksuite/global@0.0.0-canary-20241112001403(transitive)