Skip to content

Commit

Permalink
v2.8 (#39)
Browse files Browse the repository at this point in the history
v2.8
  • Loading branch information
mfouquet authored Sep 3, 2019
2 parents 00cd1fb + c827bf5 commit 5c6c2aa
Show file tree
Hide file tree
Showing 22 changed files with 419 additions and 1,050 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>

<body>
<div id="root"></div>
<script src="../renewal.js"></script>
<div id="react-page"></div>
<script src="../ui.js"></script>
</body>
</html>

This file was deleted.

This file was deleted.

This file was deleted.

195 changes: 0 additions & 195 deletions Stark.sketchplugin/Contents/Resources/colorblind.js

This file was deleted.

207 changes: 0 additions & 207 deletions Stark.sketchplugin/Contents/Resources/contrast.js

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed Stark.sketchplugin/Contents/Resources/icon.png
Binary file not shown.
Binary file removed Stark.sketchplugin/Contents/Resources/loader.gif
Binary file not shown.
Binary file not shown.
159 changes: 0 additions & 159 deletions Stark.sketchplugin/Contents/Resources/registration.js

This file was deleted.

147 changes: 0 additions & 147 deletions Stark.sketchplugin/Contents/Resources/renewal.js

This file was deleted.

343 changes: 343 additions & 0 deletions Stark.sketchplugin/Contents/Resources/ui.js

Large diffs are not rendered by default.

147 changes: 0 additions & 147 deletions Stark.sketchplugin/Contents/Resources/validation.js

This file was deleted.

118 changes: 25 additions & 93 deletions Stark.sketchplugin/Contents/Sketch/colorblind.js

Large diffs are not rendered by default.

30 changes: 17 additions & 13 deletions Stark.sketchplugin/Contents/Sketch/contrast.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions Stark.sketchplugin/Contents/Sketch/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
"bundleVersion": 1,
"icon": "icon.png",
"commands": [
{
"name": "Check Contrast",
"identifier": "contrast",
"shortcut": "cmd shift p",
"script": "contrast.js"
},
{
"name": "Colorblind Simulation",
"identifier": "colorblind",
"shortcut": "cmd shift u",
"script": "colorblind.js"
},
{
"name": "Check Contrast",
"identifier": "contrast",
"shortcut": "cmd shift p",
"script": "contrast.js"
},
{
"name": "Registration",
"identifier": "registration",
Expand All @@ -38,7 +38,7 @@
]
},
"identifier": "com.mfouquet.sketch.stark",
"version": "2.7",
"version": "2.8",
"description": "Ensure your design is accessible and high contrast for every type of color blindness.",
"author": "Stark Lab",
"authorEmail": "[email protected]",
Expand Down
40 changes: 12 additions & 28 deletions Stark.sketchplugin/Contents/Sketch/registration.js

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions appcast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@
<link>https://raw.githubusercontent.com/stark-contrast/stark-sketch-plugin/master/appcast.xml</link>
<description>Design products that are accessible, ethical, and inclusive with a contrast checker, colorblind simulator and more.</description>
<language>en</language>
<item>
<title>Version 2.8</title>
<description>
<![CDATA[
<ul>
<li>Massive performance improvement when running different colorblind simulations.</li>
<li>Minor bugfixes.</li>
</ul>
]]>
</description>
<pubDate>Tue, 3 Sep 2019 8:00:00 +0000</pubDate>
<enclosure url="https://github.com/stark-contrast/stark-sketch-plugin/archive/v2.8.zip" sparkle:version="2.8" type="application/octet-stream" />
</item>
<item>
<title>Version 2.7</title>
<description>
Expand Down

0 comments on commit 5c6c2aa

Please sign in to comment.