Skip to content

v2.3.0

Compare
Choose a tag to compare
@sritchie sritchie released this 21 Jan 14:51
· 5 commits to master since this release
247d986

2.3.0

  • improved TS defintions for color, vector, matrix, and quaternion based properties. #55
  • Changed how Mathbox imports ThreeJS. Previously, Mathbox (usually) imported from three/src. Now it consistently imports from three. This change should generally not affect users unless they were using instanceof checks. #53
  • Added TS support for area.rangeX, area.rangeY, and other X/Y/Z/W-suffixed properties #50
  • Fixed documentation generation #51
  • Documented and added typings for unbind(). #45