@quenty/blend 8.0.0 → 9.0.1-canary.444.4f02c27.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 CHANGED
@@ -3,6 +3,69 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [9.0.1-canary.444.4f02c27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@9.0.0...@quenty/blend@9.0.1-canary.444.4f02c27.0) (2024-02-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
12
+
13
+
14
+
15
+
16
+
17
+ # [9.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@8.0.0...@quenty/blend@9.0.0) (2024-02-13)
18
+
19
+
20
+ ### Features
21
+
22
+ * New loader (breaking changes), fixing loader issues ([#439](https://github.com/Quenty/NevermoreEngine/issues/439)) ([3534345](https://github.com/Quenty/NevermoreEngine/commit/353434522918812953bd9f13fece73e27a4d034d))
23
+
24
+
25
+ ### BREAKING CHANGES
26
+
27
+ * Standard loader
28
+
29
+ Adds new loader version which replicates full structure instead of some partial structure. This allows us to have hot-reloading (in the future), as well as generally do less computation, handle dependencies more carefully, and other changes.
30
+
31
+ This means you'll need to change you how require client-side modules, as we export a simple `loader` module instead of all modules available.
32
+
33
+ Signed-off-by: James Onnen <jonnen0@gmail.com>
34
+
35
+ * fix: Fix missing dependency in ResetService
36
+
37
+ * feat: Add RxPhysicsUtils.observePartMass
38
+
39
+ * fix: Fix package discovery for games
40
+
41
+ * feat: Add UIAlignmentUtils.verticalToHorizontalAlignment(verticalAlignment) and UIAlignmentUtils.horizontalToVerticalAlignment(horizontalAlignment)
42
+
43
+ * feat: AdorneeData:InitAttributes() does not require data as a secondparameter
44
+
45
+ * ci: Upgrade to new rojo 7.4.0
46
+
47
+ * fix: Update loader to handle hoarcekat properly
48
+
49
+ * docs: Fix spacing in Maid
50
+
51
+ * fix: Add new ragdoll constants
52
+
53
+ * fix: Compress influxDB sends
54
+
55
+ * style: Errors use string.format
56
+
57
+ * fix: Handle motor animations
58
+
59
+ * ci: Upgrade rojo version
60
+
61
+ * feat!: Maid no longer is includd in ValueObject.Changed event
62
+
63
+ * docs: Fix docs
64
+
65
+
66
+
67
+
68
+
6
69
  # [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/blend@7.4.0...@quenty/blend@8.0.0) (2024-01-10)
7
70
 
8
71
  **Note:** Version bump only for package @quenty/blend
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2023 James Onnen (Quenty)
3
+ Copyright (c) 2014-2024 James Onnen (Quenty)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quenty/blend",
3
- "version": "8.0.0",
3
+ "version": "9.0.1-canary.444.4f02c27.0",
4
4
  "description": "Declarative UI system.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -27,23 +27,24 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@quenty/acceltween": "^2.3.0",
31
- "@quenty/brio": "^10.0.0",
32
- "@quenty/instanceutils": "^9.0.0",
33
- "@quenty/loader": "^7.3.0",
34
- "@quenty/maid": "^2.6.0",
35
- "@quenty/promise": "^7.2.0",
36
- "@quenty/rx": "^9.0.0",
37
- "@quenty/signal": "^4.0.0",
38
- "@quenty/spring": "^7.2.0",
39
- "@quenty/steputils": "^3.3.0",
40
- "@quenty/string": "^3.1.0",
41
- "@quenty/valuebaseutils": "^9.0.0",
42
- "@quenty/valueobject": "^9.0.0"
30
+ "@quenty/acceltween": "2.3.0",
31
+ "@quenty/brio": "11.0.1-canary.444.4f02c27.0",
32
+ "@quenty/ducktype": "3.0.1-canary.444.4f02c27.0",
33
+ "@quenty/instanceutils": "10.0.1-canary.444.4f02c27.0",
34
+ "@quenty/loader": "8.0.1-canary.444.4f02c27.0",
35
+ "@quenty/maid": "3.0.0",
36
+ "@quenty/promise": "8.0.1-canary.444.4f02c27.0",
37
+ "@quenty/rx": "10.0.1-canary.444.4f02c27.0",
38
+ "@quenty/signal": "5.0.1-canary.444.4f02c27.0",
39
+ "@quenty/spring": "8.0.1-canary.444.4f02c27.0",
40
+ "@quenty/steputils": "3.3.0",
41
+ "@quenty/string": "3.1.0",
42
+ "@quenty/valuebaseutils": "10.0.1-canary.444.4f02c27.0",
43
+ "@quenty/valueobject": "10.0.1-canary.444.4f02c27.0"
43
44
  },
44
45
  "devDependencies": {
45
- "@quenty/contentproviderutils": "^8.0.0",
46
- "@quenty/playerthumbnailutils": "^7.2.0"
46
+ "@quenty/contentproviderutils": "9.0.1-canary.444.4f02c27.0",
47
+ "@quenty/playerthumbnailutils": "8.0.1-canary.444.4f02c27.0"
47
48
  },
48
- "gitHead": "bf8135721716c976201cb82133e0186ea606b166"
49
+ "gitHead": "4f02c27e96314724c58778e8c113c0d362e16ae4"
49
50
  }
@@ -6,15 +6,16 @@ local require = require(script.Parent.loader).load(script)
6
6
 
7
7
  local RunService= game:GetService("RunService")
8
8
 
9
- local Spring = require("Spring")
9
+ local Blend = require("Blend")
10
+ local DuckTypeUtils = require("DuckTypeUtils")
10
11
  local Maid = require("Maid")
11
- local Signal = require("Signal")
12
- local StepUtils = require("StepUtils")
13
12
  local Observable = require("Observable")
14
- local SpringUtils = require("SpringUtils")
15
- local Blend = require("Blend")
16
- local Rx = require("Rx")
17
13
  local Promise = require("Promise")
14
+ local Rx = require("Rx")
15
+ local Signal = require("Signal")
16
+ local Spring = require("Spring")
17
+ local SpringUtils = require("SpringUtils")
18
+ local StepUtils = require("StepUtils")
18
19
 
19
20
  local SpringObject = {}
20
21
  SpringObject.ClassName = "SpringObject"
@@ -64,7 +65,7 @@ end
64
65
  @return boolean
65
66
  ]=]
66
67
  function SpringObject.isSpringObject(value)
67
- return type(value) == "table" and getmetatable(value) == SpringObject
68
+ return DuckTypeUtils.isImplementation(SpringObject, value)
68
69
  end
69
70
 
70
71
  --[=[
@@ -1,14 +1,16 @@
1
- -- Main injection point
2
-
3
- local packages = game:GetService("ReplicatedStorage"):WaitForChild("Packages")
4
-
5
- local Blend = require(packages.Blend)
1
+ --[[
2
+ @class ClientMain
3
+ ]]
4
+ local loader = game:GetService("ReplicatedStorage"):WaitForChild("blend"):WaitForChild("loader")
5
+ local require = require(loader).bootstrapGame(loader.Parent)
6
6
 
7
+ local Blend = require("Blend")
8
+ local PlayerGuiUtils = require("PlayerGuiUtils")
7
9
 
8
10
  local state = Blend.State("a")
9
11
 
10
12
  Blend.New "ScreenGui" {
11
- Parent = require(packages.PlayerGuiUtils).getPlayerGui();
13
+ Parent = PlayerGuiUtils.getPlayerGui();
12
14
  [Blend.Children] = {
13
15
  Blend.New "TextLabel" {
14
16
  Size = UDim2.new(0, 100, 0, 50);