Skip to content

Commit

Permalink
v0.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Dec 15, 2022
1 parent e6510ba commit f20187d
Show file tree
Hide file tree
Showing 28 changed files with 242 additions and 44 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,34 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Bug Fixes

* add compatibility up to ThreeJS r127 ([03640a0](https://github.com/protectwise/troika/commit/03640a093e1b56049229420ff421317528bb583d))
* **troika-three-text:** remove IIFEs for tree-shaking ([#224](https://github.com/protectwise/troika/issues/224)) ([2e688f0](https://github.com/protectwise/troika/commit/2e688f0248296fee46e16f58a5de7b963a4cb73b))
* Remove incomplete ShaderFloatArray utility to fix build ([ddf712a](https://github.com/protectwise/troika/commit/ddf712af8e9ae164527dfe9cabcb2698eb809dc5))
* **troika-three-text:** include lineGap value from the font in 'normal' line-height calculation ([c278118](https://github.com/protectwise/troika/commit/c2781182ad897a444f9502031a9626b703e85050))
* **troika-three-text:** update Typr to fix doubled kerning in some fonts ([#196](https://github.com/protectwise/troika/issues/196)) ([1fab9a2](https://github.com/protectwise/troika/commit/1fab9a2ce739a1f26c36b737a499075a439f8980))
* **troika-three-text:** use sTypoAscender/Descender from OS/2 font table if available ([f5c244c](https://github.com/protectwise/troika/commit/f5c244c92f9ede541b1206744aa1c7e1ff6711fc))
* **troika-three-text:** work around Safari<15 bug using SDF canvas as a texture ([#199](https://github.com/protectwise/troika/issues/199)) ([fca9aae](https://github.com/protectwise/troika/commit/fca9aae20e7b67cbd7ac3669dd91257ec84f1997))


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))
* **three-instanced-uniforms-mesh:** add typescript definition file ([#217](https://github.com/protectwise/troika/issues/217)) ([cef3564](https://github.com/protectwise/troika/commit/cef3564441f86a79433b35124ac6063980295ab0))
* **troika-three-text:** add 'top-cap' and 'top-ex' as keywords for anchorY ([#193](https://github.com/protectwise/troika/issues/193)) ([c6a10ae](https://github.com/protectwise/troika/commit/c6a10ae30837d26505d5614b8e15ab49f2ad4625))
* **troika-three-text:** include capHeight and xHeight font metrics in textRenderInfo ([3459fd5](https://github.com/protectwise/troika/commit/3459fd540925d7aebad48c70c28e1e0a9b4195f0))
* **troika-three-text:** remove deprecated totalBounds/totalBlockSize properties from textRenderInfo ([2b87308](https://github.com/protectwise/troika/commit/2b87308f8fd02552fb86fdcc81a8e949de8e5989))
* remove custom Thenable polyfill in favor of native promises ([7af402e](https://github.com/protectwise/troika/commit/7af402e254675ca2fc182467a65d2d4f860845e4))
* **troika-three-text:** remove long-deprecated `anchor` array property ([752e302](https://github.com/protectwise/troika/commit/752e3025cec4176aadaab2a3ca475b3fd49d572e))





## [0.46.3](https://github.com/protectwise/troika/compare/v0.46.2...v0.46.3) (2022-03-11)


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.46.3",
"version": "0.47.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))
* **three-instanced-uniforms-mesh:** add typescript definition file ([#217](https://github.com/protectwise/troika/issues/217)) ([cef3564](https://github.com/protectwise/troika/commit/cef3564441f86a79433b35124ac6063980295ab0))





# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)

**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.46.0",
"version": "0.47.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.46.0"
"troika-three-utils": "^0.47.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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)

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





# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)

**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.46.0",
"version": "0.47.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.46.0"
"troika-core": "^0.47.0"
}
}
11 changes: 11 additions & 0 deletions packages/troika-3d-text/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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))





## [0.46.3](https://github.com/protectwise/troika/compare/v0.46.2...v0.46.3) (2022-03-11)

**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.46.3",
"version": "0.47.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.46.0",
"troika-three-text": "^0.46.3",
"troika-three-utils": "^0.46.0"
"troika-3d": "^0.47.0",
"troika-three-text": "^0.47.0",
"troika-three-utils": "^0.47.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-3d-ui/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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))





## [0.46.3](https://github.com/protectwise/troika/compare/v0.46.2...v0.46.3) (2022-03-11)

**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.46.3",
"version": "0.47.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.46.0",
"troika-3d-text": "^0.46.3",
"troika-core": "^0.46.0",
"troika-flex-layout": "^0.46.3",
"troika-three-utils": "^0.46.0"
"troika-3d": "^0.47.0",
"troika-3d-text": "^0.47.0",
"troika-core": "^0.47.0",
"troika-flex-layout": "^0.47.0",
"troika-three-utils": "^0.47.0"
},
"peerDependencies": {
"three": ">=0.125.0"
Expand Down
16 changes: 16 additions & 0 deletions packages/troika-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Bug Fixes

* add compatibility up to ThreeJS r127 ([03640a0](https://github.com/protectwise/troika/commit/03640a093e1b56049229420ff421317528bb583d))


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))





# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)

**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.46.0",
"version": "0.47.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.46.0",
"troika-three-utils": "^0.46.0"
"troika-core": "^0.47.0",
"troika-three-utils": "^0.47.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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)

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





# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)

**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.46.0",
"version": "0.47.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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)

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





# [0.46.0](https://github.com/protectwise/troika/compare/v0.45.0...v0.46.0) (2022-03-05)

**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.46.0",
"version": "0.47.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.46.0"
"troika-animation": "^0.47.0"
},
"peerDependencies": {
"react": "^16.5.2",
Expand Down
17 changes: 17 additions & 0 deletions packages/troika-examples/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Bug Fixes

* add compatibility up to ThreeJS r127 ([03640a0](https://github.com/protectwise/troika/commit/03640a093e1b56049229420ff421317528bb583d))


### Features

* raise three min version to r125 and fix BufferGeometry references ([#225](https://github.com/protectwise/troika/issues/225)) ([f2ef803](https://github.com/protectwise/troika/commit/f2ef803db7ab3d9d03de2719a2781c1c3f5122cf))
* **troika-three-text:** add 'top-cap' and 'top-ex' as keywords for anchorY ([#193](https://github.com/protectwise/troika/issues/193)) ([c6a10ae](https://github.com/protectwise/troika/commit/c6a10ae30837d26505d5614b8e15ab49f2ad4625))





## [0.46.3](https://github.com/protectwise/troika/compare/v0.46.2...v0.46.3) (2022-03-11)

**Note:** Version bump only for package troika-examples
Expand Down
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.46.3",
"version": "0.47.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.5.2",
"three": "^0.147.0",
"three-instanced-uniforms-mesh": "^0.46.0",
"three-instanced-uniforms-mesh": "^0.47.0",
"three-line-2d": "^1.1.6",
"troika-2d": "^0.46.0",
"troika-3d": "^0.46.0",
"troika-3d-text": "^0.46.3",
"troika-3d-ui": "^0.46.3",
"troika-animation": "^0.46.0",
"troika-core": "^0.46.0",
"troika-three-utils": "^0.46.0",
"troika-xr": "^0.46.0"
"troika-2d": "^0.47.0",
"troika-3d": "^0.47.0",
"troika-3d-text": "^0.47.0",
"troika-3d-ui": "^0.47.0",
"troika-animation": "^0.47.0",
"troika-core": "^0.47.0",
"troika-three-utils": "^0.47.0",
"troika-xr": "^0.47.0"
}
}
11 changes: 11 additions & 0 deletions packages/troika-flex-layout/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.47.0](https://github.com/protectwise/troika/compare/v0.46.3...v0.47.0) (2022-12-15)


### Features

* remove custom Thenable polyfill in favor of native promises ([7af402e](https://github.com/protectwise/troika/commit/7af402e254675ca2fc182467a65d2d4f860845e4))





## [0.46.3](https://github.com/protectwise/troika/compare/v0.46.2...v0.46.3) (2022-03-11)

**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.46.3",
"version": "0.47.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.46.3",
"troika-worker-utils": "^0.46.0"
"troika-three-text": "^0.47.0",
"troika-worker-utils": "^0.47.0"
},
"devDependencies": {
"terser": "^5.14.2",
Expand Down
Loading

0 comments on commit f20187d

Please sign in to comment.