v6.0.0
6.0.0 (2018-01-20)
Bug Fixes
BREAKING CHANGES
- new label default colors
We've changed the text color for issue labels to meet accessibility standards based on WCAG guidelines. https://twitter.com/github/status/954467266434945024
[
{
response: [
{
- color: "ee0701"
+ color: "d73a4a"
}
{
- color: "cccccc"
+ color: "cfd3d7"
}
{
- color: "84b6eb"
+ color: "a2eeef"
}
{
- color: "33aa3f"
+ color: "008672"
}
{
- color: "e6e6e6"
+ color: "e4e669"
}
{
- color: "cc317c"
+ color: "d876e3"
}
]
}
]