diff --git a/.changeset/pre.json b/.changeset/pre.json index d9fe862a8aa..0d4aced3939 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -141,6 +141,7 @@ "rare-countries-sparkle", "real-beans-serve", "real-colts-perform", + "rude-rivers-crash", "selfish-singers-lie", "seven-pens-collect", "sharp-pianos-reply", diff --git a/components/slider/CHANGELOG.md b/components/slider/CHANGELOG.md index 9b14b511da4..9deeb955f39 100644 --- a/components/slider/CHANGELOG.md +++ b/components/slider/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 6.0.0-s2-foundations.15 + +### Minor Changes + +- [#3154](https://github.com/adobe/spectrum-css/pull/3154) [`7735155`](https://github.com/adobe/spectrum-css/commit/77351552eac8a28cab316d984fee88dca61dc786) Thanks [@cdransf](https://github.com/cdransf)! - This applies a flex layout to the spectrum slider controls to consistently align the enclosed handle and ramp, while also removing the margins that might otherwise interfere with alignment. This aims to resolve the issues with the calc-based approach that exhibited variations in vertical alignment. + ## 6.0.0-s2-foundations.14 ### Major Changes diff --git a/components/slider/package.json b/components/slider/package.json index 69c1bd0ba5f..c89ba98203b 100644 --- a/components/slider/package.json +++ b/components/slider/package.json @@ -1,6 +1,6 @@ { "name": "@spectrum-css/slider", - "version": "6.0.0-s2-foundations.14", + "version": "6.0.0-s2-foundations.15", "description": "The Spectrum CSS slider component", "license": "Apache-2.0", "author": "Adobe",