|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 2.4.0 (2023-10-06) |
| 4 | + |
| 5 | + |
| 6 | +### ⚠ BREAKING CHANGES |
| 7 | + |
| 8 | +* upgrade mc version, simplify demo, and fix resize bug |
| 9 | + |
| 10 | +### Features |
| 11 | + |
| 12 | +* add stats ([b90e17e](https://github.com/donkeyclip/motorcortex-threejs/commit/b90e17e8aa5fa9ca171dfdd8909e063763585b21)) |
| 13 | +* bump dependencies and remove unused ones ([89bffc1](https://github.com/donkeyclip/motorcortex-threejs/commit/89bffc113a31075954cd0aa66f5530d3e128cf48)) |
| 14 | +* bump threejs to r134 ([830f42d](https://github.com/donkeyclip/motorcortex-threejs/commit/830f42da55cae36fb548aab8e31774db3ef38a06)) |
| 15 | +* drop explorer 11 support ([fcc9471](https://github.com/donkeyclip/motorcortex-threejs/commit/fcc9471f4f4189a0dc1b20f72e2838f8a5838098)) |
| 16 | +* update compatibility with motorcortex ([324d6c9](https://github.com/donkeyclip/motorcortex-threejs/commit/324d6c9f95f16a425addf9d5e7961e8ee5efa026)) |
| 17 | + |
| 18 | + |
| 19 | +### Bug Fixes |
| 20 | + |
| 21 | +* add light helpers and cast-receive shadows at models ([6607d3e](https://github.com/donkeyclip/motorcortex-threejs/commit/6607d3ea21fa3ec29bb2e39523a5c8b0b6b5bc1f)) |
| 22 | +* add mode development in webpack config ([1535245](https://github.com/donkeyclip/motorcortex-threejs/commit/153524533eef48afe8ee77f7796d51ea5d7cde86)) |
| 23 | +* camera initial parameters ([0dd9669](https://github.com/donkeyclip/motorcortex-threejs/commit/0dd9669a09177e518743a6f80bd905b407f794eb)) |
| 24 | +* camera look at, animations and object3d feature ([f2b91df](https://github.com/donkeyclip/motorcortex-threejs/commit/f2b91dffa777ee09a460231ed7e34b6b6c3b5e57)) |
| 25 | +* delete commitlint.config.js ([b57d33b](https://github.com/donkeyclip/motorcortex-threejs/commit/b57d33b3d7ba0273b41b6b76077bf9fe8fe80872)) |
| 26 | +* **deps:** update dependency @rollup/plugin-commonjs to v22 ([#131](https://github.com/donkeyclip/motorcortex-threejs/issues/131)) ([0cdb863](https://github.com/donkeyclip/motorcortex-threejs/commit/0cdb863c19afd28ad1c66be57b3ae2200face2f6)) |
| 27 | +* **deps:** update dependency three to ^0.135.0 ([2b0cdc6](https://github.com/donkeyclip/motorcortex-threejs/commit/2b0cdc660ea61afbc55a86046a6c291528c9e922)) |
| 28 | +* **deps:** update dependency three to ^0.136.0 ([5ba6409](https://github.com/donkeyclip/motorcortex-threejs/commit/5ba640947a91c718cbe975585047466bebaef224)) |
| 29 | +* **deps:** update dependency three to ^0.140.0 ([#112](https://github.com/donkeyclip/motorcortex-threejs/issues/112)) ([365e8ae](https://github.com/donkeyclip/motorcortex-threejs/commit/365e8ae4e8a7346649e6bcd94e8f262134e59126)) |
| 30 | +* **deps:** update dependency three to ^0.141.0 ([f678af0](https://github.com/donkeyclip/motorcortex-threejs/commit/f678af0b7a6daa277f0a006609e2c6e48c08c491)) |
| 31 | +* **deps:** update dependency three to ^0.142.0 ([4a5db93](https://github.com/donkeyclip/motorcortex-threejs/commit/4a5db930dbe3eb63ae5435128531f37140996db1)) |
| 32 | +* **deps:** update dependency three to ^0.143.0 ([5fb0ca4](https://github.com/donkeyclip/motorcortex-threejs/commit/5fb0ca4296601b2f1bc594db3c1f786c2d179ad8)) |
| 33 | +* **deps:** update dependency three to ^0.144.0 ([34454fb](https://github.com/donkeyclip/motorcortex-threejs/commit/34454fb73c41cf534a137936fb0c8b8aa33efd41)) |
| 34 | +* **deps:** update dependency three to ^0.145.0 ([a8c4146](https://github.com/donkeyclip/motorcortex-threejs/commit/a8c41469c8707a3f5bc1cb051a0164bfe28d7126)) |
| 35 | +* **deps:** update dependency three to ^0.146.0 ([3ce2c1d](https://github.com/donkeyclip/motorcortex-threejs/commit/3ce2c1d7fa76ec8a77364864c07c1ae53d85d5b6)) |
| 36 | +* **deps:** update dependency three to ^0.147.0 ([ad08a41](https://github.com/donkeyclip/motorcortex-threejs/commit/ad08a4110f4dd3eebae3d1db024c62b48ee74a54)) |
| 37 | +* **deps:** update dependency three to ^0.148.0 ([b05435b](https://github.com/donkeyclip/motorcortex-threejs/commit/b05435bec2d7fe821d3d2cc92cfb25344d0a0151)) |
| 38 | +* **deps:** update dependency three to ^0.152.0 ([4bf7c60](https://github.com/donkeyclip/motorcortex-threejs/commit/4bf7c60dd4369ec73afd57a758a413152d6f66f9)) |
| 39 | +* double rendering on casi ([9ea965d](https://github.com/donkeyclip/motorcortex-threejs/commit/9ea965d7d4a6d0cbdaec8be8582ebe601b04a6df)) |
| 40 | +* drop broken import of stats ([5e15380](https://github.com/donkeyclip/motorcortex-threejs/commit/5e15380971d34f414eba0f0fcf48685d7396aedb)) |
| 41 | +* first implementation of postprocessing ([cafd0f5](https://github.com/donkeyclip/motorcortex-threejs/commit/cafd0f551ee40da4603db5f9790c791eaa6eeb56)) |
| 42 | +* initializers ([14fcf4a](https://github.com/donkeyclip/motorcortex-threejs/commit/14fcf4ac452a6f7656855ff75ad964d67db2bd4c)) |
| 43 | +* morph animation block bug ([35ebe55](https://github.com/donkeyclip/motorcortex-threejs/commit/35ebe55cdb97094014f5a84807d0651b557413a8)) |
| 44 | +* update files from package.json ([4ec6a07](https://github.com/donkeyclip/motorcortex-threejs/commit/4ec6a073f5a7e6fb1917952c5daff366f085146c)) |
| 45 | +* upgrade mc version, simplify demo, and fix resize bug ([6f5bef8](https://github.com/donkeyclip/motorcortex-threejs/commit/6f5bef8704290f942d401cc1737c468715bf3605)) |
| 46 | +* use main as default branch ([e00e777](https://github.com/donkeyclip/motorcortex-threejs/commit/e00e777994e7fe09646355bf08b7f5213fcb061e)) |
| 47 | + |
| 48 | + |
| 49 | +### Miscellaneous Chores |
| 50 | + |
| 51 | +* realease 2.3.6 ([a2f4d42](https://github.com/donkeyclip/motorcortex-threejs/commit/a2f4d423e10f8334e2fbd31ab6097d688ad66d42)) |
| 52 | +* release 2.3.7 ([f6daec9](https://github.com/donkeyclip/motorcortex-threejs/commit/f6daec9b8473d8bf8905e2b9dc285792ca13569c)) |
| 53 | +* release 2.4.0 ([4dfe22e](https://github.com/donkeyclip/motorcortex-threejs/commit/4dfe22e60a7692b865d538d22114bdc704311fbf)) |
| 54 | + |
3 | 55 | ## [3.2.2](https://github.com/donkeyclip/motorcortex-threejs/compare/v3.2.1...v3.2.2) (2022-06-04) |
4 | 56 |
|
5 | 57 |
|
|
0 commit comments