Skip to content

Releases: DenverCoder1/custom-icon-badges

v0.12.1

27 Sep 07:56
Compare
Choose a tag to compare

Bug Fixes

  • Prevent broken PNG when logoColor is passed (#977) (7be5d72)

v0.12.0

14 Sep 18:04
Compare
Choose a tag to compare

Features

v0.11.4

29 Jun 03:51
Compare
Choose a tag to compare

Bug Fixes

  • Change text color of preview text (a2c3d9c)

v0.11.3

28 Jun 20:27
Compare
Choose a tag to compare

Bug Fixes

v0.11.2

26 Jun 17:43
Compare
Choose a tag to compare

Bug Fixes

  • Default host img.shields.io and remove formatted-dynamic-badges (#649) (71561f7)

Meta

  • Replace axios with node-fetch in #654

Full Changelog: v0.11.0...v0.11.2

v0.11.1

26 Jun 17:31
Compare
Choose a tag to compare

What's Changed

  • refactor: Update UploadForm to entirely use async/await syntax by @Fleker in #590
  • fix: Set a default for badge from request params by @DenverCoder1 in #596

Full Changelog: v0.11.0...v0.11.1

v0.11.0

04 Oct 23:09
Compare
Choose a tag to compare

Features

  • Check that URL is valid before allowing submission (#589) (22c4183)

v0.10.1

17 Jun 02:46
Compare
Choose a tag to compare

Bug Fixes

v0.10.0

14 Jun 20:55
Compare
Choose a tag to compare

Bug Fixes

Features

  • Allow changing host when fetching badge (#457) (2af9033)

v0.8.0

26 May 03:39
41b424e
Compare
Choose a tag to compare

Features

  • Default Octicons to use whitesmoke fill color (#433)

BREAKING CHANGE:

If you are using Octicons without specifying logoColor, the default color has been changed to whitesmoke. To change the logo color, you can specify a logoColor parameter in the url (eg. &logoColor=black).

Full Changelog: v0.7.0...v0.7.1