Skip to content

Version 1.7.0

Compare
Choose a tag to compare
@dmester dmester released this 15 Jul 19:17
· 219 commits to master since this release
  • Jdenticon is now easier than ever to use. In this release the data-jdenticon-value attribute was added, which eliminates the need to reference an external hash algorithm.

    Usage is as simple as:

    <canvas data-jdenticon-value="value here" width="100" height="100"></canvas>
    
  • NPM module now uses the source JavaScript files in the src directory instead of the compiled files in the dist directory. This simplifies using a on-released version of Jdenticon in Node.