react-fela
Advanced tools
Comparing version 6.2.4 to 7.0.0
@@ -16,4 +16,5 @@ import { Component, Children } from 'react'; | ||
defaultProps: { | ||
renderToDOM: true, | ||
rehydrate: true | ||
} | ||
}); |
@@ -28,4 +28,5 @@ 'use strict'; | ||
defaultProps: { | ||
renderToDOM: true, | ||
rehydrate: true | ||
} | ||
}); |
{ | ||
"name": "react-fela", | ||
"version": "6.2.4", | ||
"version": "7.0.0", | ||
"description": "React bindings for Fela", | ||
@@ -29,6 +29,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"fela-bindings": "^1.3.4", | ||
"fela-dom": "^7.0.4", | ||
"fela-bindings": "^2.0.0", | ||
"fela-dom": "^7.0.5", | ||
"prop-types": "^15.5.8" | ||
} | ||
} |
@@ -16,12 +16,5 @@ # React Fela | ||
## API Reference | ||
* [`<Provider renderer>`](docs/Provider.md) | ||
* [`connect(rules)`](docs/connect.md) | ||
* [`createComponent(rule, [type], [passThroughProps])`](docs/createComponent.md) | ||
* [`createComponentWithProxy(rule, [type], [passThroughProps])`](docs/createComponentWithProxy.md) | ||
* [`<ThemeProvider theme [overwrite]>`](docs/ThemeProvider.md) | ||
* [`withTheme(component)`](docs/withTheme.md) | ||
## Usage | ||
For more information and best practices on how to effectively use this package, please check out the main [Fela Documention - Usage with React](http://fela.js.org/docs/guides/UsageWithReact.html). There you will also find some usage examples. This package only contains the pure API reference documentation. | ||
For more information and best practices on how to effectively use this package, please check out the main [Fela Documention - Usage with React](http://fela.js.org/docs/guides/UsageWithReact.html). You will find some useful examples and a basic introduction on how to use Fela with React.<br> | ||
Checkout the [API Reference - Bindings](http://fela.js.org/docs/API.html#bindings) for further technical information on how the React/Preact/Inferno bindings work. | ||
@@ -28,0 +21,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
184
13202
25
+ Addedfela-bindings@2.3.1(transitive)
+ Addedreact-addons-shallow-compare@15.6.3(transitive)
- Removedfela-bindings@1.3.4(transitive)
Updatedfela-bindings@^2.0.0
Updatedfela-dom@^7.0.5