Releases: StackExchange/Stacks
Release list
@stackoverflow/stacks-svelte@1.0.2
Patch Changes
- #2377
35ec3ceThanks @dancormier! - Support touch-triggered tooltips while preventing compatibility mouse events from leaving them visible.
@stackoverflow/stacks@3.0.0
Major Changes
-
#1994
83db25aThanks @dancormier! - enter prerelease mode for project shine -
#2082
8ed0ceaThanks @giamir! - Badges: update to the new SHINE visualsBREAKING CHANGES:
.s-badge__iconremoved.s-badge__bountyremoved.s-badge__answeredremoved.s-badge__votesremoved.s-badge__rep-downremoved.s-badge__mutedremoved.s-badge__newrenamed to.s-badge__featured
Minor Changes
-
#2077
78d6a22Thanks @mukunku! - feat(textarea): new SHINE styles and Svelte componentBREAKING CHANGES:
s-input__mdremoveds-input__xlremoved
-
#2008
4610d3aThanks @ttaylor-stack! - Update button to new Shine stylesBREAKING CHANGES:
- The secondary style
outlinedhas been removed i.e..s-btn__outlined - The variant
Mutedhas been removed s-btn__mdhas been removed
- The secondary style
-
#2092
c1443ecThanks @ttaylor-stack! - Update User card to new SHINE design (part 1) -
#2038
e0da077Thanks @mukunku! - feat(tags): updates tag component designs for project SHINEBREAKING CHANGES
Tag sizes
xsandmdhave been removed. -
#2123
dcac9bfThanks @ttaylor-stack! - Update User Card to new SHINE design (part 2) -
#2015
66bfd40Thanks @dancormier! - Updated colors for SHINE -
#2164
a710c69Thanks @ttaylor-stack! - Update link component to new SHINE designsBREAKING CHANGES:
- elements no longer automatically have s-link styling,
s-linkneeds to be an explict class of any element that needs the styling block-linkcomponent deleted
- elements no longer automatically have s-link styling,
-
#2026
2a4a741Thanks @ttaylor-stack! - Update border radius for new SHINE design systemBREAKING CHANGE:
- bar-sm and bar-lg are deprecated use bar-md instead
-
#2062
83d21b8Thanks @dancormier! - Add Vote component -
#2069
bb1284bThanks @ttaylor-stack! - Update Select component in classic and svelte to new SHINE stylesBREAKING CHANGES:
mdandxlsizes removed
-
#2028
c9bd0f6Thanks @dancormier! - Update typography for new SHINE design system -
#2013
35fe29bThanks @dancormier! - Update Bling component to match SHINE styles -
#2187
34a2cd1Thanks @dancormier! - Remove deprecated components (breadcrumbs, button groups, cards, expandable, link previews, page titles, progress bars, topbar, uploader) -
#2214
97d31abThanks @dancormier! - Add brand color set -
#2109
96224f0Thanks @mukunku! - feat(notice): update styles for SHINE
feat(toast): update styles for SHINEBREAKING CHANGES
- Markup for notices has been updated
-
#2046
5e49f0bThanks @dancormier! - Update Menu to SHINE styles; add Svelte component -
#2070
55f3a17Thanks @mukunku! - feat(input): update input styles for SHINEBREAKING CHANGES:
s-input__mdremoveds-input__xlremoved- Nested input styles slightly updated
optionalandi18nOptionalTextattributes removed from TextInput Svelte component
-
#2060
d53cdd1Thanks @ttaylor-stack! - Updated checkbox and radio styling in Stacks Classic and documentation for SHINE
.s-check-controlhas been removed
Renamed.s-check-groupto.s-form-group
.s-checkboxand.s-radioare now expected to be on the container where.s-check-controlwould previously be applied. They are no longer needed on the input itself
Added.s-checkbox__checkmarkand.s-radio__checkmarkto Stacks Classic
AddedCheckbox,CheckboxGroup,Radio,RadioGroupcomponents to Stacks Svelte -
#2132
4d3ad74Thanks @giamir! - adjust breakpoints to the new SHINE spec -
#2142
041f1ddThanks @ttaylor-stack! - Update Loader (formerly known as Spinner) component to SHINE designsBREAKING CHANGES:
- Spinner component has been replace with the Loader component
-
#2136
d75d9d4Thanks @ttaylor-stack! - Add .bg-loading delete skeletonBREAKING CHANGES:
Skeleton component deleted
-
#2174
df11fb5Thanks @dancormier! - Update prose component to SHINE styles -
#2043
6f6d576Thanks @giamir! - Navigation updates:- Deprecated muted variant (
.s-navigation__muted)
- Deprecated muted variant (
-
#2163
9000f2eThanks @giamir! - update label component to new SHINE specs -
#2035
0b1841dThanks @ttaylor-stack! - Update pagination component to match new SHINE design systemBREAKING CHANGES
The next button now uses an ArrowRight and ArrowLeft icon instead of text. To apply the new styling, add theitem__navclass to pagination items that represent the "Next" button. -
#2030
da8616aThanks @ttaylor-stack! - Update popover component to match SHINE stylesBREAKING CHANGES:
s-popover--arrowcss class has been removed
-
#2051
f3f078cThanks @mukunku! - feat(badges): first batch of design updates for the badge component as part of SHINEBREAKING CHANGES:
.s-badge__xsremov...
@stackoverflow/stacks-utils@1.0.0
Major Changes
Patch Changes
-
#2177
a035461Thanks @giamir! - ensure correct module resolution in nodejs -
#2365
4b94e3dThanks @dancormier! - Fix TypeScript declaration resolution for NodeNext consumers and avoid changing the consumer's default Day.js locale. -
#2153
f59b762Thanks @giamir! - formatCount support for negative values
@stackoverflow/stacks-svelte@1.0.1
Patch Changes
- #2379
6411877Thanks @dancormier! - Publish 1.0.1 as the first available stable Svelte release. Version 1.0.0 cannot be reused because it was previously published and unpublished by the V2 release workflow.
@stackoverflow/stacks@3.0.0-beta.33
Patch Changes
-
#2315
e35b99cThanks @dancormier! - Fix atomic gap utilities so axis-specific classes emit targeted gap properties. -
#2322
4fb27bbThanks @dancormier! - Update default form input border colors to black-350.
@stackoverflow/stacks-email@1.0.0-beta.0
Major Changes
- #2292
d41a57eThanks @abovedave! - Publish the new@stackoverflow/stacks-emailpackage with ESM library and SvelteKit integration exports.
@stackoverflow/stacks@3.0.0-beta.32
Patch Changes
- #2314
667ed7aThanks @dancormier! - Restore transition atomic utilities to the static CSS bundle.
@stackoverflow/stacks-svelte@1.0.0-beta.34
@stackoverflow/stacks@2.9.0
Minor Changes
- #2304
3bf24b4Thanks @alexwarren! - Fix popover focus-leave dismissal