r150
版本发布时间: 2023-03-28 03:17:55
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Update MarchingCubes.d.ts to include missing signature for update() by @jackbonaguro in https://github.com/three-types/three-ts-types/pull/333
- add 0b5vr as a contributor for maintenance, review, and bug by @allcontributors in https://github.com/three-types/three-ts-types/pull/334
- Upgrade to Yarn Modern by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/339
- chore: Set Git line endings to LF for Windows users by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/338
- Configure Renovate by @renovate in https://github.com/three-types/three-ts-types/pull/341
- chore(deps): update actions/setup-node action to v3 by @renovate in https://github.com/three-types/three-ts-types/pull/346
- chore(deps): update actions/checkout action to v3 by @renovate in https://github.com/three-types/three-ts-types/pull/345
- chore(deps): update dependency prettier to v2.8.3 by @renovate in https://github.com/three-types/three-ts-types/pull/344
- Add exports field to package.json by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/340
- chore(deps): update dependency husky to v8 by @renovate in https://github.com/three-types/three-ts-types/pull/347
- Fix Earcut.triangulate return value by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/348
- Replace constant enums with constant type unions by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/349
- check color names by @rotu in https://github.com/three-types/three-ts-types/pull/350
- Remove Earcut export by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/351
- Add "type": "module" to package.json by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/352
- Fix usage with "module": "nodenext" by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/356
- Cleanup deprecated code and Update documentation for BufferGeometry and BufferAttribute by @rafaelsc in https://github.com/three-types/three-ts-types/pull/335
- Update documentation for ThreeJS Core Classes by @rafaelsc in https://github.com/three-types/three-ts-types/pull/354
- chore(deps): update all non-major dependencies by @renovate in https://github.com/three-types/three-ts-types/pull/360
- chore(deps): update dependency prettier to v2.8.4 by @renovate in https://github.com/three-types/three-ts-types/pull/361
- chore(deps): lock file maintenance by @renovate in https://github.com/three-types/three-ts-types/pull/362
- Add types for lil-gui by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/358
- Re-export @types/stats.js by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/363
- Re-export types from fflate by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/364
- Fix OctreeHelper constructor by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/366
- Allow Color to be set from an InterleavedBufferAttribute by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/359
- feature: Add
stopListenToKeyEvents
toOrbitControls
by @0b5vr in https://github.com/three-types/three-ts-types/pull/376 - update MeshPhysicalMaterial.d.ts by @HEOJUNFO in https://github.com/three-types/three-ts-types/pull/371
- fix: r150 renames; ColorManagement.enabled, WebGLRenderer.useLegacyLights by @CodyJasonBennett in https://github.com/three-types/three-ts-types/pull/374
- feature: add a new constant
DisplayP3ColorSpace
by @0b5vr in https://github.com/three-types/three-ts-types/pull/377 - Fix stats.js export by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/367
- add HEOJUNFO as a contributor for code by @allcontributors in https://github.com/three-types/three-ts-types/pull/375
New Contributors
- @jackbonaguro made their first contribution in https://github.com/three-types/three-ts-types/pull/333
- @renovate made their first contribution in https://github.com/three-types/three-ts-types/pull/341
- @rafaelsc made their first contribution in https://github.com/three-types/three-ts-types/pull/335
- @HEOJUNFO made their first contribution in https://github.com/three-types/three-ts-types/pull/371
Full Changelog: https://github.com/three-types/three-ts-types/compare/r149...r150