Skip to content

v1.1.1

Choose a tag to compare

@skrykate skrykate released this 03 Aug 15:02
· 10 commits to main since this release

Notes
First official release of @wonderium/browser-feature-compability project.

Changes

  • CSS IDs
    • translateX -> translate-x
    • translateY -> translate-y
    • translateZ -> translate-z
    • scaleX -> scale-x
    • scaleY -> scale-y
    • scaleZ -> scale-z
    • skewX -> skew-x
    • skewY -> skew-y
    • rotateX -> rotate-x
    • rotateY -> rotate-y
    • rotateZ -> rotate-z
    • color-keyword -> color-keywords
  • HTML IDs
    • h1 -> h1-h6
    • data_attributes -> data-attributes
    • style -> style-attribute
    • title -> title-attribute

Additions

  • New section: JS
  • New section: JS-Browser

Full Changelog: https://github.com/wonderium/browser-feature-compatibility/commits/v1.1.1