Skip to content

Releases: wizard04wsu/adaptive-image

Release version 2.0.0

30 May 06:20

Choose a tag to compare

Rewrote to make internals rely less on custom attributes and allow the user to style the component like a normal element.

  • Removed width, height, and border-width element attributes.
  • Border is no longer part of the component.
  • Implemented --fit, --align-x, --align-y, and --overflow CSS properties.
  • The <img> element can be styled separately via the ::part(img) pseudo-element.
  • Broken image alt text can be scrolled if it overflows.
  • Added custom logging functions for debugging.

Release version 1.0.0

13 Apr 23:09

Choose a tag to compare

v1.0.0

Merge branch 'dev'