r157
版本发布时间: 2023-10-17 00:12:49
three-types/three-ts-types最新发布版本:r158(2023-10-28 01:45:15)
What's Changed
- Backport adding
| undefined
to IKS properties by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/599 - Allow Loaders to require onLoad parameter by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/598
- Update dependency lint-staged to v14 by @renovate in https://github.com/three-types/three-ts-types/pull/594
- Lock file maintenance by @renovate in https://github.com/three-types/three-ts-types/pull/597
- Remove all-contributors by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/602
- Remove pre-commit hooks by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/603
- Widen controls mouse/touch types by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/604
- Fix(Path.d.ts): fix optional params by @ycw in https://github.com/three-types/three-ts-types/pull/609
- CubeCamera: Add .activeMipmapLevel by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/611
- AnimationUtils: Remove arraySlice(). by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/612
- Add interactive examples to testing by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/613
- Fix: change
Color.set()
override order to set ColorRepresentation function signature by @michealparks in https://github.com/three-types/three-ts-types/pull/614 - Moved function overloads from Color.set to rest types by @grischaerbe in https://github.com/three-types/three-ts-types/pull/615
- EXRExporter: implements support for DataTexture export by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/616
- DragControls: Add recursive property. by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/617
- Nodes: Rename construct() to setup() by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/618
- Update examples testing for r157 by @Methuselah96 in https://github.com/three-types/three-ts-types/pull/619
New Contributors
- @michealparks made their first contribution in https://github.com/three-types/three-ts-types/pull/614
- @grischaerbe made their first contribution in https://github.com/three-types/three-ts-types/pull/615
Full Changelog: https://github.com/three-types/three-ts-types/compare/r156...r157