@quenty/animations 8.31.2 → 8.32.1
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 +42 -355
- package/package.json +4 -4
- package/src/Shared/AnimationSlotPlayer.lua +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,691 +3,378 @@
|
|
|
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
|
-
## [8.
|
|
7
|
-
|
|
8
|
-
**Note:** Version bump only for package @quenty/animations
|
|
9
|
-
|
|
6
|
+
## [8.32.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.32.0...@quenty/animations@8.32.1) (2026-05-29)
|
|
10
7
|
|
|
8
|
+
### Bug Fixes
|
|
11
9
|
|
|
10
|
+
- Prevent playback on invalid targets ([fd1f826](https://github.com/Quenty/NevermoreEngine/commit/fd1f8262a21319dbab036ebd256f7af524b1ebe6))
|
|
12
11
|
|
|
13
|
-
|
|
14
|
-
## [8.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.31.0...@quenty/animations@8.31.1) (2026-04-29)
|
|
12
|
+
# [8.32.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.31.2...@quenty/animations@8.32.0) (2026-05-29)
|
|
15
13
|
|
|
16
14
|
**Note:** Version bump only for package @quenty/animations
|
|
17
15
|
|
|
16
|
+
## [8.31.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.31.1...@quenty/animations@8.31.2) (2026-04-30)
|
|
18
17
|
|
|
18
|
+
**Note:** Version bump only for package @quenty/animations
|
|
19
19
|
|
|
20
|
+
## [8.31.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.31.0...@quenty/animations@8.31.1) (2026-04-29)
|
|
20
21
|
|
|
22
|
+
**Note:** Version bump only for package @quenty/animations
|
|
21
23
|
|
|
22
24
|
# [8.31.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.30.0...@quenty/animations@8.31.0) (2026-04-23)
|
|
23
25
|
|
|
24
26
|
**Note:** Version bump only for package @quenty/animations
|
|
25
27
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
28
|
# [8.30.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.29.0...@quenty/animations@8.30.0) (2026-04-14)
|
|
31
29
|
|
|
32
30
|
**Note:** Version bump only for package @quenty/animations
|
|
33
31
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
32
|
# [8.29.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.28.0...@quenty/animations@8.29.0) (2026-02-20)
|
|
39
33
|
|
|
40
|
-
|
|
41
34
|
### Features
|
|
42
35
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
36
|
+
- **cli:** add CI annotation support to game and plugin templates ([#666](https://github.com/Quenty/NevermoreEngine/issues/666)) ([098971b](https://github.com/Quenty/NevermoreEngine/commit/098971bb04dfe40be09f475330b69a48b38c54c5))
|
|
48
37
|
|
|
49
38
|
# [8.28.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.27.0...@quenty/animations@8.28.0) (2026-02-19)
|
|
50
39
|
|
|
51
|
-
|
|
52
40
|
### Features
|
|
53
41
|
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
42
|
+
- **cli:** add aggregated batch test execution ([58f20e4](https://github.com/Quenty/NevermoreEngine/commit/58f20e437540c597ea445f47d47076c08ea9ca21))
|
|
59
43
|
|
|
60
44
|
# [8.27.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.26.1...@quenty/animations@8.27.0) (2026-02-17)
|
|
61
45
|
|
|
62
|
-
|
|
63
46
|
### Features
|
|
64
47
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
48
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
49
|
+
- Create places automatically using nevermore-cli ([d4a6a66](https://github.com/Quenty/NevermoreEngine/commit/d4a6a66e5720d010b4fc3d6f973ccfdaa17dbead))
|
|
71
50
|
|
|
72
51
|
## [8.26.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.26.0...@quenty/animations@8.26.1) (2026-01-21)
|
|
73
52
|
|
|
74
|
-
|
|
75
53
|
### Bug Fixes
|
|
76
54
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
55
|
+
- Enhance annotations ([1a19df4](https://github.com/Quenty/NevermoreEngine/commit/1a19df4ce6ae80aa978c96e300151ea7005bd5f0))
|
|
82
56
|
|
|
83
57
|
# [8.26.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.25.0...@quenty/animations@8.26.0) (2026-01-18)
|
|
84
58
|
|
|
85
59
|
**Note:** Version bump only for package @quenty/animations
|
|
86
60
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
61
|
# [8.25.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.24.2...@quenty/animations@8.25.0) (2026-01-13)
|
|
92
62
|
|
|
93
63
|
**Note:** Version bump only for package @quenty/animations
|
|
94
64
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
65
|
## [8.24.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.24.1...@quenty/animations@8.24.2) (2026-01-12)
|
|
100
66
|
|
|
101
|
-
|
|
102
67
|
### Bug Fixes
|
|
103
68
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
69
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
109
70
|
|
|
110
71
|
## [8.24.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.24.0...@quenty/animations@8.24.1) (2026-01-10)
|
|
111
72
|
|
|
112
73
|
**Note:** Version bump only for package @quenty/animations
|
|
113
74
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
75
|
# [8.24.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.23.1...@quenty/animations@8.24.0) (2026-01-08)
|
|
119
76
|
|
|
120
77
|
**Note:** Version bump only for package @quenty/animations
|
|
121
78
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
79
|
## [8.23.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.23.0...@quenty/animations@8.23.1) (2026-01-05)
|
|
127
80
|
|
|
128
81
|
**Note:** Version bump only for package @quenty/animations
|
|
129
82
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
83
|
# [8.23.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.9...@quenty/animations@8.23.0) (2026-01-04)
|
|
135
84
|
|
|
136
85
|
**Note:** Version bump only for package @quenty/animations
|
|
137
86
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
87
|
## [8.22.9](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.8...@quenty/animations@8.22.9) (2026-01-03)
|
|
143
88
|
|
|
144
89
|
**Note:** Version bump only for package @quenty/animations
|
|
145
90
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
91
|
## [8.22.8](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.7...@quenty/animations@8.22.8) (2025-12-31)
|
|
151
92
|
|
|
152
93
|
**Note:** Version bump only for package @quenty/animations
|
|
153
94
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
95
|
## [8.22.7](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.6...@quenty/animations@8.22.7) (2025-12-29)
|
|
159
96
|
|
|
160
97
|
**Note:** Version bump only for package @quenty/animations
|
|
161
98
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
99
|
## [8.22.6](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.5...@quenty/animations@8.22.6) (2025-12-29)
|
|
167
100
|
|
|
168
|
-
|
|
169
101
|
### Bug Fixes
|
|
170
102
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
103
|
+
- Check Looped after loaded ([99eacfd](https://github.com/Quenty/NevermoreEngine/commit/99eacfd66c3484684fb82fb4655c76afb85c5f81))
|
|
176
104
|
|
|
177
105
|
## [8.22.5](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.4...@quenty/animations@8.22.5) (2025-12-29)
|
|
178
106
|
|
|
179
|
-
|
|
180
107
|
### Bug Fixes
|
|
181
108
|
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
109
|
+
- Update animation slot system ([50b03f4](https://github.com/Quenty/NevermoreEngine/commit/50b03f4c59427be54d7801ca196cf5edf1243795))
|
|
110
|
+
- Update typing to be more accurate ([e4c3d05](https://github.com/Quenty/NevermoreEngine/commit/e4c3d05a0aa9f45a37cbfa372c5e0d8a748c9323))
|
|
188
111
|
|
|
189
112
|
## [8.22.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.3...@quenty/animations@8.22.4) (2025-12-28)
|
|
190
113
|
|
|
191
114
|
**Note:** Version bump only for package @quenty/animations
|
|
192
115
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
116
|
## [8.22.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.2...@quenty/animations@8.22.3) (2025-12-13)
|
|
198
117
|
|
|
199
|
-
|
|
200
118
|
### Bug Fixes
|
|
201
119
|
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
120
|
+
- Small patches to nevermore libraries ([#614](https://github.com/Quenty/NevermoreEngine/issues/614)) ([6eeb33b](https://github.com/Quenty/NevermoreEngine/commit/6eeb33b9d215d3d753a433e4c612f391bcc0d286))
|
|
207
121
|
|
|
208
122
|
## [8.22.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.1...@quenty/animations@8.22.2) (2025-11-22)
|
|
209
123
|
|
|
210
|
-
|
|
211
124
|
### Bug Fixes
|
|
212
125
|
|
|
213
|
-
|
|
214
|
-
|
|
126
|
+
- Fix styling ([a3ac54d](https://github.com/Quenty/NevermoreEngine/commit/a3ac54d43aafa1c37b0e8c9b6e7b20b3f3362742))
|
|
215
127
|
|
|
216
128
|
### Performance Improvements
|
|
217
129
|
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
130
|
+
- Fix memory cleanup in Tie + Rogue Properties to try to address memory consumption ([c989f23](https://github.com/Quenty/NevermoreEngine/commit/c989f23bb7741a1f160ee341dfb542ba71775620))
|
|
223
131
|
|
|
224
132
|
## [8.22.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.22.0...@quenty/animations@8.22.1) (2025-11-12)
|
|
225
133
|
|
|
226
134
|
**Note:** Version bump only for package @quenty/animations
|
|
227
135
|
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
136
|
# [8.22.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.21.0...@quenty/animations@8.22.0) (2025-10-08)
|
|
233
137
|
|
|
234
138
|
**Note:** Version bump only for package @quenty/animations
|
|
235
139
|
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
140
|
# [8.21.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.20.1...@quenty/animations@8.21.0) (2025-09-26)
|
|
241
141
|
|
|
242
|
-
|
|
243
142
|
### Bug Fixes
|
|
244
143
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
144
|
+
- Handle priority properly ([1f48083](https://github.com/Quenty/NevermoreEngine/commit/1f48083435c8d14aa0fe21a237fe92f3df4e7a17))
|
|
250
145
|
|
|
251
146
|
## [8.20.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.20.0...@quenty/animations@8.20.1) (2025-09-16)
|
|
252
147
|
|
|
253
|
-
|
|
254
148
|
### Bug Fixes
|
|
255
149
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
150
|
+
- Fix animation stopping at 0 frames ([#587](https://github.com/Quenty/NevermoreEngine/issues/587)) ([f97ce5b](https://github.com/Quenty/NevermoreEngine/commit/f97ce5b0a14d69d92fa4eb6120dbfa28ec5d7b62))
|
|
261
151
|
|
|
262
152
|
# [8.20.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.19.1...@quenty/animations@8.20.0) (2025-08-29)
|
|
263
153
|
|
|
264
154
|
**Note:** Version bump only for package @quenty/animations
|
|
265
155
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
156
|
## [8.19.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.19.0...@quenty/animations@8.19.1) (2025-08-12)
|
|
271
157
|
|
|
272
|
-
|
|
273
158
|
### Bug Fixes
|
|
274
159
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
160
|
+
- Stop playback faster ([7701ae1](https://github.com/Quenty/NevermoreEngine/commit/7701ae11254460a10af61b5cc970320fe087c5b4))
|
|
280
161
|
|
|
281
162
|
# [8.19.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.18.0...@quenty/animations@8.19.0) (2025-07-11)
|
|
282
163
|
|
|
283
|
-
|
|
284
164
|
### Features
|
|
285
165
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
166
|
+
- **AnimationSlotPlayer:** promise animation Stopped ([674b3af](https://github.com/Quenty/NevermoreEngine/commit/674b3afe54848bddd18faebace0f075e1b541a12))
|
|
291
167
|
|
|
292
168
|
# [8.18.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.17.3...@quenty/animations@8.18.0) (2025-05-10)
|
|
293
169
|
|
|
294
|
-
|
|
295
170
|
### Bug Fixes
|
|
296
171
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
172
|
+
- Additional type checking updates ([05ba29a](https://github.com/Quenty/NevermoreEngine/commit/05ba29a03efc9f3feed74b34f1d9dfb237496214))
|
|
302
173
|
|
|
303
174
|
## [8.17.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.17.2...@quenty/animations@8.17.3) (2025-04-10)
|
|
304
175
|
|
|
305
176
|
**Note:** Version bump only for package @quenty/animations
|
|
306
177
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
178
|
## [8.17.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.17.0...@quenty/animations@8.17.2) (2025-04-07)
|
|
312
179
|
|
|
313
|
-
|
|
314
180
|
### Bug Fixes
|
|
315
181
|
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
182
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
183
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
322
184
|
|
|
323
185
|
## [8.17.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.17.0...@quenty/animations@8.17.1) (2025-04-07)
|
|
324
186
|
|
|
325
|
-
|
|
326
187
|
### Bug Fixes
|
|
327
188
|
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
189
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
333
190
|
|
|
334
191
|
# [8.17.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.16.2...@quenty/animations@8.17.0) (2025-04-02)
|
|
335
192
|
|
|
336
193
|
**Note:** Version bump only for package @quenty/animations
|
|
337
194
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
195
|
## [8.16.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.16.1...@quenty/animations@8.16.2) (2025-03-31)
|
|
343
196
|
|
|
344
197
|
**Note:** Version bump only for package @quenty/animations
|
|
345
198
|
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
199
|
## [8.16.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.16.0...@quenty/animations@8.16.1) (2025-03-21)
|
|
351
200
|
|
|
352
201
|
**Note:** Version bump only for package @quenty/animations
|
|
353
202
|
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
203
|
# [8.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.15.0...@quenty/animations@8.16.0) (2025-02-18)
|
|
359
204
|
|
|
360
205
|
**Note:** Version bump only for package @quenty/animations
|
|
361
206
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
207
|
# [8.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.14.0...@quenty/animations@8.15.0) (2024-12-15)
|
|
367
208
|
|
|
368
209
|
**Note:** Version bump only for package @quenty/animations
|
|
369
210
|
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
211
|
# [8.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.13.0...@quenty/animations@8.14.0) (2024-12-03)
|
|
375
212
|
|
|
376
213
|
**Note:** Version bump only for package @quenty/animations
|
|
377
214
|
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
215
|
# [8.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.12.0...@quenty/animations@8.13.0) (2024-11-13)
|
|
383
216
|
|
|
384
217
|
**Note:** Version bump only for package @quenty/animations
|
|
385
218
|
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
219
|
# [8.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.11.1...@quenty/animations@8.12.0) (2024-11-06)
|
|
391
220
|
|
|
392
221
|
**Note:** Version bump only for package @quenty/animations
|
|
393
222
|
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
223
|
## [8.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.11.0...@quenty/animations@8.11.1) (2024-11-04)
|
|
399
224
|
|
|
400
225
|
**Note:** Version bump only for package @quenty/animations
|
|
401
226
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
227
|
# [8.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.10.0...@quenty/animations@8.11.0) (2024-11-03)
|
|
407
228
|
|
|
408
229
|
**Note:** Version bump only for package @quenty/animations
|
|
409
230
|
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
231
|
# [8.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.9.1...@quenty/animations@8.10.0) (2024-10-23)
|
|
415
232
|
|
|
416
233
|
**Note:** Version bump only for package @quenty/animations
|
|
417
234
|
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
235
|
## [8.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.9.0...@quenty/animations@8.9.1) (2024-10-09)
|
|
423
236
|
|
|
424
237
|
**Note:** Version bump only for package @quenty/animations
|
|
425
238
|
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
239
|
# [8.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.8.1...@quenty/animations@8.9.0) (2024-10-06)
|
|
431
240
|
|
|
432
241
|
**Note:** Version bump only for package @quenty/animations
|
|
433
242
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
243
|
## [8.8.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.8.0...@quenty/animations@8.8.1) (2024-10-04)
|
|
439
244
|
|
|
440
245
|
**Note:** Version bump only for package @quenty/animations
|
|
441
246
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
247
|
# [8.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.7.0...@quenty/animations@8.8.0) (2024-10-04)
|
|
447
248
|
|
|
448
249
|
**Note:** Version bump only for package @quenty/animations
|
|
449
250
|
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
251
|
# [8.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.6.0...@quenty/animations@8.7.0) (2024-09-25)
|
|
455
252
|
|
|
456
253
|
**Note:** Version bump only for package @quenty/animations
|
|
457
254
|
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
255
|
# [8.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.5.1...@quenty/animations@8.6.0) (2024-09-25)
|
|
463
256
|
|
|
464
257
|
**Note:** Version bump only for package @quenty/animations
|
|
465
258
|
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
259
|
## [8.5.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.5.0...@quenty/animations@8.5.1) (2024-09-22)
|
|
471
260
|
|
|
472
261
|
**Note:** Version bump only for package @quenty/animations
|
|
473
262
|
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
263
|
# [8.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.4.0...@quenty/animations@8.5.0) (2024-09-12)
|
|
479
264
|
|
|
480
265
|
**Note:** Version bump only for package @quenty/animations
|
|
481
266
|
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
267
|
# [8.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.3.0...@quenty/animations@8.4.0) (2024-08-09)
|
|
487
268
|
|
|
488
269
|
**Note:** Version bump only for package @quenty/animations
|
|
489
270
|
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
271
|
# [8.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.2.0...@quenty/animations@8.3.0) (2024-05-09)
|
|
495
272
|
|
|
496
|
-
|
|
497
273
|
### Bug Fixes
|
|
498
274
|
|
|
499
|
-
|
|
500
|
-
|
|
275
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
501
276
|
|
|
502
277
|
### Features
|
|
503
278
|
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
279
|
+
- Allow tracks to be set in the AnimationGroup ([b51619a](https://github.com/Quenty/NevermoreEngine/commit/b51619add82097b5bc7449a21a9fd202374cd7bb))
|
|
509
280
|
|
|
510
281
|
# [8.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.1.0...@quenty/animations@8.2.0) (2024-04-27)
|
|
511
282
|
|
|
512
283
|
**Note:** Version bump only for package @quenty/animations
|
|
513
284
|
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
285
|
# [8.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@8.0.0...@quenty/animations@8.1.0) (2024-03-09)
|
|
519
286
|
|
|
520
287
|
**Note:** Version bump only for package @quenty/animations
|
|
521
288
|
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
289
|
# [8.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@7.0.0...@quenty/animations@8.0.0) (2024-02-19)
|
|
527
290
|
|
|
528
|
-
|
|
529
291
|
### Features
|
|
530
292
|
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
293
|
+
- Add AnimationPromiseUtils.promiseLoaded(animationTrack) and other helper calls ([5f743bf](https://github.com/Quenty/NevermoreEngine/commit/5f743bf3bc877af91fb91074aa7d4b03d29a09c4))
|
|
536
294
|
|
|
537
295
|
# [7.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@6.0.0...@quenty/animations@7.0.0) (2024-02-14)
|
|
538
296
|
|
|
539
297
|
**Note:** Version bump only for package @quenty/animations
|
|
540
298
|
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
299
|
# [6.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@5.0.0...@quenty/animations@6.0.0) (2024-02-13)
|
|
546
300
|
|
|
547
|
-
|
|
548
301
|
### Bug Fixes
|
|
549
302
|
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
303
|
+
- Fix bootstrap of test environments and loader samples ([441e4a9](https://github.com/Quenty/NevermoreEngine/commit/441e4a90d19fcc203da2fdedc08e532c20d52f99))
|
|
555
304
|
|
|
556
305
|
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@4.0.0...@quenty/animations@5.0.0) (2024-02-13)
|
|
557
306
|
|
|
558
307
|
**Note:** Version bump only for package @quenty/animations
|
|
559
308
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
309
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@3.0.0...@quenty/animations@4.0.0) (2024-02-13)
|
|
565
310
|
|
|
566
311
|
**Note:** Version bump only for package @quenty/animations
|
|
567
312
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
313
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.4.0...@quenty/animations@3.0.0) (2024-01-10)
|
|
573
314
|
|
|
574
315
|
**Note:** Version bump only for package @quenty/animations
|
|
575
316
|
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
317
|
# [2.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.3.0...@quenty/animations@2.4.0) (2024-01-08)
|
|
581
318
|
|
|
582
319
|
**Note:** Version bump only for package @quenty/animations
|
|
583
320
|
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
321
|
# [2.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.2.0...@quenty/animations@2.3.0) (2023-12-28)
|
|
589
322
|
|
|
590
323
|
**Note:** Version bump only for package @quenty/animations
|
|
591
324
|
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
325
|
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.1.1...@quenty/animations@2.2.0) (2023-12-14)
|
|
597
326
|
|
|
598
|
-
|
|
599
327
|
### Features
|
|
600
328
|
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
329
|
+
- Add AnimationSlotPlayer:AdjustWeight() API call ([6e8f586](https://github.com/Quenty/NevermoreEngine/commit/6e8f586afb65303920a78b762d9bc519b30c0ffd))
|
|
606
330
|
|
|
607
331
|
## [2.1.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.1.0...@quenty/animations@2.1.1) (2023-10-28)
|
|
608
332
|
|
|
609
333
|
**Note:** Version bump only for package @quenty/animations
|
|
610
334
|
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
335
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@2.0.0...@quenty/animations@2.1.0) (2023-10-18)
|
|
616
336
|
|
|
617
337
|
**Note:** Version bump only for package @quenty/animations
|
|
618
338
|
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
339
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@1.5.0...@quenty/animations@2.0.0) (2023-10-11)
|
|
624
340
|
|
|
625
|
-
|
|
626
341
|
### Features
|
|
627
342
|
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
343
|
+
- Add AnimationSlotPlayer:AdjustSpeed(id, speed) ([bd59858](https://github.com/Quenty/NevermoreEngine/commit/bd598582df448591a71996b6198ac3ba40f03404))
|
|
633
344
|
|
|
634
345
|
# [1.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@1.4.0...@quenty/animations@1.5.0) (2023-09-21)
|
|
635
346
|
|
|
636
347
|
**Note:** Version bump only for package @quenty/animations
|
|
637
348
|
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
349
|
# [1.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@1.3.0...@quenty/animations@1.4.0) (2023-09-04)
|
|
643
350
|
|
|
644
|
-
|
|
645
351
|
### Bug Fixes
|
|
646
352
|
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
353
|
+
- Add versions to package ([104323f](https://github.com/Quenty/NevermoreEngine/commit/104323fb7f53b866282b2cdef9bf8a849cfb308c))
|
|
652
354
|
|
|
653
355
|
# [1.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@1.2.0...@quenty/animations@1.3.0) (2023-08-23)
|
|
654
356
|
|
|
655
|
-
|
|
656
357
|
### Bug Fixes
|
|
657
358
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
359
|
+
- Add missing dependency ([42ac596](https://github.com/Quenty/NevermoreEngine/commit/42ac5964e2154311070278732bf61b2b6b6982ce))
|
|
360
|
+
- Rename HoarcekatRigAnimator ([87ff244](https://github.com/Quenty/NevermoreEngine/commit/87ff244c1ef964a496fd71c08e9a4f3fb195a2b7))
|
|
361
|
+
- Track weight will only adjust if we get a track ([e885fce](https://github.com/Quenty/NevermoreEngine/commit/e885fced59555520dce0ed0a21f95157ba45f14d))
|
|
662
362
|
|
|
663
363
|
### Features
|
|
664
364
|
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
365
|
+
- Add AnimationSlotPlayer.new(animationTarget) ([86f1e99](https://github.com/Quenty/NevermoreEngine/commit/86f1e9989d4c52b136078a9c4c34c205e2e88549))
|
|
366
|
+
- Add AnimationTrackPlayer.new(animationTarget, animationId) ([7b254c2](https://github.com/Quenty/NevermoreEngine/commit/7b254c2870b8ed930c33081df84944925702d10a))
|
|
367
|
+
- Add studio rig animator ([9a6578b](https://github.com/Quenty/NevermoreEngine/commit/9a6578bfd712728b179ce40096f1ee7c581c112f))
|
|
672
368
|
|
|
673
369
|
# [1.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/animations@1.1.0...@quenty/animations@1.2.0) (2023-07-28)
|
|
674
370
|
|
|
675
371
|
**Note:** Version bump only for package @quenty/animations
|
|
676
372
|
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
373
|
# 1.1.0 (2023-07-10)
|
|
682
374
|
|
|
683
|
-
|
|
684
375
|
### Features
|
|
685
376
|
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
377
|
+
- Add utility package to play back animations easily ([46c33ea](https://github.com/Quenty/NevermoreEngine/commit/46c33ea401987b14ba9c674280e56cd5d4cfe530))
|
|
691
378
|
|
|
692
379
|
# v1.1.0 (Mon Jul 10 2023)
|
|
693
380
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/animations",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.32.1",
|
|
4
4
|
"description": "Utility methods for playing back animations on Roblox",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"@quenty/baseobject": "10.13.0",
|
|
32
32
|
"@quenty/enumutils": "3.4.5",
|
|
33
33
|
"@quenty/humanoidanimatorutils": "3.2.3",
|
|
34
|
-
"@quenty/instanceutils": "13.
|
|
34
|
+
"@quenty/instanceutils": "13.30.0",
|
|
35
35
|
"@quenty/loader": "10.11.0",
|
|
36
36
|
"@quenty/maid": "3.9.0",
|
|
37
37
|
"@quenty/nevermore-test-runner": "1.4.0",
|
|
@@ -40,11 +40,11 @@
|
|
|
40
40
|
"@quenty/rbxasset": "5.12.0",
|
|
41
41
|
"@quenty/rx": "13.28.2",
|
|
42
42
|
"@quenty/signal": "7.13.0",
|
|
43
|
-
"@quenty/valueobject": "13.
|
|
43
|
+
"@quenty/valueobject": "13.31.0",
|
|
44
44
|
"@quentystudios/jest-lua": "3.10.0-quenty.2"
|
|
45
45
|
},
|
|
46
46
|
"publishConfig": {
|
|
47
47
|
"access": "public"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "6dd6bc31fb3c2ac40fbbc511130ba03c05f2b008"
|
|
50
50
|
}
|
|
@@ -296,8 +296,8 @@ function AnimationSlotPlayer.Play(
|
|
|
296
296
|
end)
|
|
297
297
|
|
|
298
298
|
topMaid:GiveTask(self._animationTarget
|
|
299
|
-
:ObserveBrio(function(target)
|
|
300
|
-
return target ~= nil
|
|
299
|
+
:ObserveBrio(function(target: Instance?)
|
|
300
|
+
return (target ~= nil) and (target.Parent ~= nil)
|
|
301
301
|
end)
|
|
302
302
|
:Subscribe(function(brio)
|
|
303
303
|
if brio:IsDead() then
|