Skip to content

Latest commit

 

History

History
331 lines (300 loc) · 51.7 KB

File metadata and controls

331 lines (300 loc) · 51.7 KB

1.0.3 (2026-03-09)

Bug Fixes

  • 👷 Should fix release GH action, attempt 8. (d876018)
  • 👷 Should fix release GH action, attempt 9. (1607716)

1.0.2 (2026-03-09)

Bug Fixes

  • 👷 Should fix release GH action, attempt 7. (3183019)

1.0.1 (2026-03-09)

Bug Fixes

  • 👷 Should fix release GH action, attempt 6. (3db88c4)

1.0.0 (2026-03-09)

Bug Fixes

chore

Features

  • RaycasterHelper (#389) (9bf7ea3)
  • add arcballcontrols and implement a connect function (8edbc52)
  • add connect method to FirstPersonControls (#119) (07956be)
  • add CurveModifier (8882d72)
  • add FontLoader, Font, & TextGeometry (#111) (bb8ae8c)
  • add GammaCorrectionShader (3838cab)
  • add GroundProjectedEnv (#172) (cda89a0)
  • add HorizontalBlurShader (81f67ab)
  • add HTMLMesh (#206) (3d42c87)
  • add Line2, LineMaterial & LineGeometry (3dc2f86)
  • add SimplexNoise (c451acb)
  • add SimplexNoise TS (606e2dc)
  • add TrackballControls (dd66580)
  • add transform controls (f59f1e2)
  • add VerticalBlurShader (2fc77a5)
  • add waterpass (7e7693e)
  • Automatic enabling of USE_DASH define in lines (#67) (0061945)
  • BatchedMesh (#307) (a51d1f3)
  • CCDIKHelper: add sphereSize arg (e924202)
  • CCDIKSolver: convert to classes, export CCDIKHelper (#181) (273a63b)
  • controls: Remove preventDefault() from mouse handlers (#66) (f992685)
  • Copy @three/types/examples at build time (#45) (89430e5)
  • cursor zoom (#104) (9fb179e)
  • EffectComposer: add dispose (#378) (9d656b2)
  • Expose direct polar/azimuthal angle controls (#65) (2a72eb9)
  • GLTFExporter: add support for 4 uv channels (#303) (086fadb)
  • GLTFLoader: dispersion (#363) (bdfe295)
  • GLTFLoader: emissive strength, iridescence, morph colors (#190) (3191f75)
  • interactive: adding InteractiveObject (#171) (72aa608)
  • KTX2Loader: add support for compressed arraytextures (#230) (a806897)
  • Lines: alpha support for line color (#335) (06d48dc)
  • Migrated vendored MotionControllers and XRControllerModelFactory to ts (#194) (697b6ba)
  • Move AfterimagePass to a class with customizable shader (#49) (4450baf)
  • OrbitControls: expose zoom methods for programmatical controls (#383) (98aaa0b)
  • OrbitControls: reverse horizontal and vertical orbits separately (#280) (53efecd)
  • OrbitControls: stopListenToKeyEvents (#275) (7aa3117)
  • OrbitControls: zoomToCursor (#286) (6472f69)
  • PointerLockControls: sensitivity const (#416) (e6653ce)
  • refactor control classes to use readonly for target property (#370) (002e780)
  • refactor orbit controls to pointer events (#71) (926bd8a)
  • remove need for manually assigning Line2 material resolution (#376) (d89e3c3)
  • renderpixelatedpass (5356691)
  • reverse orbit (#89) (cb9f44c), closes #57
  • TrackballControls: expose target (#249) (400af03)
  • transform multiple JS postprocessing functions to TS classes (#150) (6d29730)
  • update ktx2loader, add letterspacing and lineheight to fontloader (a2a572a)
  • updategltfloader (3c4699a)
  • webxr: convert buttons to TS, passthrough vr sessioninit (#164) (93a17c9)
  • XRHandMeshModel: add custom model path arg (#162) (61d0f77)

Reverts

  • Revert "removes unused interface + CameraControl.js" (f366596)

BREAKING CHANGES

  • min v three r128

  • this is the start of v1 beta

  • remove new TextureLoader from top level import

  • run prettier