Skip to content

Releases: three-types/three-ts-types

r143

28 Jul 16:52
Compare
Choose a tag to compare

Full Changelog: r142...r143

r142

19 Jul 15:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r141...r142

r141

31 May 18:13
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE: WebXR types are no longer exported from @types/three because we switched from defining our own WebXR types to adding a dependency on @types/webxr and using those types. The types defined by @types/webxr are ambient which means you don't have to import them from a package, you can just use them like you would DOM types. For libraries that have a peer dependency on @types/three, this would require a major bump if you're trying to strictly follow SemVer with your types, however it seems unclear whether the TypeScript community considers a major bump necessary in this circumstance. See #218, #223, and #232 for more details.
  • Fixed SavePass constructor by @maccesch in #213
  • fix: WebXR examples by @capnmidnight in #218
  • Fix GLTFExporter setPlugins return type by @robertlong in #214
  • fix: Add missing extend to Loader in NRRDLoader by @atulrnt in #217
  • fix: add missing samples parameter of WebGLRenderTarget by @0b5vr in #222
  • chore(WebXRManager): add missing methods, update getCamera signature by @CodyJasonBennett in #169

New Contributors

Full Changelog: r140...r141

r140

05 May 07:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r139...r140

r139

27 Mar 10:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r138...r139

r138

02 Mar 15:58
Compare
Choose a tag to compare

What's Changed

  • Remove RGBFormat by @0b5vr in #159
  • change (Material): Add a new property .alphaWrite by @0b5vr in #161
  • chore: Update PULL_REQUEST_TEMPLATE by @0b5vr in #166
  • Remove enableKeys from OrbitControls by @r00ster91 in #171
  • Fix documentation for a recursive parameter by @r00ster91 in #173
  • Remove RGBM7Encoding and RGBM16Encoding by @0b5vr in #178
  • fix: adjust webgl example location and types by @Michsior14 in #168
  • Remove VRMLoader by @0b5vr in #179
  • feature (Texture): Add Source class by @0b5vr in #180
  • change: Add new render target types for 3D and array textures by @0b5vr in #183
  • change (HTMLMesh): add dispose by @0b5vr in #185
  • change (GLTFLoader): add a new signature GLTFParser.loadImageSource by @0b5vr in #186
  • change (WebGLMultipleRenderTargets): Add Options to Constructor by @0b5vr in #187
  • change (Reflector, Refractor): add an option multisample by @0b5vr in #188
  • change (WebGLMultisampleRenderTarget): make it deprecated by @0b5vr in #190
  • feature: Add OctreeHelper by @0b5vr in #191
  • change (Texture): Add needsPMREMUpdate by @0b5vr in #165

New Contributors

Full Changelog: r137...r138

r137

28 Jan 08:09
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r136...r137

r136

03 Jan 14:45
Compare
Choose a tag to compare

Full Changelog: r135...r136

r135

07 Dec 07:51
Compare
Choose a tag to compare

What's Changed

  • update some jsdocs for three/src/core/Object3d by @XertroV in #150

New Contributors

Full Changelog: r134...r135

r134

09 Nov 11:39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: r133...r134