Skip to content

Releases: williamngan/pts

Pts v0.11.3

08 Dec 09:43
Compare
Choose a tag to compare
Pts v0.11.3 Pre-release
Pre-release

New features

  • Improved Img class API
  • Static and dynamic pattern support in Img class
  • Random seed using Num.random and Num.seed - thanks @carlo-colombo
  • Updated build system using tsup

Bug fixes

  • Fixed mouse and key event bugs
  • Various minor bug fixes and improvements, with thanks to @doseofted and @rmschindler

Pts v0.10.2

19 Feb 09:49
Compare
Choose a tag to compare
Pts v0.10.2 Pre-release
Pre-release

New Features

Bug fixes

(thanks @tibotiber and @prkirby)

  • Rotational axis bug #106
  • space.dispose #109
  • distanceFromPt bug #118
  • half-pixel bug #119
  • svg id bug #128
  • nodejs bug #132
  • audible output node bug #134
  • semi transparent bug #135
  • add the missing static CanvasForm.point function
  • update webpack and babel to resolve security issues

Pts v0.9.1

07 Mar 23:28
Compare
Choose a tag to compare
Pts v0.9.1 Pre-release
Pre-release

New Features

Bug fixes

  • SVG and DOM fixes (font set correctly, default style and others)
  • Util.split now split the arrays correctly
  • Safari / iOS issues with Sound now fixed
  • Other minor fixes and API improvements

Pts v0.8.0

25 Mar 07:36
Compare
Choose a tag to compare
Pts v0.8.0 Pre-release
Pre-release

New features

  • new Sound class
  • add ellipse drawing function in CanvasForm
  • add an angle offset parameter inCreate.radialPts

Bug fixes and changes

  • unit function no longer throws error when magnitude is 0
  • alpha property in Color now has setter as well as getter
  • Move Tempo class to Play module (typescript only)
  • Fix doc links in Animation guide

Pts v0.7.0

04 Feb 11:00
Compare
Choose a tag to compare
Pts v0.7.0 Pre-release
Pre-release

New features

  • Tempo class for creating animation sequences
  • (Related) New Pts React component ( react-pts-canvas ). Examples in pts-react-example also updated.
  • New posenet demo in /demo/more/tfjs_posenet/js/d.js

Bug fixes

  • Fix Num.cycle
  • Fix various bugs in Physics
  • Fix resize issues and type parameter
  • Fix documentations and broken links

Pts v0.6.0

24 Aug 09:19
Compare
Choose a tag to compare
Pts v0.6.0 Pre-release
Pre-release

New features

  • Experimental UI module for creating buttons and drag-drops. See demo here.
  • Add Circle.fromTriangle function (Thanks @AndGem for the suggestion)
  • es2015 build by @bsouthga

Bug fixes

  • Various bug fixes and docs improvements by our contributors ( @ichabodcole , @amilajack , @bnjm , @thewarpaint )
  • Fix documentation scrolling issue
  • Improve readability for exported html in demo editor
  • Other minor fixes and improvements

Pts v0.5.0

07 Aug 10:02
Compare
Choose a tag to compare
Pts v0.5.0 Pre-release
Pre-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

Pts v0.4.2

15 May 07:25
Compare
Choose a tag to compare
Pts v0.4.2 Pre-release
Pre-release
  • CanvasForm now as an image() function to draw image
  • Add package version info to build files

Pts v0.4.0

07 May 09:25
Compare
Choose a tag to compare
Pts v0.4.0 Pre-release
Pre-release
  • Verlet physics engine
  • Better polygon intersection algorithms and bug fixes
  • Methods to create regular polygons
  • New demos

Pts v0.3.1

09 Mar 10:01
Compare
Choose a tag to compare
Pts v0.3.1 Pre-release
Pre-release
  • Fix minify code
  • Fix license header