Skip to content

Version Packages - #53

Merged
Jerome Leclanche (jleclanche) merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

Version Packages#53
Jerome Leclanche (jleclanche) merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@ingram-tech/nk-dev@0.16.1

Patch Changes

  • 54eec07: nextkit/base-ui-native-button now only inspects components that actually
    accept nativeButton: Button, PopoverTrigger, Switch and the menu items.

    Keying on the Button / Trigger name suffixes was wrong twice. A
    *Trigger builds on useButton internally but does not expose the prop, so
    the rule demanded code that does not type-check; and a render target named
    *Button is Base UI's own primitive or a wrapper on it, which renders a
    native <button>, where nativeButton={false} earns the inverse runtime
    warning. A locally defined component that merely shares the name (a
    SidebarMenuButton) took no such prop either.

    On one site this took the rule from 81 reports, 55 of them wrong and the rest
    unfixable as suggested, to only the genuine Button render={<Link />} cases.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 86967f9 to df1999b Compare September 6, 2026 14:09
@jleclanche
Jerome Leclanche (jleclanche) deleted the changeset-release/main branch September 6, 2026 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant