Releases: ipfs-shipyard/ipfs-css
Releases · ipfs-shipyard/ipfs-css
v1.4.0
ipfs-css v1.3.0
ipfs-css v1.2.0
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
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.svgandglyph_small_arrow.svg - Optimizes all icons for file size
- Updates gateway link to icon guide doc in readme
- Adds
linkcolor, confirmed WCAG AA compliant on white background (background discussion here
Icon, font, color improvements
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.svgtostroke_doc_picture.svgfor 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
tealvalue#3e9096with#378085for 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.scssandtheme.scssfromtheme.json - Moves both
vars.scssandtheme.scssup to top level of directory structure, so it's in the same place asipfs.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 uireferences to justinterdue to 2019 name change - Adds
@font-facesupport for the following, so we now have support for all weights 300-800 for both our core fonts:- Inter:
ExtraLight300,ExtraLightItalic300,SemiBold600,SemiBoldItalic600,ExtraBold800,ExtraBoldItalic800 - Montserrat:
Medium500,MediumItalic500,ExtraBold800,ExtraBoldItalic800
- Inter:
- Excludes various unused fonts from build:
- Montserrat:
Thin,ThinItalic,ExtraLight,ExtraLightItalic,Black,BlackItalic - Inter:
Black,BlackItalic,Light,LightItalic,InterDsplay*,Inter-Thin*
- Montserrat:
Closes #10
- Un-excludes woff, eot, otf formats when building fonts directory
- Adds
@font-facesupport for .woff and .eot fonts in Montserrat - Adds
@font-facesupport for .woff and .otf fonts in Inter
Miscellany
- Minor typo/consistency fixes in readme
- Mentions SCSS in readme
- Adds maintainer info to readme