Skip to content

Commit 277d68e

Browse files
committed
chore(release): 4.4.0
1 parent 0edb108 commit 277d68e

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [4.4.0](https://github.com/ZeaInc/zea-ux/compare/v4.3.0...v4.4.0) (2023-01-25)
6+
7+
8+
### Features
9+
10+
* AxisTripod now supports arguments for each of the axis colors. ([d0b3ecf](https://github.com/ZeaInc/zea-ux/commit/d0b3ecff6ddf48aa596e1cc3edecda9579ea32bd))
11+
* Viewcube has been overhauled for a cleaner design. ([6d486cb](https://github.com/ZeaInc/zea-ux/commit/6d486cbe81c19645ca3628e808ab471ba1e6688e))
12+
13+
14+
### Bug Fixes
15+
16+
* AxialRotationHandle now correctly handles rotating objects ([#187](https://github.com/ZeaInc/zea-ux/issues/187)) ([a16509d](https://github.com/ZeaInc/zea-ux/commit/a16509d46f361e638ee3e26912716b1140c0fe9a))
17+
* AxisTripod now maintains a fixed size in Orthographic viewports. ([24589b6](https://github.com/ZeaInc/zea-ux/commit/24589b6d6b1e967cb62ef6406a1df2c873a3caee))
18+
* disable errors caused by TypeScript build. ([d099341](https://github.com/ZeaInc/zea-ux/commit/d0993413afe971c784a5130a52220a631bbe8371))
19+
* Gizmo handles now respond correctly to touch intereactions ([aa1f08a](https://github.com/ZeaInc/zea-ux/commit/aa1f08a9565ba0c3d3ac68c031332c986b7c60ad))
20+
* The ViewCube size would change based on the distance to the border. The labels on the cube were distorted. ([c28672e](https://github.com/ZeaInc/zea-ux/commit/c28672eaabd2f09714c9ffd1db0eb956e25ad566))
21+
522
## [4.3.0](https://github.com/ZeaInc/zea-ux/compare/v4.2.1...v4.3.0) (2022-12-06)
623

724

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zeainc/zea-ux",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Zea UX",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.esm.js",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2184,10 +2184,10 @@
21842184
socket.io-client "^2.3.0"
21852185
socketio-wildcard "^2.0.0"
21862186

2187-
"@zeainc/zea-engine@4.6.0-9daca07":
2188-
version "4.6.0-9daca07"
2189-
resolved "https://registry.yarnpkg.com/@zeainc/zea-engine/-/zea-engine-4.6.0-9daca07.tgz#2565ef5febb2f3f47855b63afad7a8d6f0620f8b"
2190-
integrity sha512-j6bjZRL6rZERghVYxP6Lh4pzV75LZUJHFCdt+frSJ6uASX1nsh+RJfSgylIIvw1RC9SwjQAKItPRjTv1fi97EQ==
2187+
"@zeainc/zea-engine@^4.6.0":
2188+
version "4.6.0"
2189+
resolved "https://registry.yarnpkg.com/@zeainc/zea-engine/-/zea-engine-4.6.0.tgz#9ada50c892d5033e780d61dc658d08664a6235f9"
2190+
integrity sha512-xbt6u5tZLeJCG081pQkHOnE8pDu1FdmIPWgPdvVat5lA9yCsby7eNgk2fxKdcU3E7UIDlSmiB4um5s6dQR3BJg==
21912191
dependencies:
21922192
lodash-es "^4.17.21"
21932193

0 commit comments

Comments
 (0)