Skip to content

Releases: dmester/jdenticon

Version 1.8.0

27 Dec 20:37
Compare
Choose a tag to compare
  • Removed dependency to RequireJS, since it has caused some issues in non-browser environments.

  • Jdenticon is now specified as Software in generated PNG files (metadata only, nothing visible).

  • Bug fix: the version field of jdenticon was not populated when using Jdenticon on Node.

  • For your convenience the dist folder containing the latest released build will be available in the master branch as of this version.

Version 1.7.2

16 Jul 08:18
Compare
Choose a tag to compare
  • Bug fix: wrong SHA1 hash was generated under some circumstances.

Version 1.7.1

16 Jul 07:45
Compare
Choose a tag to compare
  • Bug fix: NPM package did not work as intended in last release when used on Node.js.

Version 1.7.0

15 Jul 19:17
Compare
Choose a tag to compare
  • 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.

Version 1.6.0

08 Jul 14:39
Compare
Choose a tag to compare
  • Added toPng method for usage on Node.js. Cannot be used from the browser.

Version 1.5.0

05 Jul 11:40
Compare
Choose a tag to compare
  • Icon is now centered also when the target HTML element is not a square.
  • Bug fix: icon was not rendered when Jdenticon was used with Webpack.
  • Bug fix: icon was not rendered when using a <svg> element with no width or height attributes.
  • Bug fix: too large area was cleared when rendering an icon to a canvas using drawIcon.

Version 1.4.0

10 Dec 17:34
Compare
Choose a tag to compare
  • Removed size limitation of rendered icons.
  • Improved rendering of small icons.

Version 1.3.2

10 Oct 12:06
Compare
Choose a tag to compare
  • Bug fix: the jdenticon.drawIcon API function was broken in version 1.3.0.

Version 1.3.0

04 Sep 19:24
Compare
Choose a tag to compare
  • Added support for generating SVG icons.
  • Added support for configuring the lightness and saturation of icons.
  • When a selector is passed to jdention.update now all matching elements are updated instead of just the first match.
  • Bug fix: icons were not entirely centered.

Version 1.2.0

20 Jul 08:01
Compare
Choose a tag to compare
  • Added support for Node.js and RequireJS module loaders.
  • Added npm package.