Skip to content

Version 3.0.2

Choose a tag to compare

@thednp thednp released this 18 Jan 12:42
· 2 commits to master since this release

What changed

  • micro-optimizations for non-mutable transform methods, now they all use multiply, just like mutable transform methods use multiplySelf
  • rotateAxisAngle / rotateAxisAngleSelf should fallback to [0, 0, 0, 0] parameter values if non provided, only throw when any of the 4 values is not a number
  • fromString now uses mutable methods for better performance
  • updated tests

Overall a little closer to the behavior of native DOMMatrix and a little better performance.

Full Changelog: 3.0.1...3.0.2