troika-three-text
Advanced tools
Comparing version 0.41.2 to 0.42.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [0.42.0](https://github.com/protectwise/troika/compare/v0.41.2...v0.42.0) (2021-05-17) | ||
### Bug Fixes | ||
* add three to peerDependencies in all leaf packages ([0a11ab6](https://github.com/protectwise/troika/commit/0a11ab6ddff13b3ebd0f1f2463e0cfed17b3f5fa)) | ||
### Features | ||
* open up 'three' peer dependency to include future versions ([d4a5b23](https://github.com/protectwise/troika/commit/d4a5b2376fffb3681750761f757b684ab798315a)) | ||
## [0.41.2](https://github.com/protectwise/troika/compare/v0.41.1...v0.41.2) (2021-05-05) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "troika-three-text", | ||
"version": "0.41.2", | ||
"version": "0.42.0", | ||
"description": "SDF-based text rendering for Three.js", | ||
@@ -18,5 +18,8 @@ "author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
"bidi-js": "^1.0.2", | ||
"troika-three-utils": "^0.41.0", | ||
"troika-worker-utils": "^0.41.0" | ||
"troika-three-utils": "^0.42.0", | ||
"troika-worker-utils": "^0.42.0" | ||
}, | ||
"peerDependencies": { | ||
"three": ">=0.103.0" | ||
}, | ||
"devDependencies": { | ||
@@ -33,3 +36,3 @@ "@fredli74/typr": "0.3.3", | ||
}, | ||
"gitHead": "3e3273afabdde267ff6418e1a4cb7cb3cbc684cf" | ||
"gitHead": "0f7129cd43fc58f5c6a5f6f20f2d0941f9f36510" | ||
} |
@@ -42,2 +42,6 @@ # Troika Text for Three.js | ||
```sh | ||
npm install three | ||
``` | ||
## Usage | ||
@@ -44,0 +48,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
712201
28
9975
383
4
3
+ Addedthree@0.171.0(transitive)
+ Addedtroika-three-utils@0.42.0(transitive)
+ Addedtroika-worker-utils@0.42.0(transitive)
- Removedthree@0.127.0(transitive)
- Removedtroika-three-utils@0.41.0(transitive)
- Removedtroika-worker-utils@0.41.0(transitive)
Updatedtroika-three-utils@^0.42.0
Updatedtroika-worker-utils@^0.42.0