Releases: dmester/jdenticon
Version 1.8.0
-
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 ofjdenticon
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
- Bug fix: wrong SHA1 hash was generated under some circumstances.
Version 1.7.1
- Bug fix: NPM package did not work as intended in last release when used on Node.js.
Version 1.7.0
-
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
- Added toPng method for usage on Node.js. Cannot be used from the browser.
Version 1.5.0
- 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 nowidth
orheight
attributes. - Bug fix: too large area was cleared when rendering an icon to a canvas using
drawIcon
.
Version 1.4.0
- Removed size limitation of rendered icons.
- Improved rendering of small icons.
Version 1.3.2
- Bug fix: the jdenticon.drawIcon API function was broken in version 1.3.0.
Version 1.3.0
- 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
- Added support for Node.js and RequireJS module loaders.
- Added npm package.