1.0.0
- 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 valuefalse
, this has now been removed.
Limitations
The list of limitations has been cleaned up and extended.