feat(Board): new features#1233
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: 211f3c3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
📦 NPM canary releaseDeployed canary version 0.0.0-canary-af65c0a. |
Contributor
🧪 Storybook is successfully deployed!
|
Contributor
🏋️ Size limit report
Click here if you want to find out what is changed in this build |
Contributor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 2 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4151516. Configure here.
… widget configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Note
Medium Risk
Changes core
Boardlayout, resize constraints, and aligned-nested semantics—apps relying on shrunk rows inside short containers or old transform positioning may see different sizing/animation. Dev-only lint-staged upgrade is low risk.Overview
Board/Board.WidgetgainwidgetPropsfor board-wide defaults (card chrome, sizing, drag/resize, merged styles), per-widgetisCard,minW/maxW/minH/maxHwhen layout items omit bounds, and container style props onBoard.Widgetmerged intostyles.Visual / layout behavior: widgets default to
#surface-2fill and rounded corners; optional card borders. Positioning moves fromtransformtoleft/topwithinsettransitions on reflow. Read-only boards (isDraggable={false}) no longer attach drag handlers so text inside widgets stays selectable.Aligned nested boards (
isAligned): use the parent row height verbatim (no shrinking to fit), defaultcontainerPaddingto[0, 0], and a small width tolerance so column pitch lines up with the ancestor grid—intended to pair withisAutoHeightcontainers. Nested boards inherit ancestorshowGridLinesduring drag when unset; inner grid lines hide while the host widget is dragged.Tooling: fixes lint-staged glob (
*.{js,jsx,ts,tsx}) and bumps lint-staged^10→^17(lockfile churn).Reviewed by Cursor Bugbot for commit 211f3c3. Bugbot is set up for automated code reviews on this repo. Configure here.