react-pixi-fiber 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/CHANGELOG.md +0 -555
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-pixi-fiber",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "React Fiber renderer for PixiJS",
5
5
  "main": "index.js",
6
6
  "umd:main": "index.umd.js",
package/CHANGELOG.md DELETED
@@ -1,555 +0,0 @@
1
- # CHANGELOG
2
- -----------
3
-
4
- All notable changes to this project will be documented in this file.
5
-
6
- The format is based on [Keep a Changelog](http://keepachangelog.com/)
7
- and this project adheres to [Semantic Versioning](http://semver.org/).
8
-
9
- ## [Unreleased]
10
-
11
-
12
- ## [1.0.4] - 2022-10-19
13
-
14
- ### Fixed
15
- - Fixed reconciler to check that parent exists before calling `appendChild` ([#291])
16
- - Fixed `useStageRerenderer` hook in `React.StrictMode` ([#285])
17
-
18
-
19
- ## [1.0.3] - 2022-10-11
20
-
21
- ### Fixed
22
- - Fixed reconciler to check that container exists before calling `removeChildren` ([#286])
23
-
24
-
25
- ## [1.0.2] - 2022-09-01
26
-
27
- ### Fixed
28
- - Fixed ES build by replacing inline require with regular import ([#283])
29
-
30
-
31
- ## [1.0.1] - 2022-08-02
32
-
33
- ### Fixed
34
- - Fixed peer dependencies ([#277])
35
-
36
-
37
- ## [1.0.0] - 2022-07-19
38
-
39
- ### Added
40
- - Added ReactDOM-like prop validation in development ([#47])
41
- - Added ES format output
42
- - Added missing `prop-types` dependency ([#221])
43
-
44
- ### Changed
45
- - Updated build dependencies
46
- - Updated dev dependencies
47
- - Changed `Stage` class and function component types to be the same ([#225])
48
- - Changed Stage to delay destroying PIXI.Application when unmounting
49
- - Changed usePixiApp to throw an error when used outside of <Stage /> ([#227])
50
-
51
- ### Fixed
52
- - Fixed type of `oldProps` sent to `customApplyProps` of `CustomPIXIComponent`
53
- - Fixed hook-based `Stage` to render and rerender synchronously ([#204])
54
- - Fixed type compatibility with PixiJS v6.0.0 ([#210])
55
- - Fixed breaking change when undefined values were assigned to props with previously defined values
56
-
57
- ### Removed
58
- - Removed `performance-now` dependency
59
-
60
-
61
- ## [0.14.2] - 2020-11-28
62
-
63
- ### Fixed
64
- - Fixed compatibility with React 17 and React.Suspense ([#196])
65
-
66
-
67
- ## [0.14.1] - 2020-07-13
68
-
69
- ### Fixed
70
- - Fixed type compatibility with PixiJS v5.3.0 ([#185])
71
-
72
-
73
- ## [0.14.0] - 2020-04-04
74
-
75
- ### Added
76
- - Added <NineSlicePlane /> component ([#176])
77
-
78
- ### Fixed
79
- - Fixed applyProps type definition ([#176])
80
- - Fixed `StagePropsWithOptions` type definition to work with both PixiJS v4 and v5 ([#180])
81
- - Fixed `StageProps` type definition to include `Container` props and exclude width and height ([#182])
82
-
83
-
84
- ## [0.13.2] - 2020-02-17
85
-
86
- ### Fixed
87
- - Fixed `Stage` not to resize renderer if app is provided in props ([#174])
88
-
89
-
90
- ## [0.13.1] - 2020-02-13
91
-
92
- ### Added
93
- - Added exports for type of props for built-in components ([#170])
94
-
95
-
96
- ## [0.13.0] - 2020-02-03
97
-
98
- ### Added
99
- - Added `style` prop to `BitmapText` type ([#166])
100
-
101
- ### Fixed
102
- - Fixed type definitions to work with both PixiJS v4 and v5 ([#166])
103
- - Fixed type definitions for properties of type `any` being replaced with `PointLike` ([#166])
104
- - Fixed type definitions for built-in components to be able to use `ref`s ([#166])
105
- - Fixed type definitions for `AppContext` which was exported as type, not as value ([#166])
106
-
107
-
108
- ## [0.12.3] - 2020-01-28
109
-
110
- ### Added
111
- - Added missing type definitions ([#163])
112
-
113
- ### Fixed
114
- - Fixed type definitions for `CustomPIXIComponents` ([#163])
115
- - Fixed type definitions for `Stage` to be able to use `ref`s ([#165])
116
-
117
-
118
- ## [0.12.2] - 2020-01-20
119
-
120
- ### Added
121
- - Added support for point like props ([#162])
122
-
123
- ### Changed
124
- - Rewrote types definition
125
-
126
-
127
- ## [0.12.1] - 2019-12-26
128
-
129
- ### Fixed
130
- - Fixed `ReactPixiFiber` to destroy child components when parent is removed from tree ([#157])
131
-
132
-
133
- ## [0.12.0] - 2019-11-23
134
-
135
- ### Added
136
- - Added `app` prop to `Stage` ([#154])
137
-
138
- ### Deprecated
139
- - Deprecated `width` and `height` props of `Stage` ([#153])
140
-
141
-
142
- ## [0.11.1] - 2019-10-25
143
-
144
- ### Fixed
145
- - Fixed usage of Point copy/copyFrom in PixiJS v5 ([#149])
146
-
147
-
148
- ## [0.11.0] - 2019-10-22
149
-
150
- ### Changed
151
- - Exposed `createStageClass` from `Stage` ([#147])
152
- - Changed dev tools version reported to be `React` version instead of `ReactPixiFiber` version ([#148])
153
-
154
-
155
- ## [0.10.0] - 2019-10-18
156
-
157
- ### Added
158
- - Added `usePixiAppCreator`, `usePixiApp` and `usePixiTicker` hooks ([#127])
159
-
160
- ### Changed
161
- - Improved hooks support ([#127])
162
-
163
-
164
- ## [0.9.3] - 2019-08-29
165
-
166
- ### Changed
167
- - Changed `console.warn` calls into `fbjs/lib/warning` calls.
168
-
169
- ### Fixed
170
- - Fixed setting default prop value when removing prop from instance ([#141])
171
-
172
-
173
- ## [0.9.2] - 2019-08-01
174
-
175
- ### Fixed
176
- - Fixed type definition to include `withApp` ([#125])
177
-
178
-
179
- ## [0.9.1] - 2019-07-31
180
-
181
- ### Fixed
182
- - Fixed renderer to be secondary when using `<Stage />` component
183
-
184
-
185
- ## [0.9.0] - 2019-07-01
186
-
187
- ### Added
188
- - Added `scheduler`
189
-
190
- ### Changed
191
- - Updated `react-reconciler` to `0.20.4` ([#122])
192
-
193
- ### Fixed
194
- - Fixed PixiJS v5 compatibility issues ([#118])
195
-
196
-
197
- ## [0.8.2] - 2019-07-01
198
-
199
- ### Changed
200
- - Changed `render` to inject into dev tools once per `containerTag`
201
-
202
- ### Fixed
203
- - Fixed `setPixiValue` for Point values when using PixiJS v5 ([#120])
204
-
205
-
206
- ## [0.8.1] - 2019-05-29
207
-
208
- ### Fixed
209
- - Fixed interactive elements type definition ([#109])
210
-
211
- ### Removed
212
- - Removed `package.json` references from bundled code ([#112])
213
-
214
-
215
- ## [0.8.0] - 2019-02-24
216
-
217
- ### Added
218
- - Expose `applyProps` from `ReactPixiFiber` ([#95])
219
- - Added example of "native" Animated target for `react-pixi-fiber` ([#95])
220
- - Added custom test environment for `jest` ([#97])
221
-
222
- ### Changed
223
- - Replaced deprecated canvas-prebuilt development dependency by canvas ([#97])
224
-
225
- ### Fixed
226
- - Fixed `customDidAttach` of example `<DraggableContainer />` component ([#91])
227
- - Fixed `insertBefore` method of `ReactPixiFiber` ([#98])
228
-
229
-
230
- ## [0.7.0] - 2018-12-27
231
-
232
- ### Added
233
- - Added unstable_batchedUpdates API ([#89])
234
-
235
-
236
- ## [0.6.2] - 2018-11-14
237
-
238
- ### Fixed
239
- - Fixed PixiJS event props not being passed to `<Stage />` component ([#85])
240
-
241
-
242
- ## [0.6.1] - 2018-11-10
243
-
244
- ### Fixed
245
- - Fixed context not passed through from primary renderer (`react-dom`) into `react-pixi-fiber` ([#84])
246
-
247
-
248
- ## [0.6.0] - 2018-11-10
249
-
250
- ### Fixed
251
- - Fixed React 16.6.0 compatibility ([#83])
252
-
253
-
254
- ## [0.5.1] - 2018-11-02
255
-
256
- ### Added
257
- - Added AppContext to type definition ([#81])
258
-
259
- ### Fixed
260
- - Fixed render function type definition ([#76])
261
-
262
-
263
- ## [0.5.0] - 2018-10-10
264
-
265
- ### Added
266
- - Added support for New Context API ([#72])
267
-
268
- ### Fixed
269
- - Fixed React 16.5.0 compatibility ([#71])
270
-
271
-
272
- ## [0.4.9] - 2018-07-09
273
-
274
- ### Changed
275
- - Changed `defaultApplyProps` to wrap console warnings in dev flag ([#67])
276
-
277
-
278
- ## [0.4.8] - 2018-06-25
279
-
280
- ### Changed
281
- - Updated `react-reconciler` to `0.12.0` ([#65])
282
-
283
- ### Fixed
284
- - Removed namespace from Typescript definition ([#64])
285
-
286
-
287
- ## [0.4.7] - 2018-06-10
288
-
289
- ### Changed
290
- - Changed `<Stage />` to support `width` and `height` passed in `options` prop ([#60])
291
-
292
- ### Fixed
293
- - Fixed TypeScript definitions to support TypeScript 2.9 ([#58])
294
- - Fixed memory leak when mounting/unmounting `<Stage />` ([#61])
295
-
296
-
297
- ## [0.4.6] - 2018-05-22
298
-
299
- ### Fixed
300
- - Fixed TypeScript definitions ([#54])
301
-
302
-
303
- ## [0.4.5] - 2018-05-18
304
-
305
- ### Changed
306
- - Updated `react-reconciler` to `0.10.0` ([#53])
307
-
308
-
309
- ## [0.4.4] - 2018-05-09
310
-
311
- ### Fixed
312
- - Fixed cjs build of react-pixi-alias
313
-
314
-
315
- ## [0.4.3] - 2018-03-28
316
-
317
- ### Fixed
318
- - Fixed entry point to load module by env
319
- - Fixed `commitUpdate` for `CustomPIXIComponents` ([#44])
320
-
321
-
322
- ## [0.4.2] - 2018-03-27
323
-
324
- ### Fixed
325
- - Fixed cjs build
326
-
327
-
328
- ## [0.4.1] - 2018-03-27 [YANKED]
329
-
330
- ### Added
331
- - Added unit tests ([#6])
332
-
333
- ### Changed
334
- - Changed bundler from babel-cli to Rollup
335
-
336
- ### Fixed
337
- - Fixed `prepareUpdate` to return diff of props ([#43])
338
-
339
-
340
- ## [0.4.0] - 2018-02-28
341
-
342
- ### Fixed
343
- - Fixed DisplayObject members passed to Stage as props not being applied to root Container ([#38])
344
-
345
-
346
- ## [0.3.1] - 2018-02-25
347
-
348
- ### Fixed
349
- - Fixed PropTypes warning in Stage ([#34])
350
- - Added `react-pixi-alias.js` file to distributed package `files` list ([#37])
351
-
352
-
353
- ## [0.3.0] - 2018-02-15
354
-
355
- ### Added
356
- - Added parser for PIXI.Point-like props - Point-like DisplayObject members can now be assigned using string, number, array and Point/ObservablePoint ([#19])
357
- - Added support for custom components using `react-pixi` API ([#19])
358
-
359
- ### Changed
360
- - Changed `<Stage />` to pass `options` prop to `PIXI.Application` ([#28])
361
- - Changed `<Stage />` to pass not consumed props to rendered canvas ([#29])
362
- - Changed `<Stage />` to resize renderer when dimensions are changed ([#30])
363
- - Changed inconsistent usage of reconciler config functions to use regular functions instead of anonymous arrow functions
364
- - Changed `PIXI.DisplayObject` members handling when passed as props - `undefined` values will now be replaced with default values if default defined
365
-
366
- ### Fixed
367
- - Fixed deprecated usage of `PIXI.BitmapText` to `PIXI.extras.BitmapText`
368
-
369
- ### Removed
370
- - Removed `backgroundColor` prop from `<Stage />` ([#28])
371
-
372
-
373
- ## [0.2.5] - 2018-02-11
374
-
375
- ### Added
376
- - Added back removed `useSyncScheduling` option ([#15])
377
-
378
- ### Fixed
379
- - Added `index.d.ts` file to distributed package `files` list ([#4], [#8])
380
-
381
-
382
- ## [0.2.4] - 2018-02-07 [YANKED]
383
-
384
- ### Removed
385
- - Removed deprecated `useSyncScheduling` option ([#15])
386
-
387
-
388
- ## [0.2.3] - 2018-02-06
389
-
390
- ### Added
391
- - Added an alias for "easy" migration from [`react-pixi`](https://github.com/Izzimach/react-pixi) ([#9])
392
- - Added TypeScript definitions ([#8])
393
-
394
-
395
- ## [0.2.2] - 2018-01-17
396
-
397
- ### Fixed
398
- - Fixed distributed cjs files by using `transform-es2015-modules-commonjs` with `babel` ([#4])
399
-
400
-
401
- ## [0.2.1] - 2018-01-17
402
-
403
- ### Added
404
- - Added `<ParticleContainer />` component
405
- - Added development build script
406
- - Added `files` to `package.json`
407
-
408
-
409
- ## [0.2.0] - 2018-01-05
410
-
411
- ### Added
412
- - Added standalone `render` function ([#2])
413
-
414
-
415
- ## [0.1.1] - 2018-01-05
416
-
417
- ### Fixed
418
- - Added missing `performance-now` dependency
419
-
420
-
421
- ## 0.1.0 - 2018-01-05
422
-
423
- ### Added
424
- - Added `ReactPixiFiber` renderer
425
- - Added `<Stage />` component
426
- - Added `<BitmapText />` component
427
- - Added `<Container />` component
428
- - Added `<Graphics />` component
429
- - Added `<Sprite />` component
430
- - Added `<Text />` component
431
- - Added `<TilingSprite />` component
432
-
433
-
434
- [Unreleased]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.4...HEAD
435
- [1.0.4]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.3...v1.0.4
436
- [1.0.3]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.2...v1.0.3
437
- [1.0.2]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.1...v1.0.2
438
- [1.0.1]: https://github.com/michalochman/react-pixi-fiber/compare/v1.0.0...v1.0.1
439
- [1.0.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.3...v1.0.0
440
- [0.14.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.1...v0.14.2
441
- [0.14.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.14.0...v0.14.1
442
- [0.14.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.13.2...v0.14.0
443
- [0.13.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.13.1...v0.13.2
444
- [0.13.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.13.0...v0.13.1
445
- [0.13.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.12.3...v0.13.0
446
- [0.12.3]: https://github.com/michalochman/react-pixi-fiber/compare/v0.12.2...v0.12.3
447
- [0.12.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.12.1...v0.12.2
448
- [0.12.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.12.0...v0.12.1
449
- [0.12.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.11.1...v0.12.0
450
- [0.11.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.11.0...v0.11.1
451
- [0.11.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.10.0...v0.11.0
452
- [0.10.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.9.3...v0.10.0
453
- [0.9.3]: https://github.com/michalochman/react-pixi-fiber/compare/v0.9.2...v0.9.3
454
- [0.9.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.9.1...v0.9.2
455
- [0.9.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.9.0...v0.9.1
456
- [0.9.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.8.2...v0.9.0
457
- [0.8.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.8.1...v0.8.2
458
- [0.8.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.8.0...v0.8.1
459
- [0.8.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.7.0...v0.8.0
460
- [0.7.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.6.2...v0.7.0
461
- [0.6.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.6.1...v0.6.2
462
- [0.6.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.6.0...v0.6.1
463
- [0.6.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.5.1...v0.6.0
464
- [0.5.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.5.0...v0.5.1
465
- [0.5.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.9...v0.5.0
466
- [0.4.9]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.8...v0.4.9
467
- [0.4.8]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.7...v0.4.8
468
- [0.4.7]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.6...v0.4.7
469
- [0.4.6]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.5...v0.4.6
470
- [0.4.5]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.4...v0.4.5
471
- [0.4.4]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.3...v0.4.4
472
- [0.4.3]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.2...v0.4.3
473
- [0.4.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.1...v0.4.2
474
- [0.4.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.4.0...v0.4.1
475
- [0.4.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.3.1...v0.4.0
476
- [0.3.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.3.0...v0.3.1
477
- [0.3.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.5...v0.3.0
478
- [0.2.5]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.4...v0.2.5
479
- [0.2.4]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.3...v0.2.4
480
- [0.2.3]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.2...v0.2.3
481
- [0.2.2]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.1...v0.2.2
482
- [0.2.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.2.0...v0.2.1
483
- [0.2.0]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.1...v0.2.0
484
- [0.1.1]: https://github.com/michalochman/react-pixi-fiber/compare/v0.1.0...v0.1.1
485
-
486
- [#286]: https://github.com/michalochman/react-pixi-fiber/pull/291
487
- [#286]: https://github.com/michalochman/react-pixi-fiber/pull/286
488
- [#285]: https://github.com/michalochman/react-pixi-fiber/issues/285
489
- [#283]: https://github.com/michalochman/react-pixi-fiber/pull/283
490
- [#277]: https://github.com/michalochman/react-pixi-fiber/pull/277
491
- [#227]: https://github.com/michalochman/react-pixi-fiber/issues/227
492
- [#225]: https://github.com/michalochman/react-pixi-fiber/issues/225
493
- [#221]: https://github.com/michalochman/react-pixi-fiber/issues/221
494
- [#210]: https://github.com/michalochman/react-pixi-fiber/issues/210
495
- [#204]: https://github.com/michalochman/react-pixi-fiber/issues/204
496
- [#196]: https://github.com/michalochman/react-pixi-fiber/issues/196
497
- [#185]: https://github.com/michalochman/react-pixi-fiber/issues/185
498
- [#182]: https://github.com/michalochman/react-pixi-fiber/pull/182
499
- [#180]: https://github.com/michalochman/react-pixi-fiber/pull/180
500
- [#174]: https://github.com/michalochman/react-pixi-fiber/pull/174
501
- [#170]: https://github.com/michalochman/react-pixi-fiber/pull/170
502
- [#166]: https://github.com/michalochman/react-pixi-fiber/pull/166
503
- [#165]: https://github.com/michalochman/react-pixi-fiber/pull/165
504
- [#163]: https://github.com/michalochman/react-pixi-fiber/pull/163
505
- [#162]: https://github.com/michalochman/react-pixi-fiber/pull/162
506
- [#157]: https://github.com/michalochman/react-pixi-fiber/pull/157
507
- [#154]: https://github.com/michalochman/react-pixi-fiber/pull/154
508
- [#153]: https://github.com/michalochman/react-pixi-fiber/pull/153
509
- [#149]: https://github.com/michalochman/react-pixi-fiber/issues/149
510
- [#148]: https://github.com/michalochman/react-pixi-fiber/pull/148
511
- [#147]: https://github.com/michalochman/react-pixi-fiber/pull/147
512
- [#141]: https://github.com/michalochman/react-pixi-fiber/pull/141
513
- [#127]: https://github.com/michalochman/react-pixi-fiber/pull/127
514
- [#125]: https://github.com/michalochman/react-pixi-fiber/issues/125
515
- [#122]: https://github.com/michalochman/react-pixi-fiber/issues/122
516
- [#120]: https://github.com/michalochman/react-pixi-fiber/issues/120
517
- [#118]: https://github.com/michalochman/react-pixi-fiber/issues/118
518
- [#112]: https://github.com/michalochman/react-pixi-fiber/pull/112
519
- [#109]: https://github.com/michalochman/react-pixi-fiber/pull/109
520
- [#98]: https://github.com/michalochman/react-pixi-fiber/pull/98
521
- [#97]: https://github.com/michalochman/react-pixi-fiber/pull/97
522
- [#95]: https://github.com/michalochman/react-pixi-fiber/pull/95
523
- [#91]: https://github.com/michalochman/react-pixi-fiber/issues/91
524
- [#89]: https://github.com/michalochman/react-pixi-fiber/pull/89
525
- [#85]: https://github.com/michalochman/react-pixi-fiber/issues/85
526
- [#84]: https://github.com/michalochman/react-pixi-fiber/pull/84
527
- [#83]: https://github.com/michalochman/react-pixi-fiber/pull/83
528
- [#81]: https://github.com/michalochman/react-pixi-fiber/issues/81
529
- [#76]: https://github.com/michalochman/react-pixi-fiber/pull/76
530
- [#72]: https://github.com/michalochman/react-pixi-fiber/pull/72
531
- [#71]: https://github.com/michalochman/react-pixi-fiber/issues/71
532
- [#67]: https://github.com/michalochman/react-pixi-fiber/pull/67
533
- [#65]: https://github.com/michalochman/react-pixi-fiber/pull/65
534
- [#64]: https://github.com/michalochman/react-pixi-fiber/pull/64
535
- [#61]: https://github.com/michalochman/react-pixi-fiber/pull/61
536
- [#60]: https://github.com/michalochman/react-pixi-fiber/pull/60
537
- [#58]: https://github.com/michalochman/react-pixi-fiber/issues/58
538
- [#54]: https://github.com/michalochman/react-pixi-fiber/issues/54
539
- [#53]: https://github.com/michalochman/react-pixi-fiber/pull/53
540
- [#47]: https://github.com/michalochman/react-pixi-fiber/pull/47
541
- [#44]: https://github.com/michalochman/react-pixi-fiber/issues/44
542
- [#43]: https://github.com/michalochman/react-pixi-fiber/issues/43
543
- [#38]: https://github.com/michalochman/react-pixi-fiber/issues/38
544
- [#37]: https://github.com/michalochman/react-pixi-fiber/pull/37
545
- [#34]: https://github.com/michalochman/react-pixi-fiber/pull/34
546
- [#30]: https://github.com/michalochman/react-pixi-fiber/pull/31
547
- [#29]: https://github.com/michalochman/react-pixi-fiber/issues/29
548
- [#28]: https://github.com/michalochman/react-pixi-fiber/issues/28
549
- [#19]: https://github.com/michalochman/react-pixi-fiber/issues/19
550
- [#15]: https://github.com/michalochman/react-pixi-fiber/issues/15
551
- [#9]: https://github.com/michalochman/react-pixi-fiber/issues/9
552
- [#8]: https://github.com/michalochman/react-pixi-fiber/issues/8
553
- [#6]: https://github.com/michalochman/react-pixi-fiber/issues/6
554
- [#4]: https://github.com/michalochman/react-pixi-fiber/issues/4
555
- [#2]: https://github.com/michalochman/react-pixi-fiber/issues/2