-
-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: convert built-in component to widget #8577
refactor: convert built-in component to widget #8577
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit b17901e. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
d9eefb2
to
fe291d4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~
Merge activity
|
### Changed Refactor those built-in component into widget: - edgeless-selected-rect - edgeless-dragging-area-rect - edgeless-navigator-black-background - edgeless-toolbar - note-slicer
fe291d4
to
b17901e
Compare
size-limit report 📦
|
## Feat - feat(blocks): add more html transformer apis (#8573) - feat(blocks): support more markdown transformer api (#8564) - feat(blocks): add abort controller to peekviewservice (#8558) - feat: add docLinkMiddleware for linked doc export (#8553) ## Fix - fix: mind map dragging issue (#8563) - fix(database): can't use horizontal scrollbar (#8576) - fix: note width is less than minimum width after resize and arrange (#8550) - fix: newly created note alignments cannot be stored persistently (#8551) - fix: inline range calculation not expected (#8552) - fix(database): avoid filter bar flickering (#8562) - fix(database): drag and drop block into database block (#8561) - fix(blocks): split paragraphs based on newlines (#8556) - fix(database): incorrect delete row logic (#8544) - fix: note height less than minimum height (#8542) ## Chore - chore: add changelog generating script (#8582) - chore: optimize zip transformer api (#8580) - chore: adjust attachment click events, like image, to support opening in peek view (#8579) - chore: remove useless import (#8571) ## Refactor - refactor: convert built-in component to widget (#8577) - refactor: migrating legacy tools (#8471) - refactor: edgeless tool manager (#8438) - refactor(playground): organize export and import menu items into submenus in the debug menu (#8557) - refactor: combine unsafeCSS and cssVar (#8545) ## Perf - perf(edgeless): use css var to place collaboration cursors-n-selections on board zoom change (#8543)
Changed
Refactor those built-in component into widget: