All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- 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
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!
- Adds chevron-style arrow to be used in file import progress UI pattern:
stroke_small_arrow.svg
andglyph_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
Closes ipfs-shipyard#21
- Includes icon names underneath all icons in icon reference HTML page
- IMPORTANT! Renames
stroke_picture.svg
tostroke_doc_picture.svg
for consistency. Please double-check that this doesn't represent a breaking change for you.
Closes ipfs-shipyard#8
- Adds all remaining missing icons
Unblocks ipfs/ipfs-webui#1379
- Replaces
teal
value#3e9096
with#378085
for accessibility as proposed here
Closes & augments ipfs-shipyard#37
- Adds support for SCSS via PR ipfs-shipyard#39 (thanks, @bluelovers!)
- Builds on that PR by generating its formerly static
vars.scss
andtheme.scss
fromtheme.json
- Moves both
vars.scss
andtheme.scss
up to top level of directory structure, so it's in the same place asipfs.css
Closes ipfs-shipyard#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 justinter
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
- Inter:
- Excludes various unused fonts from build:
- Montserrat:
Thin
,ThinItalic
,ExtraLight
,ExtraLightItalic
,Black
,BlackItalic
- Inter:
Black
,BlackItalic
,Light
,LightItalic
,InterDsplay*
,Inter-Thin*
- Montserrat:
Closes ipfs-shipyard#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
- Minor typo/consistency fixes in readme
- Mentions SCSS in readme
- Adds maintainer info to readme