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

update references to react version 15 #484

Merged
merged 1 commit into from Sep 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/home.md
Expand Up @@ -20,6 +20,6 @@ Helper utilities for integrating your Fluxible app into React [components](../pa

Want to add your own interfaces to the Flux flow? [Plugins](../packages/fluxible/docs/api/Plugins.md) allow you to add methods to any of the contexts.

## Updated for React 0.13
## Updated for React 15

Updated to follow React 0.13's changes and the deprecations coming in the next version of React.
Updated to follow React 15's changes and the deprecations coming in the next version of React.
2 changes: 1 addition & 1 deletion packages/fluxible/README.md
Expand Up @@ -31,7 +31,7 @@ Join the #fluxible channel of the [Reactiflux](http://reactiflux.com) Discord co
* Higher order [components](https://github.com/yahoo/fluxible/blob/master/packages/fluxible/docs/api/Components.md) for easy integration
* Enforcement of Flux flow - restricted access to the [Flux interface](https://github.com/yahoo/fluxible/blob/master/packages/fluxible/docs/api/FluxibleContext.md) from within components
* [Pluggable](https://github.com/yahoo/fluxible/blob/master/packages/fluxible/docs/api/Plugins.md) - add your own interfaces to the Flux context
* Updated for React 0.13
* Updated for React 15

## Extras

Expand Down
4 changes: 2 additions & 2 deletions site/components/Home.js
Expand Up @@ -74,8 +74,8 @@ class Home extends React.Component {
</div>

<div className="Bxz(bb) D(ib) Va(t) W(100%) Pstart(20px)--sm W(50%)--sm Bdt(1)--sm Mt(2em)--sm">
<h2>Updated for React 0.15</h2>
<p>Updated to follow React 0.15's changes and the deprecations coming in the next version of React.</p>
<h2>Updated for React 15</h2>
<p>Updated to follow React 15's changes and the deprecations coming in the next version of React.</p>
</div>

<p className="Ta(c) Mt(2em)--sm">
Expand Down