Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blocksuite/global

Package Overview
Dependencies
Maintainers
0
Versions
1143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blocksuite/global - npm Package Compare versions

Comparing version 0.0.0-canary-20241108001401 to 0.0.0-canary-20241109001401

45

CHANGELOG.md
# @blocksuite/global
## 0.0.0-canary-20241108001401
## 0.0.0-canary-20241109001401

@@ -9,2 +9,45 @@ ### Patch Changes

## 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)
## 0.17.27

@@ -11,0 +54,0 @@

@@ -19,2 +19,3 @@ export interface BlockSuiteFlags {

enable_mobile_keyboard_toolbar: boolean;
enable_mobile_linked_doc_menu: boolean;
readonly: Record<string, boolean>;

@@ -21,0 +22,0 @@ }

2

package.json
{
"name": "@blocksuite/global",
"version": "0.0.0-canary-20241108001401",
"version": "0.0.0-canary-20241109001401",
"types": "./index.d.ts",

@@ -5,0 +5,0 @@ "type": "module",

@@ -19,4 +19,5 @@ export interface BlockSuiteFlags {

enable_mobile_keyboard_toolbar: boolean;
enable_mobile_linked_doc_menu: boolean;
readonly: Record<string, boolean>;
}
export * from './virtual-keyboard.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc