Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from createClass() to es6 classes #71

Merged
merged 4 commits into from
Apr 20, 2017
Merged

Conversation

sman591
Copy link
Contributor

@sman591 sman591 commented Apr 19, 2017

Fixes #68

Also had to add babel to the gulp build in order to properly build the demo app.

The demo app & readme also could use some updating, but I figure that can happen outside of this PR.

I've tested this with the demo app & my own app (though had to fix a bootstrap import on a custom branch).

@skratchdot
Copy link
Owner

Thanks for this! I've been wanting to update the demo, or use react-storybook instead. I'd also like to make sure builds work with webpack (since that's what most people, including me, are using nowadays). I'll pull this in and push a new build.

@skratchdot
Copy link
Owner

I also don't like the "Note on data synchronization" that I merged in at one point. I'd like to update that for people b/c it doesn't look like any other typical React usage I've seen....

@skratchdot skratchdot merged commit bac6674 into skratchdot:master Apr 20, 2017
@sman591 sman591 deleted the es6 branch April 20, 2017 15:24
@sman591
Copy link
Contributor Author

sman591 commented Apr 20, 2017

Happy to!

@skratchdot
Copy link
Owner

@sman591 - I just published 2.4.0 with your changes. Thanks again!

sman591 pushed a commit to sman591/react-bootstrap-multiselect that referenced this pull request Apr 20, 2017
Migrate from createClass() to es6 classes
# Conflicts:
#	lib/index.js
@sman591 sman591 mentioned this pull request Apr 20, 2017
sman591 added a commit to sman591/react-bootstrap-multiselect that referenced this pull request May 2, 2017
Restores functionality introduced in skratchdot#22 but broken by skratchdot#71
sman591 added a commit to sman591/react-bootstrap-multiselect that referenced this pull request May 3, 2017
Restores functionality introduced in skratchdot#22 but broken by skratchdot#71
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

React v15.5 createClass() deprecation
2 participants