Skip to content

Releases: pixiv/three-vrm

v3.4.2

07 Jul 09:02
Compare
Choose a tag to compare

v3.4.1...v3.4.2
Milestone

πŸ“¦ Deps

v3.4.1

27 May 05:33
Compare
Choose a tag to compare

v3.4.0...v3.4.1
Milestone


πŸ› Bugfixes

  • #1654: Fix fallback logic for VRMLookAtQuaternionProxy.name (Reported by @mattrossman)

πŸ“„ Docs

  • #1622: Minor update of docs
  • #1649: humanoidAnimation examples, correct humanoid FBX root motion retargeting

πŸ“¦ Deps

v3.4.0

10 Apr 07:53
Compare
Choose a tag to compare

v3.3.7...v3.4.0
Milestone


🧹 Chores

Automated

  • chore(deps-dev): bump lerna from 8.1.9 to 8.2.1 #1589
  • chore(deps-dev): bump globals from 15.14.0 to 16.0.0 #1593
  • chore(deps-dev): bump typescript from 5.6.3 to 5.7.3 #1597
  • chore(deps-dev): bump @gltf-transform/core from 4.1.1 to 4.1.3 #1607
  • chore(deps-dev): bump typedoc from 0.27.7 to 0.28.1 #1609
  • chore(deps-dev): bump @eslint/eslintrc from 3.2.0 to 3.3.1 #1611
  • chore(deps-dev): bump @eslint/js from 9.17.0 to 9.24.0 #1617
  • chore(deps-dev): bump ts-jest from 29.2.5 to 29.3.1 #1618
  • chore(deps-dev): bump @types/node from 22.13.4 to 22.14.0 #1619
  • chore(deps-dev): bump typescript-eslint from 8.18.2 to 8.29.0 #1620
  • chore(deps): bump axios from 1.7.4 to 1.8.4 #1621

Full Changelog: v3.3.7...v3.4.0

v3.3.7

08 Apr 03:20
Compare
Choose a tag to compare

v3.3.6...v3.3.7
Milestone


🧹 Chores

  • #1603: fix docs CI
  • #1616: fix the combineSkeletons issue when a same geometry is shared between meshes

v3.3.6

10 Mar 07:41
Compare
Choose a tag to compare

v3.3.5...v3.3.6
Milestone

There is no codebase updates.


πŸ“„ Docs

  • #1588, #1600, #1601, #1602: New API reference
    • Old links still work for now, it redirects to the new URL.

v3.3.5

05 Mar 08:28
Compare
Choose a tag to compare

v3.3.4...v3.3.5
Milestone


🧹 Chores

  • chore(deps-dev): bump @gltf-transform/core from 4.1.0 to 4.1.1 by @dependabot in #1559
  • chore(deps-dev): bump @types/node from 22.9.0 to 22.13.4 by @dependabot in #1584
  • chore(deps-dev): bump husky from 9.1.6 to 9.1.7 by @dependabot in #1537
  • chore(deps-dev): bump eslint-config-prettier from 9.1.0 to 10.0.1 by @dependabot in #1572
  • chore(deps-dev): bump typedoc from 0.26.11 to 0.27.7 by @dependabot in #1582
  • chore(deps-dev): bump esbuild from 0.24.0 to 0.25.0 by @dependabot in #1579
  • chore(deps-dev): bump lint-staged from 15.2.10 to 15.4.3 by @dependabot in #1576
  • chore(deps-dev): bump prettier from 3.3.3 to 3.5.3 by @dependabot in #1586
  • deps: Bump eslint suite to v9 by @0b5vr in #1565
  • fix: update actions/upload-artifact to v4 by @yue4u in #1587

Full Changelog: v3.3.4...v3.3.5

v3.3.4

23 Jan 08:50
Compare
Choose a tag to compare

v3.3.3...v3.3.4
Milestone


πŸ› Bugfixes

  • #1575: Fix combineSkeletons where the same skin index accessor is shared between different skeleton groups

πŸ“„ Docs

  • #1571: Update the "How to Release" secion of CONTRIBUTING.md

🧹 Chores

  • #1570: Update copyright year

v3.3.3

16 Jan 08:43
Compare
Choose a tag to compare

v3.3.2...v3.3.3
Milestone


πŸ› Bugfixes

  • #1569: Fix combineSkeletons when the same skinIndex accessor is shared between different bones

v3.3.2

26 Dec 01:53
Compare
Choose a tag to compare

v3.3.1...v3.3.2
Milestone


πŸ’‘ Behavior Changes

  • #1564: Make it able to load VRMA without specVersion
    • VRMAs exported from UniVRM prior to v0.120 doesn't have specVersion. This PR makes it able to parse such VRMAs as VRMA v1.0

v3.3.1

19 Dec 03:40
Compare
Choose a tag to compare

v3.3.0...v3.3.1
Milestone


πŸ’‘ Behavior Changes

  • #1549: Handle SpringBone collider out of index error

πŸ› Bugfixes

  • #1556: SpringBone, forgot to add springBones to springBonesTried when sorting
  • #1557: Fix removeUnnecessaryJoints and combineSkeletons

πŸ’ͺ Performance Improvements

  • #1553: Improve performance of combineMorphs
  • #1555: Improve init performance with a model with a massive amount of spring bones