Skip to content

Releases: ipfs-shipyard/ipfs-css

v1.4.0

22 Nov 01:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.0

ipfs-css v1.3.0

22 Oct 19:06
Compare
Choose a tag to compare
  • Adds/updates icons (see #46) related to pinning and pinning services:
    • glyph_pin_cloud (new)
    • stroke_pin_cloud (new)
    • glyph_cloud (updated)
    • stroke_cloud (updated
  • Bumps dot-prop version

ipfs-css v1.2.0

26 Jun 17:10
Compare
Choose a tag to compare

Adds icons for external links:

  • stroke_link_external.svg
  • glyph_link_external.svg

See https://gateway.ipfs.io/ipfs/QmWB4HTz8G9RQeNumjFqHeHD7ziVkC3bfxWe37oEE75LZv to view them in the full icon list!

ipfs-css v1.1.0

12 May 17:20
8390d72
Compare
Choose a tag to compare

Adds an official link color and improves icons throughout.

  • Adds chevron-style arrow to be used in file import progress UI pattern: stroke_small_arrow.svg and glyph_small_arrow.svg
  • Optimizes all icons for file size
  • Updates gateway link to icon guide doc in readme
  • Adds link color, confirmed WCAG AA compliant on white background (background discussion here

Icon, font, color improvements

23 Apr 01:15
Compare
Choose a tag to compare

ipfs-css v1.0.0

General icon, font, and color improvements across the board.

Closes #21

  • Includes icon names underneath all icons in icon reference HTML page
  • IMPORTANT! Renames stroke_picture.svg to stroke_doc_picture.svg for consistency. Please double-check that this doesn't represent a breaking change for you.

Closes #8

  • Adds all remaining missing icons

Unblocks ipfs/ipfs-webui#1379

  • Replaces teal value #3e9096 with #378085 for accessibility as proposed here

Closes & augments #37

  • Adds support for SCSS via PR #39 (thanks, @bluelovers!)
  • Builds on that PR by generating its formerly static vars.scss and theme.scss from theme.json
  • Moves both vars.scss and theme.scss up to top level of directory structure, so it's in the same place as ipfs.css

Closes #29

  • Updates to latest version of Montserrat from https://github.com/JulietaUla/Montserrat
  • Updates to latest version of Inter from https://github.com/rsms/inter
  • Renames all interui, inter ui, inter ui references to just inter due to 2019 name change
  • Adds @font-face support for the following, so we now have support for all weights 300-800 for both our core fonts:
    • Inter: ExtraLight 300, ExtraLightItalic 300, SemiBold 600, SemiBoldItalic 600, ExtraBold 800, ExtraBoldItalic 800
    • Montserrat: Medium 500, MediumItalic 500, ExtraBold 800, ExtraBoldItalic 800
  • Excludes various unused fonts from build:
    • Montserrat: Thin, ThinItalic, ExtraLight, ExtraLightItalic, Black, BlackItalic
    • Inter: Black, BlackItalic, Light, LightItalic, InterDsplay*, Inter-Thin*

Closes #10

  • Un-excludes woff, eot, otf formats when building fonts directory
  • Adds @font-face support for .woff and .eot fonts in Montserrat
  • Adds @font-face support for .woff and .otf fonts in Inter

Miscellany

  • Minor typo/consistency fixes in readme
  • Mentions SCSS in readme
  • Adds maintainer info to readme