diff --git a/CHANGELOG.md b/CHANGELOG.md index 24bcb5d5..c56e3ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Changelog +## 2.4.0 (2023-10-07) + + +### ⚠ BREAKING CHANGES + +* upgrade mc version, simplify demo, and fix resize bug + +### Features + +* add stats ([b90e17e](https://github.com/donkeyclip/motorcortex-threejs/commit/b90e17e8aa5fa9ca171dfdd8909e063763585b21)) +* bump dependencies and remove unused ones ([89bffc1](https://github.com/donkeyclip/motorcortex-threejs/commit/89bffc113a31075954cd0aa66f5530d3e128cf48)) +* bump threejs to r134 ([830f42d](https://github.com/donkeyclip/motorcortex-threejs/commit/830f42da55cae36fb548aab8e31774db3ef38a06)) +* drop explorer 11 support ([fcc9471](https://github.com/donkeyclip/motorcortex-threejs/commit/fcc9471f4f4189a0dc1b20f72e2838f8a5838098)) +* update compatibility with motorcortex ([324d6c9](https://github.com/donkeyclip/motorcortex-threejs/commit/324d6c9f95f16a425addf9d5e7961e8ee5efa026)) + + +### Bug Fixes + +* add light helpers and cast-receive shadows at models ([6607d3e](https://github.com/donkeyclip/motorcortex-threejs/commit/6607d3ea21fa3ec29bb2e39523a5c8b0b6b5bc1f)) +* add mode development in webpack config ([1535245](https://github.com/donkeyclip/motorcortex-threejs/commit/153524533eef48afe8ee77f7796d51ea5d7cde86)) +* camera initial parameters ([0dd9669](https://github.com/donkeyclip/motorcortex-threejs/commit/0dd9669a09177e518743a6f80bd905b407f794eb)) +* camera look at, animations and object3d feature ([f2b91df](https://github.com/donkeyclip/motorcortex-threejs/commit/f2b91dffa777ee09a460231ed7e34b6b6c3b5e57)) +* delete commitlint.config.js ([b57d33b](https://github.com/donkeyclip/motorcortex-threejs/commit/b57d33b3d7ba0273b41b6b76077bf9fe8fe80872)) +* **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)) +* **deps:** update dependency three to ^0.135.0 ([2b0cdc6](https://github.com/donkeyclip/motorcortex-threejs/commit/2b0cdc660ea61afbc55a86046a6c291528c9e922)) +* **deps:** update dependency three to ^0.136.0 ([5ba6409](https://github.com/donkeyclip/motorcortex-threejs/commit/5ba640947a91c718cbe975585047466bebaef224)) +* **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)) +* **deps:** update dependency three to ^0.141.0 ([f678af0](https://github.com/donkeyclip/motorcortex-threejs/commit/f678af0b7a6daa277f0a006609e2c6e48c08c491)) +* **deps:** update dependency three to ^0.142.0 ([4a5db93](https://github.com/donkeyclip/motorcortex-threejs/commit/4a5db930dbe3eb63ae5435128531f37140996db1)) +* **deps:** update dependency three to ^0.143.0 ([5fb0ca4](https://github.com/donkeyclip/motorcortex-threejs/commit/5fb0ca4296601b2f1bc594db3c1f786c2d179ad8)) +* **deps:** update dependency three to ^0.144.0 ([34454fb](https://github.com/donkeyclip/motorcortex-threejs/commit/34454fb73c41cf534a137936fb0c8b8aa33efd41)) +* **deps:** update dependency three to ^0.145.0 ([a8c4146](https://github.com/donkeyclip/motorcortex-threejs/commit/a8c41469c8707a3f5bc1cb051a0164bfe28d7126)) +* **deps:** update dependency three to ^0.146.0 ([3ce2c1d](https://github.com/donkeyclip/motorcortex-threejs/commit/3ce2c1d7fa76ec8a77364864c07c1ae53d85d5b6)) +* **deps:** update dependency three to ^0.147.0 ([ad08a41](https://github.com/donkeyclip/motorcortex-threejs/commit/ad08a4110f4dd3eebae3d1db024c62b48ee74a54)) +* **deps:** update dependency three to ^0.148.0 ([b05435b](https://github.com/donkeyclip/motorcortex-threejs/commit/b05435bec2d7fe821d3d2cc92cfb25344d0a0151)) +* **deps:** update dependency three to ^0.152.0 ([4bf7c60](https://github.com/donkeyclip/motorcortex-threejs/commit/4bf7c60dd4369ec73afd57a758a413152d6f66f9)) +* **deps:** update dependency three to ^0.157.0 ([58ff7ee](https://github.com/donkeyclip/motorcortex-threejs/commit/58ff7eea28000ea537e479d73fc98f651f5d3ef7)) +* double rendering on casi ([9ea965d](https://github.com/donkeyclip/motorcortex-threejs/commit/9ea965d7d4a6d0cbdaec8be8582ebe601b04a6df)) +* drop broken import of stats ([5e15380](https://github.com/donkeyclip/motorcortex-threejs/commit/5e15380971d34f414eba0f0fcf48685d7396aedb)) +* first implementation of postprocessing ([cafd0f5](https://github.com/donkeyclip/motorcortex-threejs/commit/cafd0f551ee40da4603db5f9790c791eaa6eeb56)) +* initializers ([14fcf4a](https://github.com/donkeyclip/motorcortex-threejs/commit/14fcf4ac452a6f7656855ff75ad964d67db2bd4c)) +* morph animation block bug ([35ebe55](https://github.com/donkeyclip/motorcortex-threejs/commit/35ebe55cdb97094014f5a84807d0651b557413a8)) +* update files from package.json ([4ec6a07](https://github.com/donkeyclip/motorcortex-threejs/commit/4ec6a073f5a7e6fb1917952c5daff366f085146c)) +* upgrade mc version, simplify demo, and fix resize bug ([6f5bef8](https://github.com/donkeyclip/motorcortex-threejs/commit/6f5bef8704290f942d401cc1737c468715bf3605)) +* use main as default branch ([e00e777](https://github.com/donkeyclip/motorcortex-threejs/commit/e00e777994e7fe09646355bf08b7f5213fcb061e)) + + +### Miscellaneous Chores + +* realease 2.3.6 ([a2f4d42](https://github.com/donkeyclip/motorcortex-threejs/commit/a2f4d423e10f8334e2fbd31ab6097d688ad66d42)) +* release 2.3.7 ([f6daec9](https://github.com/donkeyclip/motorcortex-threejs/commit/f6daec9b8473d8bf8905e2b9dc285792ca13569c)) +* release 2.4.0 ([4dfe22e](https://github.com/donkeyclip/motorcortex-threejs/commit/4dfe22e60a7692b865d538d22114bdc704311fbf)) + ## [3.2.2](https://github.com/donkeyclip/motorcortex-threejs/compare/v3.2.1...v3.2.2) (2022-06-04) diff --git a/package-lock.json b/package-lock.json index 595b34d8..84c3bbce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@donkeyclip/motorcortex-threejs", - "version": "3.2.2", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@donkeyclip/motorcortex-threejs", - "version": "3.2.2", + "version": "2.4.0", "license": "MIT", "dependencies": { "three": "^0.157.0" diff --git a/package.json b/package.json index dc5a824b..a1a854c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@donkeyclip/motorcortex-threejs", - "version": "3.2.2", + "version": "2.4.0", "description": "Threejs library for MotorCortex", "main": "dist/motorcortex-threejs.cjs.js", "module": "dist/motorcortex-threejs.esm.js",