Badgen Versions Save

Fast handcraft svg badge generator.

v3.2.2

3 years ago
  • fix: enable scaling of "bare" badges as well (#66) 2046b6f

https://github.com/amio/badgen/compare/v3.2.1...v3.2.2

v3.2.1

3 years ago

Fixed

  • fix: handle edge cases for quotes in status text (#63)

v3.2.0

3 years ago

Added

  • feat: add accessible text alternative in SVG #62 (Thanks @evelynhathaway !)

v3.1.0

4 years ago
  • Add browser bundle dist/index.browser.js

https://github.com/amio/badgen/compare/v3.0.1...v3.1.0

v3.0.1

4 years ago
  • fix: typescript is a devDep c50fa5b
  • docs: update size badge df0e3a5

https://github.com/amio/badgen/compare/v3.0.0...v3.0.1

v3.0.0

4 years ago

Added

  • New argument scale

Updated

  • Migrated to TypeScript

Breaking Change

  • Signature changed from import badgen from 'badgen' to import { badgen } from 'badgen'

https://github.com/amio/badgen/compare/v2.8.2...v3.0.0

v2.8.2

4 years ago

Fixed

  • Update type definitions with labelColor 76d85b5

https://github.com/amio/badgen/compare/v2.8.1...v2.8.2

v2.8.1

4 years ago

Fixed

  • Allow subject in typescript definition 7c0c70a

https://github.com/amio/badgen/compare/v2.8.0...v2.8.1

v2.8.0

4 years ago

Added

  • Support labelColor a959b96
  • Deprecated subject, use label instead aa0061a

https://github.com/amio/badgen/compare/v2.7.1...v2.8.0