Releases: StackExchange/Stacks-Icons
Releases · StackExchange/Stacks-Icons
v5.0.0
v4.0.0
⚠ 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
andBookmarkAddXL
(#150) - icon Add new
SyncSm
,Unsync
,UnsyncSm
,BellSm
icons, alterSync
icon's size (#152 ) - icon remove now outdated Jobs and Enterprise logos (#154)
Full Changelog: v3.1.0...v4.0.0
v3.1.0
v3.0.5
Bug Fixes
- browser: fix window conditional check for browserHelper #144
Full Changelog: v3.0.4...v3.0.5
v3.0.2
v3.0.1
v3.0.0
Adds
Discord
iconRichText
andMarkdownPreview
iconsBookmarkAlt
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
orSpot
, e.g.Alert
is nowIconAlert
andRocketXL
is nowSpotRocketXL
- 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
Various normalization of width and vertical alignment within icon containers.
v2.26.0
Adds
Figma
iconHealth
spotHealthLg
spotHealthXL
spot
v2.25.1
Adds
- Empty placeholders
Refines
- Better arrow placement