meteor / react-packages

Meteor packages for a great React developer experience
http://guide.meteor.com/react.html
Other
574 stars 159 forks source link

React.createClass is deprecated #219

Closed hwillson closed 7 years ago

hwillson commented 7 years ago

Migrating this over from meteor/meteor#8625. React.createClass is deprecated, so the react-meteor-data package should be updated accordingly (PR #218 has been created to help with this).

zeroasterisk commented 7 years ago

I tried to forcefully set the new version and it was not found :(


=> Started proxy.
=> Started MongoDB.
=> Errors prevented startup:

   While selecting package versions:
   error: No version of react-meteor-data satisfies all constraints: @0.2.10
   Constraints on package "react-meteor-data":
   * react-meteor-data@0.2.10 <- top level
hwillson commented 7 years ago

Hi @zeroasterisk - version 0.2.10 is an older version that wasn't published. A newer version is coming shortly (should be published today) and will include a React.createClass deprecation fix. It's taking a bit longer to publish as we're deciding whether to include #217 in the next release (which would essentially nullify the fix for this issue made in #218). Either way, this should be done today. Thanks for your patience!

abernix commented 7 years ago

If anyone wants to try this right now, I've published react-meteor-data@0.2.11-beta.1 which includes #217 on top of #218.

/cc @merlinpatt @leocavalcante

lmachens commented 7 years ago

@abernix beta is working fine for me. When will you publish the final version?

abernix commented 7 years ago

Thanks for the reminder, @lmachens!

I was waiting for a few 👍 s. It has been published as react-meteor-data@0.2.11.

hwillson commented 7 years ago

Since the new react-meteor-data version has been published, this issue can now be closed. Thanks all!