Skip to content

Releases: helpscout/colorway

v0.9.7

29 Sep 19:15
Compare
Choose a tag to compare

green.650 is darker than green.700. To make more sense we renamed it to green.750

v9.6.0

28 Sep 18:09
Compare
Choose a tag to compare

This update adds two new color to the palette: green.650 and yellow.950. We introduce those two blended shades to improves our accessibility effort across all application. They will be used to increase readability on a green or yellow background.

v0.9.5

25 Feb 13:42
Compare
Choose a tag to compare

Fixes grey.600 value (from #A5B2BD to #C5CED6)

v0.7.0

15 Oct 13:57
Compare
Choose a tag to compare

Update grey/charcoal

Updating grey/charcoal to the latest colors.

It also support ash that map to the same color as grey

image

v0.6.0

02 Mar 20:43
Compare
Choose a tag to compare

Update HSDS-React Color config

Add lavender to HSDS React config.

v0.3.0

05 Sep 16:59
Compare
Choose a tag to compare

New yellows

Image 2019-09-05 at 11 15 05 AM

This update all manifests to use the new yellow color

v0.2.1

17 Jul 21:25
Compare
Choose a tag to compare

Find / Closest command

This update add two new command to Colorway

Find

Find will retrieve the HEX color code for a given color name. It will only use the HSDS-react manifest

colorway find blue.500

// blue.500: #1292EE

Closest

Closest will find the color name from our palette that is the nearest from a given HEX code. It will only use the HSDS-react manifest

colorway closest #005500

// green.900: #23633e

Colorway - v0.0.10

16 Feb 03:30
Compare
Choose a tag to compare

Prettify manifests with Prettier on generate