You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/stacks-classic/CHANGELOG.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,25 @@
1
1
# @stackoverflow/stacks
2
2
3
+
## 3.0.0-beta.24
4
+
5
+
### Minor Changes
6
+
7
+
-[#2164](https://github.com/StackExchange/Stacks/pull/2164)[`a710c69`](https://github.com/StackExchange/Stacks/commit/a710c69a5214b7deee41f181ad3a8b2762f6822a) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update link component to new SHINE designs
8
+
9
+
BREAKING CHANGES:
10
+
- <a> elements no longer automatically have s-link styling, `s-link` needs to be an explict class of any <a> element that needs the styling
11
+
-`block-link` component deleted
12
+
13
+
-[#2163](https://github.com/StackExchange/Stacks/pull/2163)[`9000f2e`](https://github.com/StackExchange/Stacks/commit/9000f2eb6b2ca40b0e8a4dd4ffd95a6c9748f5c5) Thanks [@giamir](https://github.com/giamir)! - update label component to new SHINE specs
14
+
15
+
### Patch Changes
16
+
17
+
-[#2168](https://github.com/StackExchange/Stacks/pull/2168)[`c903ff0`](https://github.com/StackExchange/Stacks/commit/c903ff08d009a4165631a9b3b25e184924363c8a) Thanks [@mukunku](https://github.com/mukunku)! - patch(badges): Add star icon for new user badges
18
+
19
+
-[#2172](https://github.com/StackExchange/Stacks/pull/2172)[`92cd983`](https://github.com/StackExchange/Stacks/commit/92cd98363e36ffc1133bae2b67e276dc1d057444) Thanks [@dancormier](https://github.com/dancormier)! - Replace all static size variables (`--su-static*`) with dynamic ones (`--su*`)
20
+
21
+
-[#2171](https://github.com/StackExchange/Stacks/pull/2171)[`c122d46`](https://github.com/StackExchange/Stacks/commit/c122d463b0ca08c928aaeb43b20c99d5144d16a6) Thanks [@mukunku](https://github.com/mukunku)! - patch(navigation): Update vertical nav text color
Copy file name to clipboardExpand all lines: packages/stacks-classic/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "@stackoverflow/stacks",
3
3
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
Copy file name to clipboardExpand all lines: packages/stacks-svelte/CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,21 @@
1
1
# @stackoverflow/stacks-svelte
2
2
3
+
## 1.0.0-beta.28
4
+
5
+
### Minor Changes
6
+
7
+
-[#2164](https://github.com/StackExchange/Stacks/pull/2164)[`a710c69`](https://github.com/StackExchange/Stacks/commit/a710c69a5214b7deee41f181ad3a8b2762f6822a) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Update link component to new SHINE designs
8
+
9
+
BREAKING CHANGES:
10
+
- <a> elements no longer automatically have s-link styling, `s-link` needs to be an explict class of any <a> element that needs the styling
11
+
-`block-link` component deleted
12
+
13
+
-[#2163](https://github.com/StackExchange/Stacks/pull/2163)[`9000f2e`](https://github.com/StackExchange/Stacks/commit/9000f2eb6b2ca40b0e8a4dd4ffd95a6c9748f5c5) Thanks [@giamir](https://github.com/giamir)! - update label component to new SHINE specs
14
+
15
+
### Patch Changes
16
+
17
+
-[#2172](https://github.com/StackExchange/Stacks/pull/2172)[`92cd983`](https://github.com/StackExchange/Stacks/commit/92cd98363e36ffc1133bae2b67e276dc1d057444) Thanks [@dancormier](https://github.com/dancormier)! - Replace all static size variables (`--su-static*`) with dynamic ones (`--su*`)
0 commit comments