Three Vrm Versions Save

Use VRM on Three.js

v2.0.7

5 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.6...v2.0.7


๐Ÿ› Bugfixes

  • #1323: Fix expressions material bind to respect alpha (Reported by @BMarcelus)

๐Ÿงน Chores

  • #1313: Update publish workflow, it now pushes tags
  • #1313: Add a description about publish workflow in CONTRIBUTING.md
  • #1332: Address lint-staged issue, it sometimes fails
  • #1336: Apply lint-staged also for examples directories

๐Ÿ“ฆ Deps

  • #1332: Bump node to 20.10.0, bump lint-staged to 15.1.0
  • Automated: #1245, #1249, #1255, #1319, #1329, #1335

v2.0.6

7 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.5...v2.0.6


๐Ÿ› Bugfixes

  • #1304: Fix compatibility breaks at three r157 on MToon (@MtBlue81)
    • This does NOT bump Three.js to r157 yet. We will bump in the next release!
  • #1312: Fix pre-r154 incompatibility

๐Ÿงน Chores

  • #1297, #1298, #1300: Publish to npm from GitHub Actions workflow + Enable npm package provenance

๐Ÿ“ฆ Deps

  • #1299: Bump lerna to v6.6.2+

v2.0.5

8 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.4...v2.0.5


๐Ÿ› Bugfixes

  • #1284: Examples: Replace ConeBufferGeometry with ConeGeometry (@mattrossman)
  • #1288: Expose VRMExpressionBind* classes (@mattrossman)

v2.0.4

8 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.3...v2.0.4


๐Ÿ› Bugfixes

  • #1279: Fix a VRM0.0 texture offset issue

๐Ÿงน Chores

  • #1280: Fix GitHub Actions, make it refer node version from .node_version

v2.0.3

9 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.2...v2.0.3


๐Ÿ› Bugfixes

  • #1272: Fix transparency issues with mtoon material

v2.0.2

9 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.1...v2.0.2


๐Ÿ“ฆ Deps

  • #1260: Bump @types/three to r154

v2.0.1

10 months ago

Milestone https://github.com/pixiv/three-vrm/compare/v2.0.0...v2.0.1


๐Ÿ› Bugfixes

  • #1250: Fix behavior of shadingShiftTextureScale (@mattrossman)

๐Ÿ“ฆ Deps

  • #1254: Bump @types/three to r153 (@marwie)

v2.0.0

11 months ago

https://github.com/pixiv/three-vrm/compare/v1.0.10...v2.0.0


๐Ÿšจ BREAKING CHANGES

  • #1232: This drops support of Three.js r136 and prior.

๐Ÿ“ฆ Deps

  • #1232: Bump Three.js to r153

v1.0.10

1 year ago

Milestone https://github.com/pixiv/three-vrm/compare/v1.0.9...v1.0.10


๐Ÿ’ก Behavior Changes

  • #1209: Add a workaround for the rangeMap.inputMaxValue issue

๐Ÿ“„ Docs

  • #1219: fix the instruction of CONTRIBUTING.md

๐Ÿงน Chores

  • #1219: change order of yarn all

๐Ÿ“ฆ Deps

  • #1208, #1218: Bump Three.js to r151
    • This version should fix the shader compilation error happened in Three.js r151 or higher

v1.0.9

1 year ago

Milestone https://github.com/pixiv/three-vrm/compare/v1.0.8...v1.0.9


๐Ÿ’ก Behavior Changes

  • #1180: Reduce the shader variants

๐Ÿ› Bugfixes

  • #1152: Fix spring bone helpers

๐Ÿ“ฆ Deps

  • #1182: Bump Three.js to r149
  • #1183: Update sample model
  • Automated: #1154, #1156, #1159, #1160, #1166, #1169, #1179