Skip to content

v6.0.0

Choose a tag to compare

@gr2m gr2m released this 20 Jan 04:44

6.0.0 (2018-01-20)

Bug Fixes

  • label default colors meet WCAG accessibility standards (#91) (9b20961)

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"
       }
     ]
   }
 ]