@quenty/blend 12.34.2 → 12.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +259 -814
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -22,7 +22,7 @@ npm install @quenty/blend --save
|
|
|
22
22
|
|
|
23
23
|
## Attributes
|
|
24
24
|
|
|
25
|
-
This system is designed to be very similar to fusion, except that we do not
|
|
25
|
+
This system is designed to be very similar to fusion, except that we do not have any global state management, do not rely upon weak references, works with my types, and is built on top of Rx types.
|
|
26
26
|
|
|
27
27
|
* No global state
|
|
28
28
|
* Extensible
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/blend",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.35.0",
|
|
4
4
|
"description": "Declarative UI system.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"@quenty/contentproviderutils": "12.30.2",
|
|
53
53
|
"@quenty/playerthumbnailutils": "10.18.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5cba15660c2856169fd0362e1eeeca4c260029c2"
|
|
56
56
|
}
|