Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Jan 6, 2025
1 parent aad02ee commit ae4bd34
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/slow-socks-smell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
'@qwik-ui/headless': patch
---

🖼️ The Qwik UI site now uses OG info across platforms.

🔍 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:

- [#1032](https://github.com/qwikifiers/qwik-ui/issues/1032)
- [#1023](https://github.com/qwikifiers/qwik-ui/issues/1023)
- [#1006](https://github.com/qwikifiers/qwik-ui/issues/1006)

0 comments on commit ae4bd34

Please sign in to comment.