Skip to content
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

Version Packages #1014

Merged
merged 1 commit into from
Jan 6, 2025
Merged

Version Packages #1014

merged 1 commit into from
Jan 6, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 20, 2024

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

[email protected]

Minor Changes

  • ✨ added a barrel file to the components root folder (by @shairez in #1015)

    Now when you generate a component qwik-ui will create an index.ts file in your components folder which exports the newly generated components.

    Example: qwik-ui add input

    Generated output:

    src/components/index.ts # exports * from './input/input'
    src/components/input/input.tsx

@qwik-ui/[email protected]

Minor Changes

@qwik-ui/[email protected]

Patch Changes

  • 🖼️ The Qwik UI site now uses OG info across platforms. (by @thejackshelton in #1037)

    🔍 The combobox now supports a "inline" mode. Opt-in to inline mode with replacing the <Combobox.Popover> component with <Combobox.Inline>, and adding mode="inline" to the <Combobox.Root> component.

    💡 Combobox inline mode allows for command palettes or other use cases where the search input is directly on the page.

    🎠 Carousel fixes:

  • ✨ carousel now supports mousewheel navigation in vertical mode (by @thejackshelton in #1030)

@github-actions github-actions bot force-pushed the changeset-release/main branch 5 times, most recently from 5e5f84c to fa3dd1e Compare November 27, 2024 20:07
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 179b16a to 4194838 Compare December 6, 2024 06:24
@github-actions github-actions bot force-pushed the changeset-release/main branch 2 times, most recently from 95b4a52 to 3e14083 Compare December 17, 2024 15:34
@github-actions github-actions bot force-pushed the changeset-release/main branch from 3e14083 to a23a2bc Compare December 24, 2024 17:27
@github-actions github-actions bot force-pushed the changeset-release/main branch 4 times, most recently from c5b6235 to eda7e2b Compare January 5, 2025 02:03
@github-actions github-actions bot force-pushed the changeset-release/main branch from eda7e2b to 8000987 Compare January 6, 2025 00:34
@thejackshelton thejackshelton merged commit 0f29743 into main Jan 6, 2025
@thejackshelton thejackshelton deleted the changeset-release/main branch January 6, 2025 00:38
TheMcnafaha pushed a commit to TheMcnafaha/qwik-ui that referenced this pull request Jan 8, 2025
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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