Open dankreek opened 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.
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!
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.
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.
Realize that this is a old issue, but I thought I'd ask if there are any plans to make a new release soon?
I can push one out later today, sorry I don't update so much.
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?