Releases: wizard04wsu/adaptive-image
Releases · wizard04wsu/adaptive-image
Release version 2.0.0
Rewrote to make internals rely less on custom attributes and allow the user to style the component like a normal element.
- Removed
width,height, andborder-widthelement attributes. - Border is no longer part of the component.
- Implemented
--fit,--align-x,--align-y, and--overflowCSS 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
v1.0.0 Merge branch 'dev'