Skip to content

Releases: StackExchange/Stacks-Icons

v7.0.0

Choose a tag to compare

@dancormier dancormier released this 14 Aug 18:03
ed38879

Stacks Icons V7 is now stable.

Install

npm install @stackoverflow/stacks-icons@7
dotnet add package StackExchange.StacksIcons --version 7.0.0

Highlights

  • Stable CommonJS, ESM, TypeScript, SVG, CSS, and manifest exports
  • Matching 7.0.0 npm and NuGet packages
  • npm provenance attestation
  • NuGet publication to both public NuGet.org and Stack Overflow’s internal Cloudsmith feed
  • Package metadata, exports, generated assets, and consumer behavior validated during release
  • Apache-2.0 licensing aligned across V7 artifacts

.NET compatibility

  • Targets net8.0
  • Uses System.Collections.Immutable 9.0.9

Breaking changes and V6 support

V7 is a major release and is not a drop-in replacement for every V6 consumer. The V7 CSS bundle remains intentionally curated and does not reproduce the complete V6 CSS selector set.

V6 remains maintained for Stacks Classic V2 compatibility:

Documentation

Current V7 icons and spots: https://icons.stackoverflow.design/

v6.8.0

Choose a tag to compare

@giamir giamir released this 17 Nov 11:25

What's Changed

  • Added 3 new icons: Cursor, MCP and VsCode

Full Changelog: v6.7.2...v6.8.0

v6.7.2

Choose a tag to compare

@dancormier dancormier released this 28 Oct 16:12

What's Changed

  • chore(deps-dev): bump axios from 1.12.2 to 1.13.0 by @dependabot[bot] in #458

Full Changelog: v6.7.1...v6.7.2

v6.7.1

Choose a tag to compare

@dancormier dancormier released this 28 Oct 16:11

What's Changed

  • chore(deps-dev): bump typescript from 5.9.2 to 5.9.3 by @dependabot[bot] in #446
  • chore(deps-dev): bump @rollup/plugin-typescript from 12.1.4 to 12.3.0 by @dependabot[bot] in #454
  • rollback to System.Collections.Immutable 8.x by @dancormier in #457

Full Changelog: v6.7.0...v6.7.1

v6.7.0

Choose a tag to compare

@giamir giamir released this 21 Oct 13:23

What's Changed

  • feat(icons): add ToolSm icon

Full Changelog: v6.6.2...v6.7.0

v6.6.2

Choose a tag to compare

@CGuindon CGuindon released this 19 Sep 16:33

What's Changed

Full Changelog: v6.6.1...v6.6.2

v6.6.1

Choose a tag to compare

@abovedave abovedave released this 01 Jul 16:19

What's Changed

New icons

  • feat(icon): add SidebarLeft & SidebarRight icons by @abovedave in #408

Dependencies

  • build(deps-dev): bump rollup from 4.44.0 to 4.44.1 by @dependabot in #405
  • build(deps-dev): bump prettier from 3.6.0 to 3.6.2 by @dependabot in #406
  • build(deps-dev): bump @rollup/plugin-typescript from 12.1.3 to 12.1.4 by @dependabot in #407

v6.5.0

Choose a tag to compare

@dancormier dancormier released this 26 Jun 18:20

What's Changed

Full Changelog: v6.4.0...v6.5.0

v6.4.0

Choose a tag to compare

@abovedave abovedave released this 16 Jun 09:56

What's Changed

New icons

  • Added AnswerAI.

v6.3.0

Choose a tag to compare

@abovedave abovedave released this 11 Jun 16:58

What's Changed

New icons

  • Added ThumbsUpOutline and ThumbsDownOutline.

Changes to existing

  • Updated the ThumbsUp & ThumbsDown styles to match the new outlines, so we can toggle between the two in the UI if needed.