Skip to content

Releases: StackExchange/Stacks-Icons

v5.0.0

04 Jan 21:27
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • icon remove all trademarked Logo* icons (#176)
  • package migrate npm package to type module

Features

  • build all images are now sourced from Figma via the API (#153)
  • dotnet add dotnet / nuget package support (#174)

Full Changelog: v4.0.0...v5.0.0

v4.0.0

04 Oct 19:07
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • icon removes LogoEnterprise, LogoEnterpriseAlt, LogoEnterpriseAltMd, LogoEnterpriseWordmarkSm, LogoJobs, LogoJobsAlt, LogoJobsAltMd icons
  • icon the dimensions of Sync have been changed from 22x18 to 18x18

Features

  • spot add BookmarkAdd, BookmarkAddLg and BookmarkAddXL (#150)
  • icon Add new SyncSm, Unsync, UnsyncSm, BellSm icons, alter Sync icon's size (#152 )
  • icon remove now outdated Jobs and Enterprise logos (#154)

Full Changelog: v3.1.0...v4.0.0

v3.1.0

29 Sep 18:31
Compare
Choose a tag to compare

Adds

  • new MailOpen and MailOpenSm icons

v3.0.5

06 Sep 21:07
Compare
Choose a tag to compare

Bug Fixes

  • browser: fix window conditional check for browserHelper #144

Full Changelog: v3.0.4...v3.0.5

v3.0.2

04 Aug 13:38
Compare
Choose a tag to compare
  • package: reintroduce missing npm package files

v3.0.1

04 Aug 13:37
Compare
Choose a tag to compare

Bug Fixes

  • exports: expose src/Icon/* and src/Spot/* exports for using the raw svgs in styles

v3.0.0

25 Jul 21:06
Compare
Choose a tag to compare

Adds

  • Discord icon
  • RichText and MarkdownPreview icons
  • BookmarkAlt icon
  • new module exports for JS icons that are tree-shakeable

⚠ Breaking Changes

  • Bookmark icon has a new look that is distinctly different than the old version
  • JS bundle no longer has a default export
  • All JS icon names have been prefixed with Icon or Spot, e.g. Alert is now IconAlert and RocketXL is now SpotRocketXL
    • This only applies to the JS icons - all other icon names have stayed the same
// OLD
const Icons = require("@stackoverflow/stacks-icons");

// NEW
const { Icons } = require("@stackoverflow/stacks-icons");

// imports are now available as well
import { Icons, Spots } from "@stackoverflow/stacks-icons";

// or even better, as all unused icons can be tree-shaken from the resulting bundle
import { IconAlert } from "@stackoverflow/stacks-icons/icons";
import { SpotAlert } from "@stackoverflow/stacks-icons/spots";

v2.27.0

07 Mar 19:06
Compare
Choose a tag to compare

Various normalization of width and vertical alignment within icon containers.

v2.26.0

20 Jan 20:35
Compare
Choose a tag to compare

Adds

  • Figma icon
  • Health spot
  • HealthLg spot
  • HealthXL spot

v2.25.1

05 Dec 17:45
Compare
Choose a tag to compare

Adds

  • Empty placeholders

Refines

  • Better arrow placement