Skip to content

Releases: vxna/optimize-three-webpack-plugin

v5.1.3

26 Nov 19:14
Compare
Choose a tag to compare

5.1.3 (2021-11-26)

Bug Fixes

Reverts

  • Revert "fix: bump deps" (a633001)

v5.1.1

26 Nov 00:26
Compare
Choose a tag to compare

5.1.1 (2021-11-26)

Bug Fixes

v5.1.0

28 Oct 03:34
Compare
Choose a tag to compare

5.1.0 (2021-10-28)

Features

v5.0.2

28 Oct 01:52
Compare
Choose a tag to compare

5.0.2 (2021-10-28)

Bug Fixes

v5.0.1

28 Oct 01:37
Compare
Choose a tag to compare

5.0.1 (2021-10-28)

Bug Fixes

  • add webpack@>=5 to peerDependencies (464a1f6)

v5.0.0

28 Oct 01:26
d631b47
Compare
Choose a tag to compare

5.0.0 (2021-10-28)

Features

  • support three@>=0.128.0 (2aa3682)

BREAKING CHANGES

  • node@>=14, webpack@>=5 and three@>=0.128.0 required
  • deprecated importing from @three/core, use three as is

v4.0.0

01 Apr 13:43
Compare
Choose a tag to compare

4.0.0 (2020-04-01)

Features

  • generate aliases at the build time (b805a65)

BREAKING CHANGES

  • I believe there's none but it's better to be major version change

v3.1.0

01 Apr 06:37
Compare
Choose a tag to compare

3.1.0 (2020-04-01)

Features

  • sync with three@0.115.0 (23cac9b)

Added aliases:

  • @three/csm (three/examples/jsm/csm)
  • @three/offscreen (three/examples/jsm/offscreen)
  • @three/physics (three/examples/jsm/physics)
  • @three/textures (three/examples/jsm/textures)

v3.0.1

25 Dec 11:42
Compare
Choose a tag to compare

3.0.1 (2019-12-25)

Bug Fixes

  • bump minimal three version (bdaacef)

v3.0.0

25 Dec 11:01
Compare
Choose a tag to compare

3.0.0 (2019-12-25)

Features

  • sync with three@0.112.0 (1612f1e)

Added aliases:

  • @three/helpers (three/examples/jsm/helpers)

Removed aliases:

  • @three/pmrem (three/examples/jsm/pmrem)
  • @three/vr (three/examples/jsm/vr)

BREAKING CHANGES

https://github.com/mrdoob/three.js/wiki/Migration-Guide#r111--r112

  • PMREMGenerator moved from examples to core
  • WebVR support has been removed from core