Skip to content

v3.0.0

Compare
Choose a tag to compare
@laurentpayot laurentpayot released this 10 Apr 17:31
· 87 commits to main since this release

New features

  • Custom element performance
    • Fixed attributeChangedCallback() being called 3 times after connectedCallback(): 4 times faster!
    • identicon memoization (previous identicons are not recalculated)

Breaking Changes

  • NodeJS versions below 15.14.0 are not supported

Documentation update

  • Basic and advanced usage sections
  • React example with SVG identicon inside img tag src attribute and React useMemo for memoization. See the original issue comment by Dan Yishai.

Development

  • Sticking to Terser version 5.16.2 for better minification results