Skip to content

1.0.0

Compare
Choose a tag to compare
@cburgmer cburgmer released this 01 Mar 16:33
· 185 commits to master since this release
  • Reading back pixels from the canvas is now supported in Chrome (#88).
  • Additionally provides the internal SVG with the render result (by @Venemo, #68).
  • A focus event can now be simulated via option focus.

Bug fixes

  • Fixes size of elements specified via rem (by @kevinoid, #75).
  • Fixes uppercase type (HTML tag) CSS selectors (#63).
  • Viewport size calculation incorrectly triggered the browser's quirks mode.
  • Complex selectors with :hover/:active would break when hover or active option was given.
  • Hover and active options now try to be as minimally invasive as possible to work around illegal selectors triggering Chrome to fail.

API changes

  • The previous callback option was deprecated and has been removed.
  • The cache option supported the boolean value false, this has now been removed.

Limitations

The list of limitations has been cleaned up and extended.