Skip to content

Releases: hirasso/thumbhash-custom-element

v0.5.8

25 Jun 19:02
220001b

Choose a tag to compare

Patch Changes

  • d17687f: Fix paths to the main branch in READMEs (formerly master)
  • 1a37663: Try to make triggering tests more robust wihout PAT

v0.5.7

25 Jun 15:56
feab12c

Choose a tag to compare

Patch Changes

  • 0dc61d9: Switch license from GPL to MIT

v0.5.6

25 Mar 19:59
f74bb4d

Choose a tag to compare

Patch Changes

  • 85b6ed5: Use devEngines.packageManager instead of npx only-allow pnpm for enforcing pnpm as a the manager

v0.5.5

10 Jan 16:40
605b88c

Choose a tag to compare

Patch Changes

  • 4b1bf37: Render light DOM child nodes of a <thumb-hash> via <slot>

v0.5.4

09 Jan 18:51
8217c20

Choose a tag to compare

Patch Changes

  • 4b5df2e: Add display: block to the default styles for the canvas and img render strategies, to optimize rendering and simplify styling.

v0.5.3

21 Dec 09:28
12c9a9c

Choose a tag to compare

Patch Changes

  • d050c4f: Prevent repeated rendering if either one of these conditions apply:

    • the shadow root is not empty
    • neither the value nor the strategy attributes have changed since the last render

v0.5.2

20 Dec 21:24
3eb3e90

Choose a tag to compare

Patch Changes

v0.5.1

20 Dec 19:40
c4aa6d5

Choose a tag to compare

Patch Changes

  • 17724f7: Ensure garbage collection of observed elements

v0.5.0

20 Dec 17:21
28985ff

Choose a tag to compare

Minor Changes

  • 82054da: Wait until a <thumb-hash> comes close to the viewport before rendering the hash

v0.4.0

20 Dec 15:11
9bcffbb

Choose a tag to compare

Minor Changes

  • 58a5995: Add support for document.createElement. Remove illegal operations from constructor.

Patch Changes

  • 58a5995: (re-)render when the value or strategy attributes are being changed