Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pixijs/pixi-react

Write PIXI apps using React declarative style
https://github.com/pixijs/pixi-react

Update `withFilter` type

51cfbddcded80318132b6e41851cb26bb17ae077 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Clean type definition

1312bc7db70a40b2ed8088e0f19fea7d951b94c6 authored almost 5 years ago by Patrick Brouwer <[email protected]>
1.2.1

3132f97a3262641d16d614220b0853bd61082489 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #190 from mimshwright/fix/error-message

Added new error message

02b0d42c9955449a63a56f91d1acc6e0c077ff9e authored almost 5 years ago by Patrick Brouwer <[email protected]>
Added new error message

8b17d4561677fad0ba4622414792297976066eab authored almost 5 years ago by Mims Wright <[email protected]>
Merge pull request #188 from lm-noshiro/patch-1

add `pixi.js` in install command in README.md

85b0d14b4d0f3786bcce82c9000b2fa5f6628629 authored almost 5 years ago by Patrick Brouwer <[email protected]>
add `pixi.js` in install command in README.md

related to https://github.com/inlet/react-pixi/issues/59

cad3bc999e687a4d584262ac1ac366e356f414ca authored almost 5 years ago by lm-noshiro <[email protected]>
Changed graphics draw behaviour

60f9b3bb2ea21397c2d559f6253b2701f5fd4362 authored almost 5 years ago by Olle Bröms <[email protected]>
1.2.0

bbe220293a19d91b00d1badd8101b3fdc877d5ff authored almost 5 years ago by Patrick Brouwer <[email protected]>
Update docs

6f5c03f90cf8cb41c6d4a15679311c852f526656 authored almost 5 years ago by Patrick Brouwer <[email protected]>
New `withFilters` API

c7a98522a370b1888748d0d957e8dbf5a566babc authored almost 5 years ago by Patrick Brouwer <[email protected]>
Update docs

7bda16e81b6f16b00b36ac5eb9bd26f7477db307 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Update README.md

808004beb4a3199758476e964d3f14ab91116e70 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Update README.mdx

1e86978fbc71fe1cad3fad4b619dd58442902f12 authored almost 5 years ago by Patrick Brouwer <[email protected]>
1.1.13

2cf3ab8368e57873f9c6bf1c1a14112ade71946d authored almost 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #181 from EloB/patch-2

Expose eventHandlers

add41ac19dd05a1ac9072253ed33a98710dff01b authored almost 5 years ago by Patrick Brouwer <[email protected]>
Added tests

0cc8ec6451c13f4036eb0ab98117b3bf5435b711 authored almost 5 years ago by Olle Bröms <[email protected]>
1.1.12

1bad107c1a6825eb8fdc48cae2ecbac3db9c0d3f authored almost 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #182 from inlet/update-textures-on-animated-sprite

Improve texture updates on AnimatedSprite

c95cad158309ad8c93c1f078605770d51ff05a2c authored almost 5 years ago by Patrick Brouwer <[email protected]>
Only update textures when changed

7ee622651a1fd16ae09114745e04a82cf7ba74bd authored almost 5 years ago by Patrick Brouwer <[email protected]>
Expose eventHandlers

Right now if you add custom events to `DisplayObject` they are hard to use.

d017840cac5a57da14dc81c4088ff5dd091375b5 authored almost 5 years ago by Olle Bröms <[email protected]>
Update FUNDING.yml

81480b90dc83af0120ee02e3e049d3e32bb0896b authored almost 5 years ago by Patrick Brouwer <[email protected]>
Create FUNDING.yml

52d3fb7d962813239b486877fc795f725c946771 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #177 from dangen-effy/patch-1

Add white space on import object

69072bee87c726042a39812835a8c099fa3c80cd authored almost 5 years ago by Patrick Brouwer <[email protected]>
Add white space on import object

Based on other ReactPIXI's example coding style, added white space.

89517278b7eb71d9dcc6c2908c7afd219121952b authored almost 5 years ago by dangen <[email protected]>
Merge pull request #176 from inlet/dependabot/npm_and_yarn/handlebars-4.5.3

Bump handlebars from 4.1.2 to 4.5.3

2e97106b658fa0b96f4f974cc5fc9563815316a1 authored almost 5 years ago by Patrick Brouwer <[email protected]>
Bump handlebars from 4.1.2 to 4.5.3

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.5.3.
- [Release note...

cef6230fb76a268766393b06baec0a6829156fcd authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update README.md

455ab4c4b8afba82b4679f30995ed009247c4244 authored about 5 years ago by Patrick Brouwer <[email protected]>
Update README.mdx

2527718f972129f1f055f7a7b1e4cfaa2fc4b1b9 authored about 5 years ago by Patrick Brouwer <[email protected]>
Add Slack to docs

1d6e1d07fef83fca8d492eccd3e0924f355d4f9f authored about 5 years ago by Patrick Brouwer <[email protected]>
Prettier

241ff0414993d657b872d589921bd8ef0242bb50 authored about 5 years ago by Patrick Brouwer <[email protected]>
1.1.11

edc3051f31e9723a5642476a7d91ae5b6a0f307c authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #171 from ascorbic/patch-1

FIx Parcel bundler support

065b9f4e200cfffe10d3c4d47093248ee2d5567b authored about 5 years ago by Patrick Brouwer <[email protected]>
FIx Parcel bundler support

Parcel doesn't like the syntax for the require statement. This version does work though.

1e0b063f9787e1586c7e90cbed4fc8df8f4ca4bd authored about 5 years ago by Matt Kane <[email protected]>
Fix serialize-javascript vulnerability

5e43ebb0e94d4e0b95a2a8e6b55e0b9056c5f921 authored about 5 years ago by Patrick Brouwer <[email protected]>
1.1.10

b3fcf0cf7fa85cb7b6dd48825cbdcdbe7966af5d authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #168 from paolotozzo/text-as-texture

Text as texture

92cd18fcb50e6dba4e1aed683186137fb6f45fe6 authored about 5 years ago by Patrick Brouwer <[email protected]>
Add option isSprite to render text as a sprite with it as a main texture

25df57117e8872ae9a49aad090977f9eaf99b68b authored about 5 years ago by Paolo Tozzo <[email protected]>
1.1.9

0993aa40a98754280e54fb83fd9ea4e558469c30 authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #162 from ximing/master

Fix missing property preventRedraw in index.d.ts

c7d1070fe0693193d4a45714ed0da69445d7bc87 authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #161 from threehams/patch-1

Fix syntax error in index.d.ts

0d216d60439e1cb4f6f5703e39c0f7683221ade3 authored about 5 years ago by Patrick Brouwer <[email protected]>
Fix missing property preventRedraw in index.d.ts

db51dad398af01638843fc356fd4813fc89762d0 authored about 5 years ago by ximing <[email protected]>
Merge pull request #1 from inlet/master

merge upstream

3ab7b86637a6b49bc80a1026b5035fdda70b7e73 authored about 5 years ago by 席铭 <[email protected]>
Fix syntax error in index.d.ts

`>` was unclosed, let's close it.

b7f5c3e39ea3f4f5f4397aa3050c653908f6c094 authored about 5 years ago by David Edmondson <[email protected]>
1.1.8

03e65babf2a1db81a44d15207a5bd6dbc7c926b6 authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #159 from paolotozzo/with-filters-ts

withFilters is missing in typings.d.ts #158

584040c2550af598d0c1679deaec0206392a491a authored about 5 years ago by Patrick Brouwer <[email protected]>
withFilters is missing in typings.d.ts #158

920e031996019a54122e79d589197a01383b9d08 authored about 5 years ago by Paolo Tozzo <[email protected]>
1.1.7

15415cf5a657a2b7f2d33df68fa1acc9f590241b authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #157 from inlet/fix-react-reconciler-dep-in-typing

Include reconciler interface

0830ecb4781b03a61d20d43fe2d5d4d8484ea751 authored about 5 years ago by Patrick Brouwer <[email protected]>
Include reconciler interface

292a3844e35a53cec32fe5225e07a2d8faadd22b authored about 5 years ago by Patrick Brouwer <[email protected]>
Fix lint

52754b98d5598702c37686a6d822c489408479c3 authored about 5 years ago by Patrick Brouwer <[email protected]>
1.1.6

24483be1d603695ff9c66fff41b4c9ed284eafe3 authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #154 from paolotozzo/bundle-size

Fix issue with bundle size

997f6e24f8b515b45e413f7ef82aa1d251dd4797 authored about 5 years ago by Patrick Brouwer <[email protected]>
Fix issue with bundle size

036e2f4fd81345834b695319a6f67d5dde77b40a authored about 5 years ago by Paolo Tozzo <[email protected]>
1.1.5

f85b3bc95914d3b31c51bcecd91d8610966de42f authored about 5 years ago by Patrick Brouwer <[email protected]>
Lint files

963c3ae302f88f400119def5632585013dfc946a authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #153 from paolotozzo/filters

implement filter wrapper for components

bc3c487c18a9e032571331d4b3682b184286d9dd authored about 5 years ago by Patrick Brouwer <[email protected]>
implement filter wrapper for components

ad39df36cddf77e3a253698b627dddb39d9e99a8 authored about 5 years ago by Paolo Tozzo <[email protected]>
1.1.4

35bf2efa8ed8bdefbf2c44c5300fa98602b64860 authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #152 from paolotozzo/graphics-redraw

add property preventRedrawn to PIXI.Graphics

64b9a7371c66cddda899bbac5d74dfb3239874f7 authored about 5 years ago by Patrick Brouwer <[email protected]>
add property preventRedrawn to PIXI.Graphics

bfa3869dc02ef67aad869be6ac2642c6ab7d7fab authored about 5 years ago by Paolo Tozzo <[email protected]>
Lint files

f662fe8af606071845c0600815cfd5b7ffd2b1df authored about 5 years ago by Patrick Brouwer <[email protected]>
1.1.3

91408dd2842875d5fe425fbf2d1020c7d2fd61dc authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #151 from paolotozzo/fix-animated-sprite

Fix animated sprite

42bc6262f5757b02786dd860179e6df00ffd2307 authored about 5 years ago by Patrick Brouwer <[email protected]>
fix issue with updating animated sprite texture

ccf7cd54d9a83ffb6863b76788522c2b1decd4f6 authored about 5 years ago by Paolo Tozzo <[email protected]>
Merge remote-tracking branch 'upstream/master'

9f7a1803b7197fd73b1caf68d578be425c16d2f2 authored about 5 years ago by Paolo Tozzo <[email protected]>
Update README

873830e6a0f1f4c05a2a768cb7a14431bd7bb40d authored about 5 years ago by Patrick Brouwer <[email protected]>
Add PIXI.AnimatedSprite support (http://pixijs.download/release/docs/PIXI.AnimatedSprite.html)

372aba3528a2f2ed1c0e9433994c2b6cddaa57ca authored about 5 years ago by Paolo Tozzo <[email protected]>
1.1.0

4a93a0f1d5d0fc0645fbec2a74c523ff66d578fe authored about 5 years ago by Patrick Brouwer <[email protected]>
1.1.2

1b9a01366b4c7df1ac1bd8a7b4348c0969090e8a authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #144 from Mushus/bugfix/simple-mesh-types

Fix SimpleMesh types

04e30fa5fdddcfa2146e751d90ae8d2bc5fed59a authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #146 from pengx17/missing-sprite-ts-anchor

ts: missing pointlike for sprite's Anchor prop

23598d518590ab5561466232d98d5816740c4480 authored about 5 years ago by Patrick Brouwer <[email protected]>
missing pointlike ts def for sprite

01f370af39e1131fd85b5e6670b6f62e5c9debdd authored about 5 years ago by Peng Xiao <[email protected]>
Fix SimpleMesh types

72c40f175f960e8c32feae060fd45f1088be08b3 authored about 5 years ago by mushus <[email protected]>
1.1.1

2d538f699f1b7b2739ee180680190520d5c1046c authored about 5 years ago by Patrick Brouwer <[email protected]>
Fix test

1bea6dd279365aaad01d34f8f88bbb6459379b2c authored about 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #142 from RodrigoHamuy/DevTools-version

Change: Inject React-DOM version to React DevTools

fe1cfda3ed20353f09e71014104e07b80043bcfe authored about 5 years ago by Patrick Brouwer <[email protected]>
Change: Inject React-DOM version to React DevTools

f74ac9892bf77e29c61f9a5b4f5a7ece17d8c28c authored over 5 years ago by oyar <[email protected]>
Update README

819f268f33d247fc80fd74568e0ab06740ee4cb4 authored over 5 years ago by Patrick Brouwer <[email protected]>
1.1.0

90ab87c0d370e1fd1778cfb9337998d19ebe8168 authored over 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #137 from paolotozzo/animated-sprites

Add PIXI.AnimatedSprite support

6cff3f64662402af3efae17a3ee7f297e72a5b2a authored over 5 years ago by Patrick Brouwer <[email protected]>
Add PIXI.AnimatedSprite support (http://pixijs.download/release/docs/PIXI.AnimatedSprite.html)

c275cc35af2a7b13f8523cf84e3f2ba64af3cb99 authored over 5 years ago by Paolo Tozzo <[email protected]>
Merge pull request #136 from inlet/dependabot/npm_and_yarn/eslint-utils-1.4.2

Bump eslint-utils from 1.4.0 to 1.4.2

842bb2458a4f9ac87003d032d168a2c4d80c4c93 authored over 5 years ago by Patrick Brouwer <[email protected]>
Bump eslint-utils from 1.4.0 to 1.4.2

Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.4.0 to 1.4.2.
- [Release...

063563d198aea34b96f10f2bb153bb13030e54c4 authored over 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1.0.4

1529d58aed5a7f06e1ca2f1ab65fcbf8aed3fbd3 authored over 5 years ago by Patrick Brouwer <[email protected]>
Add enabled flag to useTick type def

df2d78e1445fedf33ffac8e99e5c57b27d8f578e authored over 5 years ago by Patrick Brouwer <[email protected]>
Add donate button 🙏

bd2ae9f467e1942c71db7efaa039f4d4555177a0 authored over 5 years ago by Patrick Brouwer <[email protected]>
Delete docs before building docs

46ffda2b0f23c9ddd1c23d69b0a8406af5e03518 authored over 5 years ago by Patrick Brouwer <[email protected]>
Update docs

4c197c576ff93e6e0c5cb0c985165619f5b0f4e5 authored over 5 years ago by Patrick Brouwer <[email protected]>
Remove docs from repo

f8a00bad1adc2759a81e55322d2dc06dbeeeb45e authored over 5 years ago by Patrick Brouwer <[email protected]>
1.0.3

6617cbd4b8f2e9f3a0b1eefbfd38f0a5f6a1d801 authored over 5 years ago by Patrick Brouwer <[email protected]>
Update docs

fe4da519583f92c4c9fa88073e9a44630dc93364 authored over 5 years ago by Patrick Brouwer <[email protected]>
Update README

59aad570614e3cb203f44b68a52730e2170d8998 authored over 5 years ago by Patrick Brouwer <[email protected]>
Add applyDefaultProps to type def

371f3b9c37165e0a69d2e83e47a0545791e5f3fb authored over 5 years ago by Patrick Brouwer <[email protected]>
Lint

945c9f0f0d7201ed94281dd3aeff02eed624078a authored over 5 years ago by Patrick Brouwer <[email protected]>
Update tests

cc0770c4abd8e9d2236b22f6593e7690c66ff08b authored over 5 years ago by Patrick Brouwer <[email protected]>
1.0.2

5a3bcdb7b64e856c493e308c0852adf07231565a authored over 5 years ago by Patrick Brouwer <[email protected]>
Merge pull request #133 from RodrigoHamuy/expose-applyDefaultProps

Expose applyDefaultProps

b5e28c8a3926abaf3595903df50d1d34b488f91f authored over 5 years ago by Patrick Brouwer <[email protected]>
Expose applyDefaultProps

6240add77207df12ae905c36b65b9633a1f9b572 authored over 5 years ago by Rodrigo <[email protected]>
1.0.1

757ee23b124c0779ff9cf7cc3273b5ee8444ce3d authored over 5 years ago by Patrick Brouwer <[email protected]>