From 578fd7b6854bec9778df21d721b04eba27deeaae Mon Sep 17 00:00:00 2001 From: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:43:02 -0400 Subject: [PATCH] next: resolve merge conflicts with `main` (#639) Co-authored-by: Andre Morise Co-authored-by: Hunter Johnston <64506580+huntabyte@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: CokaKoala <31664583+AdrianGonz97@users.noreply.github.com> Co-authored-by: Andre Morise Co-authored-by: Magnar Ovedal Myrtveit Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Abdoulaye NDOYE <46305144+NDOY3M4N@users.noreply.github.com> Co-authored-by: Jeanne Mas <24734881+jeannemas@users.noreply.github.com> Co-authored-by: Mariusz Wachowski Co-authored-by: Ratul Maharaj <56479869+RatulMaharaj@users.noreply.github.com> Fix binding button element (#473) fix: ContentProps type (#545) fix: Updated ComboboxLabelProps to use HTMLLabelAttributes (#544) fix: allow overriding the combobox input id (#553) fix: date pickers clear (#549) --- .github/ISSUE_TEMPLATE/3-bug_report.yml | 6 + .github/ISSUE_TEMPLATE/config.yml | 2 +- README.md | 13 ++ package.json | 2 +- packages/bits-ui/CHANGELOG.md | 44 ++++ packages/bits-ui/package.json | 4 +- pnpm-lock.yaml | 198 +++++++++--------- sites/docs/content/components/scroll-area.md | 2 +- sites/docs/package.json | 2 +- sites/docs/src/app.html | 1 + .../src/lib/content/api-reference/calendar.ts | 11 +- .../lib/content/api-reference/date-field.ts | 9 +- .../extended-types/date-value.ts | 6 + .../api-reference/extended-types/index.ts | 6 + 14 files changed, 192 insertions(+), 114 deletions(-) create mode 100644 sites/docs/src/lib/content/api-reference/extended-types/date-value.ts diff --git a/.github/ISSUE_TEMPLATE/3-bug_report.yml b/.github/ISSUE_TEMPLATE/3-bug_report.yml index d194b282a..2d9b4ed0c 100644 --- a/.github/ISSUE_TEMPLATE/3-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/3-bug_report.yml @@ -6,6 +6,12 @@ body: attributes: value: | Thanks for taking the time to fill out this bug report! + - type: markdown + attributes: + value: | + #### If you aren't sure if something is a bug or not, please do not create an issue, instead ask in one of the following channels: + - [Discussions](https://github.com/huntabyte/bits-ui/discussions/new?category=help) + - [Discord](https://discord.gg/fdXy3Sk8Gq) - type: textarea id: bug-description attributes: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b8593c6b6..3cbc2793a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,5 +4,5 @@ contact_links: url: https://github.com/huntabyte/bits-ui/discussions/new?category=help about: If you can't get something to work the way you expect, open a question in our discussion forums. - name: Discord - url: https://hbyt.us/discord + url: https://discord.gg/fdXy3Sk8Gq about: If you need to have a back-and-forth conversation, join the Discord server. diff --git a/README.md b/README.md index 8eeea1bc1..c98938b3e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ +[![](https://dcbadge.vercel.app/api/server/fdXy3Sk8Gq?style=flat)](https://discord.gg/fdXy3Sk8Gq) + The headless components for Svelte. [Read the docs](https://bits-ui.com) @@ -41,3 +43,14 @@ Built by [@huntabyte](https://github.com/huntabyte) and [community](https://gith + +## Community + +Join the Discord server to ask questions, find collaborators, or just say hi! + + + + + Svecosystem Discord community + + diff --git a/package.json b/package.json index 1e1fd04f1..1e0e4b8e4 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.2", "prettier-plugin-tailwindcss": "0.5.13", - "svelte": "5.0.0-next.199", + "svelte": "5.0.0-next.208", "svelte-eslint-parser": "^0.41.0", "wrangler": "^3.44.0" }, diff --git a/packages/bits-ui/CHANGELOG.md b/packages/bits-ui/CHANGELOG.md index b2d3ba14c..6068351b4 100644 --- a/packages/bits-ui/CHANGELOG.md +++ b/packages/bits-ui/CHANGELOG.md @@ -1,5 +1,49 @@ # bits-ui +## 0.21.10 + +### Patch Changes + +- fix: allow overriding the combobox input id ([#553](https://github.com/huntabyte/bits-ui/pull/553)) + +## 0.21.9 + +### Patch Changes + +- feat: forward additional events from `