Skip to content

Commit

Permalink
v0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Nov 10, 2024
1 parent f71679e commit 9c214c7
Show file tree
Hide file tree
Showing 29 changed files with 184 additions and 45 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


### Bug Fixes

* **BatchedText:** Fix texel read for taller data texture ([57f3b0b](https://github.com/protectwise/troika/commit/57f3b0bfa6f13d7311d51e1cb4c3b0e1caf17458))
* **troika-three-text:** Fix error when first character is whitespace [#313](https://github.com/protectwise/troika/issues/313) ([f71679e](https://github.com/protectwise/troika/commit/f71679e97a3850057ff85054d10326c8100c5328))


### Features

* **BatchedText:** support fillOpacity, and color now sets the `diffuse` uniform ([8f83424](https://github.com/protectwise/troika/commit/8f8342447f3fe4a31420cf46fdb191ddc0afb929))
* **troika-three-text:** Add config to disable web worker ([86023ec](https://github.com/protectwise/troika/commit/86023ecd1ce00cebc3094088f935de5c129d5201)), closes [#337](https://github.com/protectwise/troika/issues/337)
* **troika-worker-utils:** Add a handle to force running worker modules on main thread ([4f8bc13](https://github.com/protectwise/troika/commit/4f8bc13cf32a1665e2177ab2f62f60f2fe17ad66))





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.50.3",
"version": "0.51.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions packages/three-instanced-uniforms-mesh/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package three-instanced-uniforms-mesh





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package three-instanced-uniforms-mesh
Expand Down
4 changes: 2 additions & 2 deletions packages/three-instanced-uniforms-mesh/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-instanced-uniforms-mesh",
"version": "0.50.3",
"version": "0.51.0",
"description": "Extension to Three.js InstancedMesh supporting per-instance uniform values",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -14,7 +14,7 @@
"module": "dist/three-instanced-uniforms-mesh.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-three-utils": "^0.50.3"
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-2d





# [0.50.0](https://github.com/protectwise/troika/compare/v0.49.1...v0.50.0) (2024-10-11)

**Note:** Version bump only for package troika-2d
Expand Down
4 changes: 2 additions & 2 deletions packages/troika-2d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-2d",
"version": "0.50.0",
"version": "0.51.0",
"description": "Troika 2D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -14,6 +14,6 @@
"module": "dist/troika-2d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.50.0"
"troika-core": "^0.51.0"
}
}
8 changes: 8 additions & 0 deletions packages/troika-3d-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-3d-text





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package troika-3d-text
Expand Down
8 changes: 4 additions & 4 deletions packages/troika-3d-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-3d-text",
"version": "0.50.3",
"version": "0.51.0",
"description": "SDF text for the Troika 3D scene management framework",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -14,9 +14,9 @@
"module": "dist/troika-3d-text.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.50.3",
"troika-three-text": "^0.50.3",
"troika-three-utils": "^0.50.3"
"troika-3d": "^0.51.0",
"troika-three-text": "^0.51.0",
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-3d-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-3d-ui





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package troika-3d-ui
Expand Down
12 changes: 6 additions & 6 deletions packages/troika-3d-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-3d-ui",
"version": "0.50.3",
"version": "0.51.0",
"description": "Troika 3D User Interface Toolkit",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,11 +15,11 @@
"module:src": "src/index.js",
"dependencies": {
"object-path": "^0.11.4",
"troika-3d": "^0.50.3",
"troika-3d-text": "^0.50.3",
"troika-core": "^0.50.0",
"troika-flex-layout": "^0.50.3",
"troika-three-utils": "^0.50.3"
"troika-3d": "^0.51.0",
"troika-3d-text": "^0.51.0",
"troika-core": "^0.51.0",
"troika-flex-layout": "^0.51.0",
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-3d





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package troika-3d
Expand Down
6 changes: 3 additions & 3 deletions packages/troika-3d/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-3d",
"version": "0.50.3",
"version": "0.51.0",
"description": "Troika 3D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -14,8 +14,8 @@
"module": "dist/troika-3d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.50.0",
"troika-three-utils": "^0.50.3"
"troika-core": "^0.51.0",
"troika-three-utils": "^0.51.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-animation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-animation





# [0.50.0](https://github.com/protectwise/troika/compare/v0.49.1...v0.50.0) (2024-10-11)

**Note:** Version bump only for package troika-animation
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-animation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-animation",
"version": "0.50.0",
"version": "0.51.0",
"description": "Troika Animation Utilities",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-core





# [0.50.0](https://github.com/protectwise/troika/compare/v0.49.1...v0.50.0) (2024-10-11)

**Note:** Version bump only for package troika-core
Expand Down
4 changes: 2 additions & 2 deletions packages/troika-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-core",
"version": "0.50.0",
"version": "0.51.0",
"description": "Troika Core",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,7 +15,7 @@
"module:src": "src/index.js",
"dependencies": {
"prop-types": "^15.6.2",
"troika-animation": "^0.50.0"
"troika-animation": "^0.51.0"
},
"peerDependencies": {
"react": "^16.5.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


### Features

* **BatchedText:** support fillOpacity, and color now sets the `diffuse` uniform ([8f83424](https://github.com/protectwise/troika/commit/8f8342447f3fe4a31420cf46fdb191ddc0afb929))





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package troika-examples
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-examples/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions packages/troika-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-examples",
"version": "0.50.3",
"version": "0.51.0",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <[email protected]>",
Expand All @@ -22,15 +22,15 @@
"react-dat-gui": "^4.0.0",
"react-dom": "^16.14.0",
"three": "^0.149.0",
"three-instanced-uniforms-mesh": "^0.50.3",
"three-instanced-uniforms-mesh": "^0.51.0",
"three-line-2d": "^1.1.6",
"troika-2d": "^0.50.0",
"troika-3d": "^0.50.3",
"troika-3d-text": "^0.50.3",
"troika-3d-ui": "^0.50.3",
"troika-animation": "^0.50.0",
"troika-core": "^0.50.0",
"troika-three-utils": "^0.50.3",
"troika-xr": "^0.50.3"
"troika-2d": "^0.51.0",
"troika-3d": "^0.51.0",
"troika-3d-text": "^0.51.0",
"troika-3d-ui": "^0.51.0",
"troika-animation": "^0.51.0",
"troika-core": "^0.51.0",
"troika-three-utils": "^0.51.0",
"troika-xr": "^0.51.0"
}
}
8 changes: 8 additions & 0 deletions packages/troika-flex-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)

**Note:** Version bump only for package troika-flex-layout





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)

**Note:** Version bump only for package troika-flex-layout
Expand Down
6 changes: 3 additions & 3 deletions packages/troika-flex-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-flex-layout",
"version": "0.50.3",
"version": "0.51.0",
"description": "Utility for calculating flexbox layouts in a web worker",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -14,8 +14,8 @@
"module": "dist/troika-flex-layout.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-three-text": "^0.50.3",
"troika-worker-utils": "^0.50.0"
"troika-three-text": "^0.51.0",
"troika-worker-utils": "^0.51.0"
},
"devDependencies": {
"terser": "^5.14.2",
Expand Down
18 changes: 18 additions & 0 deletions packages/troika-three-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.51.0](https://github.com/protectwise/troika/compare/v0.50.3...v0.51.0) (2024-11-10)


### Bug Fixes

* **BatchedText:** Fix texel read for taller data texture ([57f3b0b](https://github.com/protectwise/troika/commit/57f3b0bfa6f13d7311d51e1cb4c3b0e1caf17458))
* **troika-three-text:** Fix error when first character is whitespace [#313](https://github.com/protectwise/troika/issues/313) ([f71679e](https://github.com/protectwise/troika/commit/f71679e97a3850057ff85054d10326c8100c5328))


### Features

* **BatchedText:** support fillOpacity, and color now sets the `diffuse` uniform ([8f83424](https://github.com/protectwise/troika/commit/8f8342447f3fe4a31420cf46fdb191ddc0afb929))
* **troika-three-text:** Add config to disable web worker ([86023ec](https://github.com/protectwise/troika/commit/86023ecd1ce00cebc3094088f935de5c129d5201)), closes [#337](https://github.com/protectwise/troika/issues/337)





## [0.50.3](https://github.com/protectwise/troika/compare/v0.50.2...v0.50.3) (2024-11-01)


Expand Down
6 changes: 3 additions & 3 deletions packages/troika-three-text/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-three-text",
"version": "0.50.3",
"version": "0.51.0",
"description": "SDF-based text rendering for Three.js",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,8 +15,8 @@
"module:src": "src/index.js",
"dependencies": {
"bidi-js": "^1.0.2",
"troika-three-utils": "^0.50.3",
"troika-worker-utils": "^0.50.0",
"troika-three-utils": "^0.51.0",
"troika-worker-utils": "^0.51.0",
"webgl-sdf-generator": "1.1.1"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 9c214c7

Please sign in to comment.