chris48s
98f380b254
improve logo escaping ( #3511 )
...
* escape logo in make-badge
* 2.2.1 release notes
* tighten up validation of logo param
2019-05-30 18:28:37 +01:00
Philip Harrison
cf7b76d5a6
Update Dependabot logo ( #2931 )
...
* Update dependabot logo
* update tests
2019-02-06 21:33:40 +00:00
chris48s
daa06c2026
don't apply logoColor param to multi-coloured logos ( #2889 )
...
This stops us from doing this:
 - https://img.shields.io/badge/logo-npm-blue.svg?logo=npm&logoColor=green
but still allows us to do this
 - https://img.shields.io/badge/logo-discord-blue.svg?logo=discord&logoColor=green
2019-01-29 15:22:28 -06:00
chris48s
bf5438f457
Delete some of our logos (part 1) ( #2857 )
...
Refs #2510
I'm going to delete or change some more logos in a further PR or two, but lets start off with the (hopefully) non-controversial ones. I think in all of these cases it is fairly clear-cut that we are not losing anything by removing our icon in favour of simple-icons now that we apply a sensible colour by default.
2019-01-25 12:51:41 -05:00
chris48s
7e473fe72c
pre-compute the 3 most common icon styles on server init ( #2856 )
...
refs #2833 (comment)
2019-01-23 16:41:10 -05:00
chris48s
eaa64a8dab
automatically show light or dark logos when using simple-icons ( #2833 )
...
closes #2431
refs #2510
2019-01-23 14:42:08 -05:00
Paul Melnikow
26d0495ee6
Add logo support for the endpoint badge and refactor logo functions ( #2796 )
2019-01-20 20:22:46 +00:00