1.6.0 (2024-05-08)
Change repository to @html2canvas/html2canvas
Merge form acurrieclark/text-align-changes
& wtto00/master
feat
- Add support for css style
object-fit
of <img>
elements (627dbac84) - Accept "normal" value for style.content (a70cd49c3)
- Update canvas-renderer.ts to fix Vertical alignment issues with text (ad65ffb6)
fix
- Text alignment issues (9db98f52)
- The rendering order of transform and clip effects (18bef2f)
- On Safari, the object-fit property for SVG images is not effective. (55bfd47f)
- Replace deprecated String.prototype.substr() (d83ba946)
- add <base> to fix relative error in iframe (4e6c022b)
- Avoid duplicate enum value of LIST_STYLE_TYPE (fbab3ccf)
- Resolve that box shadow cannot be displayed without inset attribute,and No blur effect when blur radius is set (a6651e38)
- Set the document clone iframe container's size via the style attribute (9855c6c4)
- "Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true" warning in chrome browser (1a7839db)
- Resolve that box shadow cannot be displayed without inset attribute,and No blur effect when blur radius is set (a6651e38)
- fix: renderBackgroundImage lineLength (34bee729)
- refacto (667f6a9)
- Fix project configuration (f6551987)