@quenty/particles 5.15.0 → 5.16.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 +14 -134
- package/package.json +3 -3
- package/src/Shared/ParticleEmitterUtils.lua +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,270 +3,150 @@
|
|
|
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
|
-
# [5.
|
|
6
|
+
# [5.16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.15.1...@quenty/particles@5.16.0) (2026-07-18)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @quenty/particles
|
|
9
9
|
|
|
10
|
+
## [5.15.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.15.0...@quenty/particles@5.15.1) (2026-05-30)
|
|
10
11
|
|
|
12
|
+
**Note:** Version bump only for package @quenty/particles
|
|
11
13
|
|
|
14
|
+
# [5.15.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.14.0...@quenty/particles@5.15.0) (2026-04-23)
|
|
12
15
|
|
|
16
|
+
**Note:** Version bump only for package @quenty/particles
|
|
13
17
|
|
|
14
18
|
# [5.14.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.13.0...@quenty/particles@5.14.0) (2026-02-20)
|
|
15
19
|
|
|
16
20
|
**Note:** Version bump only for package @quenty/particles
|
|
17
21
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
22
|
# [5.13.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.12.0...@quenty/particles@5.13.0) (2026-02-19)
|
|
23
23
|
|
|
24
24
|
**Note:** Version bump only for package @quenty/particles
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
26
|
# [5.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.11.3...@quenty/particles@5.12.0) (2026-02-17)
|
|
31
27
|
|
|
32
|
-
|
|
33
28
|
### Features
|
|
34
29
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
30
|
+
- Add CI/CD batch unit testing ([016a366](https://github.com/Quenty/NevermoreEngine/commit/016a3663509c8fffa518b07cfc49ebecba2a1fa6))
|
|
40
31
|
|
|
41
32
|
## [5.11.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.11.2...@quenty/particles@5.11.3) (2026-01-12)
|
|
42
33
|
|
|
43
|
-
|
|
44
34
|
### Bug Fixes
|
|
45
35
|
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
36
|
+
- Fix dependency installation process for pnpm ([9651b09](https://github.com/Quenty/NevermoreEngine/commit/9651b09af34f252ef3f9c7c539793cc878dd8cba))
|
|
51
37
|
|
|
52
38
|
## [5.11.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.11.1...@quenty/particles@5.11.2) (2026-01-10)
|
|
53
39
|
|
|
54
40
|
**Note:** Version bump only for package @quenty/particles
|
|
55
41
|
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
42
|
## [5.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.11.0...@quenty/particles@5.11.1) (2026-01-03)
|
|
61
43
|
|
|
62
44
|
**Note:** Version bump only for package @quenty/particles
|
|
63
45
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
46
|
# [5.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.10.0...@quenty/particles@5.11.0) (2025-09-16)
|
|
69
47
|
|
|
70
|
-
|
|
71
48
|
### Features
|
|
72
49
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
50
|
+
- Add more particle playback stuff, and fix emit count ([#586](https://github.com/Quenty/NevermoreEngine/issues/586)) ([2ce536a](https://github.com/Quenty/NevermoreEngine/commit/2ce536a824741cc8569738d8e0822bd42d916be6))
|
|
78
51
|
|
|
79
52
|
# [5.10.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.9.4...@quenty/particles@5.10.0) (2025-05-10)
|
|
80
53
|
|
|
81
54
|
**Note:** Version bump only for package @quenty/particles
|
|
82
55
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
56
|
## [5.9.4](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.9.3...@quenty/particles@5.9.4) (2025-04-10)
|
|
88
57
|
|
|
89
58
|
**Note:** Version bump only for package @quenty/particles
|
|
90
59
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
60
|
## [5.9.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.9.1...@quenty/particles@5.9.3) (2025-04-07)
|
|
96
61
|
|
|
97
|
-
|
|
98
62
|
### Bug Fixes
|
|
99
63
|
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
64
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
65
|
+
- Bump package versions for republishing ([ba47c62](https://github.com/Quenty/NevermoreEngine/commit/ba47c62e32170bf74377b0c658c60b84306dc294))
|
|
106
66
|
|
|
107
67
|
## [5.9.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.9.1...@quenty/particles@5.9.2) (2025-04-07)
|
|
108
68
|
|
|
109
|
-
|
|
110
69
|
### Bug Fixes
|
|
111
70
|
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
71
|
+
- Add types to packages ([2374fb2](https://github.com/Quenty/NevermoreEngine/commit/2374fb2b043cfbe0e9b507b3316eec46a4e353a0))
|
|
117
72
|
|
|
118
73
|
## [5.9.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.9.0...@quenty/particles@5.9.1) (2025-03-21)
|
|
119
74
|
|
|
120
75
|
**Note:** Version bump only for package @quenty/particles
|
|
121
76
|
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
77
|
# [5.9.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.8.0...@quenty/particles@5.9.0) (2025-02-18)
|
|
127
78
|
|
|
128
79
|
**Note:** Version bump only for package @quenty/particles
|
|
129
80
|
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
81
|
# [5.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.7.1...@quenty/particles@5.8.0) (2025-01-08)
|
|
135
82
|
|
|
136
83
|
**Note:** Version bump only for package @quenty/particles
|
|
137
84
|
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
85
|
## [5.7.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.7.0...@quenty/particles@5.7.1) (2024-11-04)
|
|
143
86
|
|
|
144
87
|
**Note:** Version bump only for package @quenty/particles
|
|
145
88
|
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
89
|
# [5.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.6.0...@quenty/particles@5.7.0) (2024-10-06)
|
|
151
90
|
|
|
152
91
|
**Note:** Version bump only for package @quenty/particles
|
|
153
92
|
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
93
|
# [5.6.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.5.0...@quenty/particles@5.6.0) (2024-10-04)
|
|
159
94
|
|
|
160
95
|
**Note:** Version bump only for package @quenty/particles
|
|
161
96
|
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
97
|
# [5.5.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.4.0...@quenty/particles@5.5.0) (2024-09-25)
|
|
167
98
|
|
|
168
99
|
**Note:** Version bump only for package @quenty/particles
|
|
169
100
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
101
|
# [5.4.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.3.0...@quenty/particles@5.4.0) (2024-09-12)
|
|
175
102
|
|
|
176
103
|
**Note:** Version bump only for package @quenty/particles
|
|
177
104
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
105
|
# [5.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.2.0...@quenty/particles@5.3.0) (2024-05-09)
|
|
183
106
|
|
|
184
|
-
|
|
185
107
|
### Bug Fixes
|
|
186
108
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
109
|
+
- Fix .package-lock.json replicating in packages ([75d0efe](https://github.com/Quenty/NevermoreEngine/commit/75d0efeef239f221d93352af71a5b3e930ec23c5))
|
|
192
110
|
|
|
193
111
|
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.1.0...@quenty/particles@5.2.0) (2024-04-27)
|
|
194
112
|
|
|
195
113
|
**Note:** Version bump only for package @quenty/particles
|
|
196
114
|
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
115
|
# [5.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@5.0.0...@quenty/particles@5.1.0) (2024-03-09)
|
|
202
116
|
|
|
203
117
|
**Note:** Version bump only for package @quenty/particles
|
|
204
118
|
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
119
|
# [5.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@4.0.0...@quenty/particles@5.0.0) (2024-02-14)
|
|
210
120
|
|
|
211
121
|
**Note:** Version bump only for package @quenty/particles
|
|
212
122
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
123
|
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@3.0.0...@quenty/particles@4.0.0) (2024-02-13)
|
|
218
124
|
|
|
219
125
|
**Note:** Version bump only for package @quenty/particles
|
|
220
126
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
127
|
# [3.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@2.2.0...@quenty/particles@3.0.0) (2024-02-13)
|
|
226
128
|
|
|
227
129
|
**Note:** Version bump only for package @quenty/particles
|
|
228
130
|
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
131
|
# [2.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@2.1.0...@quenty/particles@2.2.0) (2024-01-08)
|
|
234
132
|
|
|
235
133
|
**Note:** Version bump only for package @quenty/particles
|
|
236
134
|
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
135
|
# [2.1.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@2.0.0...@quenty/particles@2.1.0) (2023-12-14)
|
|
242
136
|
|
|
243
137
|
**Note:** Version bump only for package @quenty/particles
|
|
244
138
|
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
139
|
# [2.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/particles@1.1.0...@quenty/particles@2.0.0) (2023-10-11)
|
|
250
140
|
|
|
251
|
-
|
|
252
141
|
### Features
|
|
253
142
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
143
|
+
- Add ParticleEmitterUtils.playFromTemplate(template, attachment) ([1f0d5c2](https://github.com/Quenty/NevermoreEngine/commit/1f0d5c2782ffd59bff2d740186675be4e8bf801f))
|
|
259
144
|
|
|
260
145
|
# 1.1.0 (2023-09-21)
|
|
261
146
|
|
|
262
|
-
|
|
263
147
|
### Features
|
|
264
148
|
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
149
|
+
- Add ParticleEmitterUtils.scaleSize(adornee) and other helper methods ([b676fa4](https://github.com/Quenty/NevermoreEngine/commit/b676fa45c8e3f4a2e151767b453b6ea1665df462))
|
|
270
150
|
|
|
271
151
|
# v1.1.0 (Thu Sep 21 2023)
|
|
272
152
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@quenty/particles",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.16.0",
|
|
4
4
|
"description": "Holds utilitity for playing back particles",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Roblox",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
],
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@quenty/loader": "10.11.0",
|
|
32
|
-
"@quenty/maid": "3.
|
|
32
|
+
"@quenty/maid": "3.10.0",
|
|
33
33
|
"@quenty/numbersequenceutils": "8.12.0"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"access": "public"
|
|
37
37
|
},
|
|
38
|
-
"gitHead": "
|
|
38
|
+
"gitHead": "647acfad93dca41c38f59cda247d2bfc0fff36d4"
|
|
39
39
|
}
|
|
@@ -25,7 +25,7 @@ function ParticleEmitterUtils.scaleSize(adornee: Instance, scale: number): ()
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
--[=[
|
|
28
|
-
|
|
28
|
+
Plays a particle emitter from a template in the parent
|
|
29
29
|
|
|
30
30
|
@param template Instance
|
|
31
31
|
@return Maid
|