Skip to content

Pts v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@williamngan williamngan released this 07 Aug 10:02
· 487 commits to master since this release

Pts has reached 0.5! 🎉This is a milestone release with many updates and improvements.

New features:

Breaking changes

  • Pt's cross2D renamed to $cross2D
  • Util.warnLevel property becomes a function Util.warnLevel( ... )
  • Removed Circle.toInnerRect (use Circle.toRect instead)
  • typescript: Bound class moved into Pt module
  • typescript: All type alias moved into Types.ts file
  • typescript: updated version to 2.9.2

Bug fixes

  • fix IE and mobile css bugs
  • fix devicePixelRatio bug when it's less than 1.
  • demo updates and minor bug fixes