Izzimach / react-pixi

Create/control a Pixi.js canvas using React
Other
742 stars 69 forks source link

Curious about release plans #63

Open dankreek opened 8 years ago

dankreek commented 8 years ago

Hi, @Izzimach, was just curious about what your plans are for releasing a new version? I was considering submitting a similar a patch for the PIXI.Rectangle type as well and hopefully get it in before release?

Izzimach commented 8 years ago

No plan, just whenever I have time. If you wanted to get something else in I'll wait before I deploy a new version.

dankreek commented 8 years ago

Well shoot, looks like a lot of PIXI.Rectangle types that are accepted by DisplayObjects don't actually exist initially (undefined by default), so it'd be quite a bit more work to do this properly. I guess go ahead an release when you got the time. Would it be possible to do a simultaneous release to cljsjs as well? I'm really itching to start using this with Reagent.

If I can assist you with anything in this process, please let me know!

dankreek commented 8 years ago

After some reading, I just realized that the process for adding a new package to cljsjs is open to the entirety of github. So I can most definitely handle that bit once the npm package is up.

Izzimach commented 8 years ago

Actually the code on cljsjs just checks out a specific tag (v0.8.0 or whatever) and builds the clojurescript jar from that, so you don't need an npm package. You can fork cljsjs and build your own local copy of v0.9.0 if you have an immediate need.

I'll pull in #64 and mark that as 0.9.1.

dankreek commented 8 years ago

Awesome, I've got a PR up on cljsjs for 0.9.1

J00nz commented 6 years ago

Realize that this is a old issue, but I thought I'd ask if there are any plans to make a new release soon?

Izzimach commented 6 years ago

I can push one out later today, sorry I don't update so much.