winjs/react-winjs

Package published on npm is not the latest one

Closed this issue · 4 comments

Hi,

I noticed that while here in the code you have updated to use the latest react (I did not find any React.findDOMNode calls in react-winjs.js) the package on npm is old and still has calls which are icompatible with the lastest version of react.

The package was last published seven months ago. https://www.npmjs.com/package/react-winjs Could you please update the package and publish a new version ASAP?

As I was looking into this, I noticed that you have an automatic release process setup for bower and nuget, but that does not seem to be the case for npm. I see that the package on bower was last updated 5 weeks ago, compared to the one on npm which was last updated 7 months ago.

I intend to use this package in an electron app to build desktop apps and thus would want the npm package to be updated.

I have same problem. Package in npm is outdated.

Hello,

Sorry about that - I'm new to this, and still haven't yet learned all of the process details regarding things like this. I've just now published a new version of react-winjs that should now include the changes to support React 15. Let me know if anything still doesn't work right. Thanks!

Nice