Skip to content

Commit

Permalink
v0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Oct 19, 2020
1 parent e3621a1 commit b19cd3a
Show file tree
Hide file tree
Showing 27 changed files with 207 additions and 40 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


### Bug Fixes

* **troika-three-text:** clipRect is no longer clamped to the text block's bounds ([15edbd9](https://github.com/protectwise/troika/commit/15edbd95c0ec525c4a268ff3781e6e516981da02))
* **troika-three-text:** fix text baseline being positioned too low ([596d8ca](https://github.com/protectwise/troika/commit/596d8ca1e6ba35f9e68bcbda74329823a3b1b1ad))
* **troika-worker-utils:** pre-transpile the .esm build - issue [#84](https://github.com/protectwise/troika/issues/84) ([98248b6](https://github.com/protectwise/troika/commit/98248b6f7eff3090f0202e3e4507bb0d227510ba))


### Features

* **troika-three-text:** expose blockBounds and visibleBounds in textRenderInfo ([f3340ec](https://github.com/protectwise/troika/commit/f3340ec1efac6a6b00f596d9ef898ed7c2a6568a))
* **troika-three-text:** text outline and better antialiasing at small sizes ([3836809](https://github.com/protectwise/troika/commit/3836809cc919b57b5eb357e66e35a15903bd54f7))


### Performance Improvements

* micro-optimization of sdf texture insertion loop ([995c2a6](https://github.com/protectwise/troika/commit/995c2a6652181f26677b8da4207f18c32455e59c))






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**Note:** Version bump only for package troika
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.33.1",
"version": "0.34.0",
"command": {
"version": {
"conventionalCommits": true
Expand Down
9 changes: 9 additions & 0 deletions packages/troika-2d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02)


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.33.0",
"version": "0.34.0",
"description": "Troika 2D",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,6 +14,6 @@
"module": "dist/troika-2d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.33.0"
"troika-core": "^0.34.0"
}
}
12 changes: 12 additions & 0 deletions packages/troika-3d-text/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.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


### Features

* **troika-three-text:** text outline and better antialiasing at small sizes ([3836809](https://github.com/protectwise/troika/commit/3836809cc919b57b5eb357e66e35a15903bd54f7))






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**Note:** Version bump only for package troika-3d-text
Expand Down
6 changes: 3 additions & 3 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.33.1",
"version": "0.34.0",
"description": "SDF text for the Troika 3D scene management framework",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,7 +14,7 @@
"module": "dist/troika-3d-text.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.33.1",
"troika-three-text": "^0.33.1"
"troika-3d": "^0.34.0",
"troika-three-text": "^0.34.0"
}
}
9 changes: 9 additions & 0 deletions packages/troika-3d-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**Note:** Version bump only for package troika-3d-ui
Expand Down
13 changes: 13 additions & 0 deletions packages/troika-3d-ui/package-lock.json

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

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.33.1",
"version": "0.34.0",
"description": "Troika 3D User Interface Toolkit",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -15,10 +15,10 @@
"module:src": "src/index.js",
"dependencies": {
"object-path": "^0.11.4",
"troika-3d": "^0.33.1",
"troika-3d-text": "^0.33.1",
"troika-core": "^0.33.0",
"troika-flex-layout": "^0.33.1",
"troika-three-utils": "^0.33.1"
"troika-3d": "^0.34.0",
"troika-3d-text": "^0.34.0",
"troika-core": "^0.34.0",
"troika-flex-layout": "^0.34.0",
"troika-three-utils": "^0.34.0"
}
}
9 changes: 9 additions & 0 deletions packages/troika-3d/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**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.33.1",
"version": "0.34.0",
"description": "Troika 3D",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,7 +14,7 @@
"module": "dist/troika-3d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.33.0",
"troika-three-utils": "^0.33.1"
"troika-core": "^0.34.0",
"troika-three-utils": "^0.34.0"
}
}
9 changes: 9 additions & 0 deletions packages/troika-animation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02)


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.33.0",
"version": "0.34.0",
"description": "Troika Animation Utilities",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand Down
9 changes: 9 additions & 0 deletions packages/troika-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02)


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.33.0",
"version": "0.34.0",
"description": "Troika Core",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -15,7 +15,7 @@
"module:src": "src/index.js",
"dependencies": {
"prop-types": "^15.6.2",
"troika-animation": "^0.33.0"
"troika-animation": "^0.34.0"
},
"peerDependencies": {
"react": "^16.5.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/troika-examples/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.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


### Features

* **troika-three-text:** text outline and better antialiasing at small sizes ([3836809](https://github.com/protectwise/troika/commit/3836809cc919b57b5eb357e66e35a15903bd54f7))






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**Note:** Version bump only for package troika-examples
Expand Down
18 changes: 9 additions & 9 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.33.1",
"version": "0.34.0",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
Expand All @@ -23,13 +23,13 @@
"react-dom": "^16.5.2",
"three": "^0.121.1",
"three-line-2d": "^1.1.6",
"troika-2d": "^0.33.0",
"troika-3d": "^0.33.1",
"troika-3d-text": "^0.33.1",
"troika-3d-ui": "^0.33.1",
"troika-animation": "^0.33.0",
"troika-core": "^0.33.0",
"troika-three-utils": "^0.33.1",
"troika-xr": "^0.33.1"
"troika-2d": "^0.34.0",
"troika-3d": "^0.34.0",
"troika-3d-text": "^0.34.0",
"troika-3d-ui": "^0.34.0",
"troika-animation": "^0.34.0",
"troika-core": "^0.34.0",
"troika-three-utils": "^0.34.0",
"troika-xr": "^0.34.0"
}
}
9 changes: 9 additions & 0 deletions packages/troika-flex-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)

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






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**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.33.1",
"version": "0.34.0",
"description": "Utility for calculating flexbox layouts in a web worker",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,8 +14,8 @@
"module": "dist/troika-flex-layout.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-three-text": "^0.33.1",
"troika-worker-utils": "^0.33.0"
"troika-three-text": "^0.34.0",
"troika-worker-utils": "^0.34.0"
},
"devDependencies": {
"terser": "^4.2.0",
Expand Down
24 changes: 24 additions & 0 deletions packages/troika-three-text/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,30 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19)


### Bug Fixes

* **troika-three-text:** clipRect is no longer clamped to the text block's bounds ([15edbd9](https://github.com/protectwise/troika/commit/15edbd95c0ec525c4a268ff3781e6e516981da02))
* **troika-three-text:** fix text baseline being positioned too low ([596d8ca](https://github.com/protectwise/troika/commit/596d8ca1e6ba35f9e68bcbda74329823a3b1b1ad))


### Features

* **troika-three-text:** expose blockBounds and visibleBounds in textRenderInfo ([f3340ec](https://github.com/protectwise/troika/commit/f3340ec1efac6a6b00f596d9ef898ed7c2a6568a))
* **troika-three-text:** text outline and better antialiasing at small sizes ([3836809](https://github.com/protectwise/troika/commit/3836809cc919b57b5eb357e66e35a15903bd54f7))


### Performance Improvements

* micro-optimization of sdf texture insertion loop ([995c2a6](https://github.com/protectwise/troika/commit/995c2a6652181f26677b8da4207f18c32455e59c))






## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02)

**Note:** Version bump only for package troika-three-text
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.33.1",
"version": "0.34.0",
"description": "SDF-based text rendering for Three.js",
"author": "Jason Johnston <jason.johnston@protectwise.com>",
"repository": {
Expand All @@ -14,8 +14,8 @@
"module": "dist/troika-three-text.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-three-utils": "^0.33.1",
"troika-worker-utils": "^0.33.0"
"troika-three-utils": "^0.34.0",
"troika-worker-utils": "^0.34.0"
},
"devDependencies": {
"node-fetch": "^2.6.0",
Expand Down
Loading

0 comments on commit b19cd3a

Please sign in to comment.