Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"legal-jobs-marry",
"legal-pianos-own",
"lemon-coins-chew",
"lemon-shoes-tease",
"moody-banks-study",
"new-bees-grab",
"nine-wolves-share",
Expand All @@ -50,6 +51,7 @@
"thin-days-leave",
"thin-peas-happen",
"thirty-planes-beg",
"true-guests-drive",
"violet-pears-draw",
"witty-wolves-wash",
"young-views-join"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/stacks-classic/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @stackoverflow/stacks

## 3.0.0-beta.14

### Minor Changes

- [#2060](https://github.com/StackExchange/Stacks/pull/2060) [`d53cdd1`](https://github.com/StackExchange/Stacks/commit/d53cdd189e6b831ea2db442068b26ab7c281f3b8) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Updated checkbox and radio styling in Stacks Classic and documentation for SHINE
`.s-check-control` has been removed
Renamed `.s-check-group` to `.s-form-group`
`.s-checkbox` and `.s-radio` are now expected to be on the container where `.s-check-control` would previously be applied. They are no longer needed on the input itself
Added `.s-checkbox__checkmark` and `.s-radio__checkmark` to Stacks Classic
Added `Checkbox`, `CheckboxGroup`, `Radio`, `RadioGroup` components to Stacks Svelte

## 3.0.0-beta.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stacks-classic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stackoverflow/stacks",
"description": "Stack Overflow’s CSS and Design Pattern Library. Stacks is an atomic CSS library with classes and components for rapidly building Stack Overflow.",
"version": "3.0.0-beta.13",
"version": "3.0.0-beta.14",
"files": [
"dist",
"lib",
Expand Down
18 changes: 18 additions & 0 deletions packages/stacks-svelte/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @stackoverflow/stacks-svelte

## 1.0.0-beta.16

### Minor Changes

- [#2060](https://github.com/StackExchange/Stacks/pull/2060) [`d53cdd1`](https://github.com/StackExchange/Stacks/commit/d53cdd189e6b831ea2db442068b26ab7c281f3b8) Thanks [@ttaylor-stack](https://github.com/ttaylor-stack)! - Updated checkbox and radio styling in Stacks Classic and documentation for SHINE
`.s-check-control` has been removed
Renamed `.s-check-group` to `.s-form-group`
`.s-checkbox` and `.s-radio` are now expected to be on the container where `.s-check-control` would previously be applied. They are no longer needed on the input itself
Added `.s-checkbox__checkmark` and `.s-radio__checkmark` to Stacks Classic
Added `Checkbox`, `CheckboxGroup`, `Radio`, `RadioGroup` components to Stacks Svelte

- [#2113](https://github.com/StackExchange/Stacks/pull/2113) [`0b92e2c`](https://github.com/StackExchange/Stacks/commit/0b92e2cc63ce005f75724f6983898b7548c34d7e) Thanks [@chris-doucette-stack](https://github.com/chris-doucette-stack)! - Added aria-label and aria-labelledby props to PopoverContent

### Patch Changes

- Updated dependencies [[`d53cdd1`](https://github.com/StackExchange/Stacks/commit/d53cdd189e6b831ea2db442068b26ab7c281f3b8)]:
- @stackoverflow/stacks@3.0.0-beta.14

## 1.0.0-beta.15

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/stacks-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@stackoverflow/stacks-svelte",
"description": "Stacks Components built in Svelte",
"type": "module",
"version": "1.0.0-beta.15",
"version": "1.0.0-beta.16",
"exports": {
".": {
"types": "./lib/components/index.d.ts",
Expand All @@ -27,7 +27,7 @@
"storybook:extract": "node tools/storybook-llms-extractor.js"
},
"peerDependencies": {
"@stackoverflow/stacks": "^3.0.0-beta.11",
"@stackoverflow/stacks": "^3.0.0-beta.14",
"svelte": "^5.0.0"
},
"dependencies": {
Expand Down