From ae4bd34d839d66b674dcc8308366d172e907b4e4 Mon Sep 17 00:00:00 2001 From: thejackshelton Date: Sun, 5 Jan 2025 18:30:50 -0600 Subject: [PATCH] add changelog --- .changeset/slow-socks-smell.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .changeset/slow-socks-smell.md diff --git a/.changeset/slow-socks-smell.md b/.changeset/slow-socks-smell.md new file mode 100644 index 000000000..3459ada38 --- /dev/null +++ b/.changeset/slow-socks-smell.md @@ -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 `` component with ``, and adding `mode="inline"` to the `` 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)