diff --git a/.changeset/pre.json b/.changeset/pre.json index beda081ad7..079d7655a3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -62,6 +62,8 @@ "nine-wolves-share", "ninety-dogs-pump", "plain-teams-tell", + "plenty-regions-shake", + "popover-horizontal-shift", "proud-items-study", "proud-wasps-travel", "proud-worms-end", @@ -71,6 +73,7 @@ "rare-badgers-vanish", "ready-tigers-bathe", "red-cobras-make", + "rich-poets-hug", "ripe-paths-tell", "salty-papers-sneeze", "seven-comics-cross", @@ -85,6 +88,7 @@ "smooth-colts-make", "solid-mugs-jog", "sour-jobs-collect", + "strong-news-float", "strong-stamps-occur", "swift-clocks-ring", "tall-shrimps-deny", diff --git a/package-lock.json b/package-lock.json index 1b04345ff9..484b147a88 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15729,7 +15729,7 @@ }, "packages/stacks-svelte": { "name": "@stackoverflow/stacks-svelte", - "version": "1.0.0-beta.31", + "version": "1.0.0-beta.32", "dependencies": { "@floating-ui/core": "^1.7.3", "@stackoverflow/stacks-icons": "^7.0.0-beta.18", diff --git a/packages/stacks-svelte/CHANGELOG.md b/packages/stacks-svelte/CHANGELOG.md index cca3b187ec..7e3a421aee 100644 --- a/packages/stacks-svelte/CHANGELOG.md +++ b/packages/stacks-svelte/CHANGELOG.md @@ -1,5 +1,21 @@ # @stackoverflow/stacks-svelte +## 1.0.0-beta.32 + +### Patch Changes + +- [#2262](https://github.com/StackExchange/Stacks/pull/2262) [`0179d9b`](https://github.com/StackExchange/Stacks/commit/0179d9be7772126479d7ca89195ca337f30ae6e5) Thanks [@dancormier](https://github.com/dancormier)! - Allow class prop to be array or object + +- [#2288](https://github.com/StackExchange/Stacks/pull/2288) [`a84dd91`](https://github.com/StackExchange/Stacks/commit/a84dd915185946ee1b8ed8178dd4b2d3418cb644) Thanks [@giamir](https://github.com/giamir)! - Shift Popover content horizontally when it would overflow the viewport. + +- [#2261](https://github.com/StackExchange/Stacks/pull/2261) [`2c9bd95`](https://github.com/StackExchange/Stacks/commit/2c9bd958bf2e405271ba5e1f5a32e4db7ead5a67) Thanks [@dancormier](https://github.com/dancormier)! - Updated Button component to use string for badges + + BREAKING CHANGES: + - `badge` prop in Button component now uses string (numbers only) instead of a Snippet + +- [#2206](https://github.com/StackExchange/Stacks/pull/2206) [`a9d6edf`](https://github.com/StackExchange/Stacks/commit/a9d6edf80a51869139b67e2047c56b057a3bad38) Thanks [@abovedave](https://github.com/abovedave)! - \* `` nested `` dimensions. + - Screen reader text for the private badge variant. + ## 1.0.0-beta.31 ### Patch Changes diff --git a/packages/stacks-svelte/package.json b/packages/stacks-svelte/package.json index bb0ba2a7f2..d60496f564 100644 --- a/packages/stacks-svelte/package.json +++ b/packages/stacks-svelte/package.json @@ -2,7 +2,7 @@ "name": "@stackoverflow/stacks-svelte", "description": "Stacks Components built in Svelte", "type": "module", - "version": "1.0.0-beta.31", + "version": "1.0.0-beta.32", "exports": { ".": { "types": "./lib/components/index.d.ts",