Skip to content

Releases: jonobr1/two.js

Official Stable Release of v0.8.15

01 Jan 01:36
Compare
Choose a tag to compare

What's Changed

  • Add Two.Arc listeners for width and height changes by @jonobr1 in #729
  • Made noStroke methods consistent by @jonobr1 in #732
  • Improvement to WebGL Rendering: Handle Negative Scales by @jonobr1 in #738
  • Added fromObject and copy methods to all Two.Elements and descendants by @jonobr1 in #741
  • Fix documentation typo in ZUI package by @eugenioenko in #744
  • imports: Use relative imports consistently by @aamcrae in #748
  • Improved Collection enumeration and methods by @jonobr1 in #751
  • Remove canvas.shim circular dependency by @jonobr1 in #753

New Contributors

Full Changelog: v0.8.14...v0.8.15

Official Stable Release of v0.8.14

11 Jun 02:39
Compare
Choose a tag to compare

What's Changed

  • Made objectBoundingBox application consistent accross renderers
  • Patched texture scaling in Two.SVGRenderer
  • Update to Typescript definitions. by @kevin-nano in #721
  • Fixed Typescript BoundingBox imports. by @kevin-nano in #722

New Contributors

Full Changelog: v0.8.13...v0.8.14

Official Stable Release of v0.8.13

22 Feb 18:44
Compare
Choose a tag to compare

What's Changed

  • Improve Text.baseline consistency across all renderers by @jonobr1 in #717
  • Improve Blurry Texture Rendering in WebGLRenderer by @jonobr1 in #718
  • Add Two.Text.direction property by @jonobr1 in #719

Full Changelog: v0.8.12...v0.8.13

Official Stable Release of Version 0.8.12

25 Oct 23:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.11...v0.8.12

Official Stable Release of Version 0.8.11

07 Aug 18:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.10...v0.8.11

Official Stable Release of Version 0.8.10

31 May 23:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.7...v0.8.10

Official Stable Release of Version 0.8.7

29 Apr 15:17
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.5...v0.8.7

Official Stable Release of Version 0.8.5

30 Mar 02:14
Compare
Choose a tag to compare

What's Changed

  • Breaking: Added export maps so extras are imported like so import { ZUI } from 'two.js/extras/zui.js'
  • Added Two.Gradient parent parameter to Two.Stop.clone
  • Added constructor definitions to types for higher order shapes
  • Fix vector dot product documentation name by @Awkor in #604
  • Add more handy vector references by @Awkor in #607
  • Add radius property to polygon class by @Awkor in #611
  • Added Export Maps to Repository by @jonobr1 in #615

New Contributors

Full Changelog: v0.8.3...v0.8.5

Official Stable Release of Version 0.8.3

29 Jan 19:11
Compare
Choose a tag to compare

Author Notes

  • Improved Two.Element.className construction
  • Reintroduced TypeScript Type Declarations from manually

What's Changed

Full Changelog: v0.8.2...v0.8.3

Official Stable Release of Version 0.8.2

19 Jan 16:52
Compare
Choose a tag to compare

Author Notes

  • Improved types declarations
  • Added Shape.worldMatrix
  • Allowed string interpretation on Two.Utils.read.path
  • Removed ES6+ specific features: private variables

What's Changed

Full Changelog: v0.8.0...v0.8.2 & https://two.js.org/change-log/