@blocksuite/store
Advanced tools
Comparing version
# @blocksuite/store | ||
## 0.0.0-canary-20241108001401 | ||
## 0.0.0-canary-20241109001401 | ||
@@ -9,6 +9,54 @@ ### Patch Changes | ||
- Updated dependencies | ||
- @blocksuite/global@0.0.0-canary-20241108001401 | ||
- @blocksuite/inline@0.0.0-canary-20241108001401 | ||
- @blocksuite/sync@0.0.0-canary-20241108001401 | ||
- @blocksuite/global@0.0.0-canary-20241109001401 | ||
- @blocksuite/inline@0.0.0-canary-20241109001401 | ||
- @blocksuite/sync@0.0.0-canary-20241109001401 | ||
## 0.17.28 | ||
### Patch Changes | ||
- 5ef420d: ## Feat | ||
- feat(blocks): mobile at menu (#8681) | ||
- feat: unify the reference data structure of inline, card and embed (#8689) | ||
- feat(database): add placeholder for filter (#8701) | ||
- feat(database): support for sorting event tracking (#8691) | ||
## Fix | ||
- fix: color of button is actived on color picker (#8685) | ||
- fix: unable to switch to embed view when other pages link with mode (#8688) | ||
- fix: the shape will turn black for a moment when dragging from the toolbar (#8698) | ||
- fix(database): support for pasting linked doc into title cell (#8703) | ||
- fix(database): menu cannot be close when it outside the doc (#8700) | ||
- fix(database): number overflow (#8699) | ||
- fix(database): prevent certain event propagation in the menu input (#8697) | ||
- fix(database): toolbar icon color (#8695) | ||
- fix(database): textarea of the title has unexpected line breaks (#8694) | ||
- fix(database): can't create tag by clicking (#8693) | ||
- fix(database): sorting of checkbox (#8692) | ||
- fix: add paragraph when last block in note is not empty paragraph (#8690) | ||
- fix: improve drag area (#8678) | ||
- fix: edgeless crash on mobile safari (#8680) | ||
## Chore | ||
- chore: lock file maintenance (#8686) | ||
## Refactor | ||
- refactor(blocks): extract computation of selection rect to command (#8705) | ||
- refactor(blocks): render linked doc popover with blocksuite-portal (#8664) | ||
- refactor(blocks): move virutal keyboard controller to affine components (#8663) | ||
- refactor(database): remove sortable.js (#8696) | ||
## Other | ||
- Introducing BlockSuite Guru on Gurubase.io (#8706) | ||
- Updated dependencies [5ef420d] | ||
- @blocksuite/global@0.17.28 | ||
- @blocksuite/inline@0.17.28 | ||
- @blocksuite/sync@0.17.28 | ||
## 0.17.27 | ||
@@ -15,0 +63,0 @@ |
@@ -65,2 +65,3 @@ var __esDecorate = (this && this.__esDecorate) || function (ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) { | ||
enable_mobile_keyboard_toolbar: false, | ||
enable_mobile_linked_doc_menu: false, | ||
readonly: {}, | ||
@@ -67,0 +68,0 @@ }; |
{ | ||
"name": "@blocksuite/store", | ||
"version": "0.0.0-canary-20241108001401", | ||
"version": "0.0.0-canary-20241109001401", | ||
"description": "BlockSuite data store built for general purpose state management.", | ||
@@ -23,5 +23,5 @@ "type": "module", | ||
"dependencies": { | ||
"@blocksuite/global": "0.0.0-canary-20241108001401", | ||
"@blocksuite/inline": "0.0.0-canary-20241108001401", | ||
"@blocksuite/sync": "0.0.0-canary-20241108001401", | ||
"@blocksuite/global": "0.0.0-canary-20241109001401", | ||
"@blocksuite/inline": "0.0.0-canary-20241109001401", | ||
"@blocksuite/sync": "0.0.0-canary-20241109001401", | ||
"@preact/signals-core": "^1.8.0", | ||
@@ -28,0 +28,0 @@ "@types/flexsearch": "^0.7.6", |
@@ -70,2 +70,3 @@ import type { BlockSuiteFlags } from '@blocksuite/global/types'; | ||
enable_mobile_keyboard_toolbar: false, | ||
enable_mobile_linked_doc_menu: false, | ||
readonly: {}, | ||
@@ -72,0 +73,0 @@ } satisfies BlockSuiteFlags; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
804277
0.23%11700
0.02%+ Added
+ Added
+ Added
- Removed
- Removed
- Removed