mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 17:29:19 +08:00
chore: bump blocksuite (#7163)
## Features - https://github.com/toeverything/BlockSuite/pull/7230 @akumatus - https://github.com/toeverything/BlockSuite/pull/7220 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7228 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7216 @golok727 - https://github.com/toeverything/BlockSuite/pull/7224 @akumatus - https://github.com/toeverything/BlockSuite/pull/7217 @pengx17 - https://github.com/toeverything/BlockSuite/pull/7144 @Flrande ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7231 @fourdim - https://github.com/toeverything/BlockSuite/pull/7229 @fourdim - https://github.com/toeverything/BlockSuite/pull/7222 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/7226 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7218 @fundon - https://github.com/toeverything/BlockSuite/pull/7213 @donteatfriedrice ## Refactor - https://github.com/toeverything/BlockSuite/pull/7212 @Flrande ## Misc - https://github.com/toeverything/BlockSuite/pull/7223 @fundon
This commit is contained in:
+1
@@ -128,6 +128,7 @@ const blocksuiteFeatureFlags: Partial<Record<keyof BlockSuiteFlags, string>> = {
|
||||
enable_database_statistics: 'Enable Database Block Statistics',
|
||||
enable_block_query: 'Enable Todo Block Query',
|
||||
enable_new_image_actions: 'Enable New Image Actions',
|
||||
enable_edgeless_text: 'Enable New Edgeless Text',
|
||||
};
|
||||
|
||||
const BlocksuiteFeatureFlagSettings = () => {
|
||||
|
||||
@@ -2,6 +2,7 @@ import type { BlockSpec } from '@blocksuite/block-std';
|
||||
import {
|
||||
EdgelessSurfaceBlockSpec,
|
||||
EdgelessSurfaceRefBlockSpec,
|
||||
EdgelessTextBlockSpec,
|
||||
FrameBlockSpec,
|
||||
} from '@blocksuite/blocks';
|
||||
|
||||
@@ -13,6 +14,7 @@ export const EdgelessModeSpecs: BlockSpec[] = [
|
||||
EdgelessSurfaceBlockSpec,
|
||||
EdgelessSurfaceRefBlockSpec,
|
||||
FrameBlockSpec,
|
||||
EdgelessTextBlockSpec,
|
||||
// special
|
||||
CustomEdgelessRootBlockSpec,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user