Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

77 lines (42 loc) · 1.07 KB

Minidenticons changelog

2.0.0

2022-11-27

Breaking change

  • Dropping support for NodeJS versions below 14.0.0

New features

  • Slightly reduced custom element size

1.0.4

2022-11-25

New features

  • Faster and smaller identicon() implementation
  • Node and browser benchmark

Documentation

  • Framework integrations
    • React
    • Workbox
    • Elm
  • Performance

1.0.3

2022-03-03

Documentation update

  • Version bump to update the npm readme

1.0.2

2022-02-25

New features

  • Slightly smaller minified + compressed size

1.0.1

2022-02-11

New features

  • Slightly smaller minified + compressed size

1.0.0

2022-02-10

New features

  • 18 different colors instead of 16 (less collisions)
  • Saturation and lightness customization
  • Smaller minified + compressed size

Bug Fixes

  • NodeJS tree shaking of identiconSvg

Breaking Changes

  • Compared to previous versions of Minidenticons, the color for a given username has changed. But the shape inside the identicon stays the same.

0.X.XX

Various experiments.