@quenty/blend
Advanced tools
Comparing version 6.14.0 to 6.15.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [6.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@6.14.0...@quenty/blend@6.15.0) (2023-04-06) | ||
### Features | ||
* Add Blend.Find which allows mounting in existing frames, as well as allowing [Blend.Children] to be optional ([9af4998](https://github.com/Quenty/NevermoreEngine/commit/9af4998f5de3287c90f0e6eb279b95d10019bfd2)) | ||
# [6.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@6.13.0...@quenty/blend@6.14.0) (2023-04-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/blend", | ||
"version": "6.14.0", | ||
"version": "6.15.0", | ||
"description": "Declarative UI system.", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"@quenty/acceltween": "^2.2.1", | ||
"@quenty/brio": "^8.9.0", | ||
"@quenty/instanceutils": "^7.10.0", | ||
"@quenty/brio": "^8.10.0", | ||
"@quenty/instanceutils": "^7.11.0", | ||
"@quenty/loader": "^6.2.0", | ||
@@ -42,10 +42,10 @@ "@quenty/maid": "^2.5.0", | ||
"@quenty/string": "^3.1.0", | ||
"@quenty/valuebaseutils": "^7.10.0", | ||
"@quenty/valueobject": "^7.10.0" | ||
"@quenty/valuebaseutils": "^7.11.0", | ||
"@quenty/valueobject": "^7.11.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/contentproviderutils": "^6.6.0", | ||
"@quenty/contentproviderutils": "^6.7.0", | ||
"@quenty/playerthumbnailutils": "^6.4.0" | ||
}, | ||
"gitHead": "fa7c7edfd754cf18fd808466121310f9bfff6271" | ||
"gitHead": "d26d804d1f96e9a0f3f5687f8e024ec9d476172d" | ||
} |
Sorry, the diff of this file is not supported yet
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
65401
19
Updated@quenty/brio@^8.10.0
Updated@quenty/valueobject@^7.11.0