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

React 0.14 - TaskList #1782

Closed
8 tasks done
cgestes opened this issue Oct 1, 2015 · 23 comments
Closed
8 tasks done

React 0.14 - TaskList #1782

cgestes opened this issue Oct 1, 2015 · 23 comments
Labels
docs Improvements or additions to the documentation

Comments

@cgestes
Copy link
Contributor

cgestes commented Oct 1, 2015

What need to be done to support react-0.14 on the react-0.14-support branch.

@cgestes
Copy link
Contributor Author

cgestes commented Oct 1, 2015

@oliviertassinari @shaurya947 can you add the items you think are missing if any?

thank you.

@oliviertassinari
Copy link
Member

Yes, react-draggable2 require react v0.13 and react-addons, this throw a warning

@NogsMPLS
Copy link
Contributor

NogsMPLS commented Oct 2, 2015

Don't think hot loading is working on local docs dev server. Change is made, page refreshes with 'cannot GET' and then the route. Possible a hot-loader or a react-router issue?

@cgestes
Copy link
Contributor Author

cgestes commented Oct 2, 2015

I think it's related to routes. (historyApiFallback need to be activated on
the dev server)

On Fri, Oct 2, 2015 at 5:15 PM, Nathan Smith notifications@github.com
wrote:

Don't think hot loading is working on local docs dev server. Change is
made, page refreshes with 'cannot GET' and then the route. Possible a
hot-loader or a react-router issue?


Reply to this email directly or view it on GitHub
#1782 (comment)
.

@shaurya947
Copy link
Contributor

Yep, confirming the issue that @NogsMPLS reported.

@TheUltDev
Copy link
Contributor

@cgestes pr #1790 should solve fix remainings warning and react-draggable2 list items.

@luisrudge
Copy link
Contributor

👍

1 similar comment
@bdefore
Copy link

bdefore commented Oct 6, 2015

👍

@oliviertassinari
Copy link
Member

I have some warnings when openning a Dialog :

Warning: Dialog.getDOMNode(...) is deprecated. Please use ReactDOM.findDOMNode(instance) instead.warning @ warning.js:45ReactBrowserComponentMixin.getDOMNode @ ReactBrowserComponentMixin.js:30proxiedMethod @ createPrototypeProxy.js:44_positionDialog @ dialog.jsx:412proxiedMethod @ createPrototypeProxy.js:44componentDidUpdate @ dialog.jsx:214proxiedMethod @ createPrototypeProxy.js:44assign.notifyAll @ CallbackQueue.js:65ON_DOM_READY_QUEUEING.close @ ReactReconcileTransaction.js:81Mixin.closeAll @ Transaction.js:202Mixin.perform @ Transaction.js:149Mixin.perform @ Transaction.js:136assign.perform @ ReactUpdates.js:86flushBatchedUpdates @ ReactUpdates.js:147wrapper @ ReactPerf.js:66Mixin.closeAll @ Transaction.js:202Mixin.perform @ Transaction.js:149ReactDefaultBatchingStrategy.batchedUpdates @ ReactDefaultBatchingStrategy.js:62enqueueUpdate @ ReactUpdates.js:176enqueueUpdate @ ReactUpdateQueue.js:24ReactUpdateQueue.enqueueSetState @ ReactUpdateQueue.js:190ReactComponent.setState @ ReactComponent.js:64show @ dialog.jsx:342proxiedMethod @ createPrototypeProxy.js:44(anonymous function) @ Dialog.jsx:66
warning.js:45 Warning: ReactTransitionGroup.getDOMNode(...) is deprecated. Please use ReactDOM.findDOMNode(instance) instead.warning @ warning.js:45ReactBrowserComponentMixin.getDOMNode @ ReactBrowserComponentMixin.js:30_positionDialog @ dialog.jsx:413proxiedMethod @ createPrototypeProxy.js:44componentDidUpdate @ dialog.jsx:214proxiedMethod @ createPrototypeProxy.js:44assign.notifyAll @ CallbackQueue.js:65ON_DOM_READY_QUEUEING.close @ ReactReconcileTransaction.js:81Mixin.closeAll @ Transaction.js:202Mixin.perform @ Transaction.js:149Mixin.perform @ Transaction.js:136assign.perform @ ReactUpdates.js:86flushBatchedUpdates @ ReactUpdates.js:147wrapper @ ReactPerf.js:66Mixin.closeAll @ Transaction.js:202Mixin.perform @ Transaction.js:149ReactDefaultBatchingStrategy.batchedUpdates @ ReactDefaultBatchingStrategy.js:62enqueueUpdate @ ReactUpdates.js:176enqueueUpdate @ ReactUpdateQueue.js:24ReactUpdateQueue.enqueueSetState @ ReactUpdateQueue.js:190ReactComponent.setState @ ReactComponent.js:64show @ dialog.jsx:342proxiedMethod @ createPrototypeProxy.js:44(anonymous function) @ Dialog.jsx:66
warning.js:45 Warning: ReactDOMComponent: Do not access .getDOMNode() of a DOM node; instead, use the node directly. This DOM node was rendered by `Dialog`.

getDOMNode is still used in some places.

@newtack
Copy link

newtack commented Oct 7, 2015

@mooncakelmn
Copy link

Haven't tried the findDOMNode tool, but the one for pure-render-mixin is adding shouldComponentUpdate for each pure component, which is not so cool.

@mooncakelmn
Copy link

Tried with findDOMNode tool, it replaces this.refs.foo.getDOMNode() to React.findDOMNode(this.refs.foo), which is not so cool either...

@shaurya947
Copy link
Contributor

@cgestes @oliviertassinari the issues with the doc site is pretty much what's holding us back from an official release. Once we can get that going, we could release a react-v0.14 compliant version soon.

@cgestes
Copy link
Contributor Author

cgestes commented Oct 13, 2015

merging all remaining PR seems to fix most known issues. :)

Olivier and I think it's time to think about merging to master.

@mooncakelmn
Copy link

👍

@cgestes
Copy link
Contributor Author

cgestes commented Oct 17, 2015

merged to master :)

@cgestes cgestes closed this as completed Oct 17, 2015
@luisrudge
Copy link
Contributor

wow. Congratz!

@heyheyjp
Copy link

🎉

@ka2n
Copy link

ka2n commented Oct 17, 2015

㊗️ 🎊

@sanemat
Copy link
Contributor

sanemat commented Oct 19, 2015

Would you bump the version?

@yuliroth
Copy link

+1

@neerfri
Copy link

neerfri commented Oct 19, 2015

Thanks for this!!!
+1 on the version bump!

@oliviertassinari
Copy link
Member

Yeah, I think that we could do a pre-release. Something like 0.13.0-rc1.

mnajdova pushed a commit to mnajdova/material-ui that referenced this issue Nov 10, 2020
Bumps [react-markdown](https://github.com/rexxars/react-markdown) from 4.2.2 to 4.3.1.
- [Release notes](https://github.com/rexxars/react-markdown/releases)
- [Changelog](https://github.com/rexxars/react-markdown/blob/master/CHANGELOG.md)
- [Commits](remarkjs/react-markdown@v4.2.2...v4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
@zannager zannager added the docs Improvements or additions to the documentation label Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to the documentation
Projects
None yet
Development

No branches or pull requests