Skip to content

v0.9.17

Choose a tag to compare

@github-actions github-actions released this 18 Oct 02:20
· 50 commits to master since this release
d6d2771

Patch Changes

  • #41 a48b41f Thanks @acemir! - feat: sync common rules interfaces

    • CSSRule parentRule and parentStyleSheet, are now prototype getters to be readonly according to the CSSRule interface.
    • CSSStyleRule selectorText and style are now prototype getter and setter according to the CSSStyleRule interface.
    • Added a try catch to override local CSSStyleDeclaration with the one from cssstyle when needed
    • Implemented methods and indexed getters for CSSKeyframesRule
    • Implementd errorUtils for a more organized way to handle errors