feat(*): v6 - #3920
Open
cschroeter wants to merge 23 commits into
Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Open
Resolve conflicts between the v6 branch and main: - package.json/bun.lock: keep the zag v2 line, bumped to 2.0.0-next.1, and take main's versions for everything else - factory.ts: keep v6's `render` prop while adding main's react.lazy handling for children crossing the RSC boundary - tests: keep main's absolute `@ark-ui/*` imports plus v6's `act` usage; keep both fieldset tests - number-input/presence/field: keep v6's props, take main's fixes Adapt main's new code to the zag v2 API: - tree-view: `getCellProps` -> `getNodeCellProps` - menu: split the new `menubar` prop - popover (solid): drop the removed `portalled` prop - toc `with-tree-view` example: migrate from Branch/Item to the v6 Node/NodeGroup tree-view parts - hotkeys: `normalizeHotkey` and the `Platform` re-export are gone in zag v2, so key registrations off `parseHotkey` and use ark's local `Platform` type - presence: declare `onEnterComplete` on ark's props, zag v2 has not ported it back yet
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.
No description provided.