@quenty/camerastoryutils 7.0.0-canary.331.7eefa75.0 → 7.0.0-canary.367.e9fdcbc.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,7 +3,58 @@
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
- # [7.0.0-canary.331.7eefa75.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.1.0...@quenty/camerastoryutils@7.0.0-canary.331.7eefa75.0) (2023-02-27)
6
+ # [7.0.0-canary.367.e9fdcbc.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.6.0...@quenty/camerastoryutils@7.0.0-canary.367.e9fdcbc.0) (2023-06-05)
7
+
8
+ **Note:** Version bump only for package @quenty/camerastoryutils
9
+
10
+
11
+
12
+
13
+
14
+ # [6.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.5.0...@quenty/camerastoryutils@6.6.0) (2023-05-26)
15
+
16
+
17
+ ### Features
18
+
19
+ * Initial refactor of guis to use ValueObject instead of ValueObject ([723aba0](https://github.com/Quenty/NevermoreEngine/commit/723aba0208cae7e06c9d8bf2d8f0092d042d70ea))
20
+
21
+
22
+
23
+
24
+
25
+ # [6.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.4.1...@quenty/camerastoryutils@6.5.0) (2023-04-10)
26
+
27
+ **Note:** Version bump only for package @quenty/camerastoryutils
28
+
29
+
30
+
31
+
32
+
33
+ ## [6.4.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.4.0...@quenty/camerastoryutils@6.4.1) (2023-04-07)
34
+
35
+ **Note:** Version bump only for package @quenty/camerastoryutils
36
+
37
+
38
+
39
+
40
+
41
+ # [6.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.3.0...@quenty/camerastoryutils@6.4.0) (2023-03-31)
42
+
43
+ **Note:** Version bump only for package @quenty/camerastoryutils
44
+
45
+
46
+
47
+
48
+
49
+ # [6.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.2.0...@quenty/camerastoryutils@6.3.0) (2023-03-05)
50
+
51
+ **Note:** Version bump only for package @quenty/camerastoryutils
52
+
53
+
54
+
55
+
56
+
57
+ # [6.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/camerastoryutils@6.1.0...@quenty/camerastoryutils@6.2.0) (2023-02-27)
7
58
 
8
59
  **Note:** Version bump only for package @quenty/camerastoryutils
9
60
 
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2014-2022 Quenty
3
+ Copyright (c) 2014-2023 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/camerastoryutils",
3
- "version": "7.0.0-canary.331.7eefa75.0",
3
+ "version": "7.0.0-canary.367.e9fdcbc.0",
4
4
  "description": "CameraStoryUtils - utility functions for 3D viewport hoarcekat stories.",
5
5
  "keywords": [
6
6
  "Roblox",
@@ -26,13 +26,13 @@
26
26
  "Quenty"
27
27
  ],
28
28
  "dependencies": {
29
- "@quenty/insertserviceutils": "7.0.0-canary.331.7eefa75.0",
30
- "@quenty/loader": "6.1.0",
31
- "@quenty/math": "2.2.0",
32
- "@quenty/promise": "7.0.0-canary.331.7eefa75.0"
29
+ "@quenty/insertserviceutils": "6.5.0",
30
+ "@quenty/loader": "6.2.1",
31
+ "@quenty/math": "3.0.0-canary.367.e9fdcbc.0",
32
+ "@quenty/promise": "6.5.0"
33
33
  },
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "7eefa756f8bd892b1210349a8133d6d56992dffb"
37
+ "gitHead": "e9fdcbc6ea1d46e068bf42a08b833099e9005259"
38
38
  }
@@ -123,7 +123,7 @@ function CameraStoryUtils.getInterpolationFactory(maid, viewportFrame, low, high
123
123
  assert(type(interpolate) == "function", "Bad interpolate")
124
124
  assert(typeof(color) == "Color3", "Bad color")
125
125
 
126
- labelOffset = labelOffset or Vector2.new(0, 0)
126
+ labelOffset = labelOffset or Vector2.zero
127
127
 
128
128
  maid:GivePromise(CameraStoryUtils.promiseCrate(maid, viewportFrame, {
129
129
  Color = color;