Skip to content

Commit

Permalink
v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Mar 16, 2020
1 parent ea65af5 commit c97a9f9
Show file tree
Hide file tree
Showing 22 changed files with 155 additions and 35 deletions.
24 changes: 24 additions & 0 deletions 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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)


### Bug Fixes

* **troika-3d-ui:** fix scrollbars sometimes appearing inappropriately ([010be47](https://github.com/protectwise/troika/commit/010be47962f1f275d99c751bcf50f3e111667299))
* **troika-3d-ui:** update children when first exiting clip rect ([294f341](https://github.com/protectwise/troika/commit/294f34121e1d20a2152fea354767150abc4e3b1d))


### Features

* **troika-3d-ui:** allow dat-gui items to declare their own onUpdate ([a707fd5](https://github.com/protectwise/troika/commit/a707fd5988c4f664a5cfe3ee72747d13b65535e3))
* **troika-3d-ui:** enable shadow casting by UI block bg/border layers ([d2c056c](https://github.com/protectwise/troika/commit/d2c056cb2d599021f61d6de4ff7223f6b7ca52e6))
* **troika-worker-utils:** export function for stringifying functions ([977634b](https://github.com/protectwise/troika/commit/977634b5eecb41e4e7aa61addf5b7bfd721ab9e2))


### Performance Improvements

* skip updating children of inactive wrist-mounted ui ([c1b93f1](https://github.com/protectwise/troika/commit/c1b93f18228e1c051a3941d15f6bd31a3a682e2d))





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)


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.19.0",
"version": "0.20.0",
"command": {
"version": {
"conventionalCommits": true
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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.0",
"description": "Troika 2D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,6 +15,6 @@
"module": "dist/troika-2d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.19.0"
"troika-core": "^0.20.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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.0",
"description": "Troika 3D Text",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,9 +15,9 @@
"module": "dist/troika-3d-text.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.19.0",
"troika-three-utils": "^0.19.0",
"troika-worker-utils": "^0.19.0"
"troika-3d": "^0.20.0",
"troika-three-utils": "^0.20.0",
"troika-worker-utils": "^0.20.0"
},
"devDependencies": {
"node-fetch": "^2.6.0",
Expand Down
18 changes: 18 additions & 0 deletions packages/troika-3d-ui/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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)


### Bug Fixes

* **troika-3d-ui:** fix scrollbars sometimes appearing inappropriately ([010be47](https://github.com/protectwise/troika/commit/010be47962f1f275d99c751bcf50f3e111667299))
* **troika-3d-ui:** update children when first exiting clip rect ([294f341](https://github.com/protectwise/troika/commit/294f34121e1d20a2152fea354767150abc4e3b1d))


### Features

* **troika-3d-ui:** allow dat-gui items to declare their own onUpdate ([a707fd5](https://github.com/protectwise/troika/commit/a707fd5988c4f664a5cfe3ee72747d13b65535e3))
* **troika-3d-ui:** enable shadow casting by UI block bg/border layers ([d2c056c](https://github.com/protectwise/troika/commit/d2c056cb2d599021f61d6de4ff7223f6b7ca52e6))





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.0",
"description": "Troika 3D User Interface Toolkit",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -16,11 +16,11 @@
"module:src": "src/index.js",
"dependencies": {
"object-path": "^0.11.4",
"troika-3d": "^0.19.0",
"troika-3d-text": "^0.19.0",
"troika-core": "^0.19.0",
"troika-three-utils": "^0.19.0",
"troika-worker-utils": "^0.19.0"
"troika-3d": "^0.20.0",
"troika-3d-text": "^0.20.0",
"troika-core": "^0.20.0",
"troika-three-utils": "^0.20.0",
"troika-worker-utils": "^0.20.0"
},
"devDependencies": {
"terser": "^4.2.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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.0",
"description": "Troika 3D",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,8 +15,8 @@
"module": "dist/troika-3d.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-core": "^0.19.0",
"troika-three-utils": "^0.19.0"
"troika-core": "^0.20.0",
"troika-three-utils": "^0.20.0"
},
"peerDependencies": {
"three": "0.103.x - 0.112.x"
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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**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.19.0",
"version": "0.20.0",
"description": "Troika Core",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -16,7 +16,7 @@
"module:src": "src/index.js",
"dependencies": {
"prop-types": "^15.6.2",
"troika-animation": "^0.19.0"
"troika-animation": "^0.20.0"
},
"peerDependencies": {
"react": "^16.5.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/troika-examples/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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

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





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)


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.19.0",
"version": "0.20.0",
"private": true,
"description": "Troika Examples",
"author": "Jason Johnston <[email protected]>",
Expand All @@ -23,13 +23,13 @@
"react-dom": "^16.5.2",
"three": "^0.112.0",
"three-line-2d": "^1.1.6",
"troika-2d": "^0.19.0",
"troika-3d": "^0.19.0",
"troika-3d-text": "^0.19.0",
"troika-3d-ui": "^0.19.0",
"troika-animation": "^0.19.0",
"troika-core": "^0.19.0",
"troika-three-utils": "^0.19.0",
"troika-xr": "^0.19.0"
"troika-2d": "^0.20.0",
"troika-3d": "^0.20.0",
"troika-3d-text": "^0.20.0",
"troika-3d-ui": "^0.20.0",
"troika-animation": "^0.20.0",
"troika-core": "^0.20.0",
"troika-three-utils": "^0.20.0",
"troika-xr": "^0.20.0"
}
}
8 changes: 8 additions & 0 deletions packages/troika-three-utils/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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)

**Note:** Version bump only for package troika-three-utils





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**Note:** Version bump only for package troika-three-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-three-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-three-utils",
"version": "0.19.0",
"version": "0.20.0",
"description": "Various utilities related to Three.js",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-worker-utils/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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)


### Features

* **troika-worker-utils:** export function for stringifying functions ([977634b](https://github.com/protectwise/troika/commit/977634b5eecb41e4e7aa61addf5b7bfd721ab9e2))





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)

**Note:** Version bump only for package troika-worker-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/troika-worker-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-worker-utils",
"version": "0.19.0",
"version": "0.20.0",
"description": "Utilities for executing code in Web Workers",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand Down
11 changes: 11 additions & 0 deletions packages/troika-xr/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.20.0](https://github.com/protectwise/troika/compare/v0.19.0...v0.20.0) (2020-03-16)


### Performance Improvements

* skip updating children of inactive wrist-mounted ui ([c1b93f1](https://github.com/protectwise/troika/commit/c1b93f18228e1c051a3941d15f6bd31a3a682e2d))





# [0.19.0](https://github.com/protectwise/troika/compare/v0.19.0-alpha.0...v0.19.0) (2020-02-28)


Expand Down
10 changes: 5 additions & 5 deletions packages/troika-xr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "troika-xr",
"version": "0.19.0",
"version": "0.20.0",
"description": "Troika XR",
"author": "Jason Johnston <[email protected]>",
"repository": {
Expand All @@ -15,9 +15,9 @@
"module": "dist/troika-xr.esm.js",
"module:src": "src/index.js",
"dependencies": {
"troika-3d": "^0.19.0",
"troika-animation": "^0.19.0",
"troika-core": "^0.19.0",
"troika-three-utils": "^0.19.0"
"troika-3d": "^0.20.0",
"troika-animation": "^0.20.0",
"troika-core": "^0.20.0",
"troika-three-utils": "^0.20.0"
}
}

0 comments on commit c97a9f9

Please sign in to comment.