bemto-components
Advanced tools
Comparing version
## Bemto-components changelog | ||
### v2.0.2 (2018-03-28) | ||
- Fixed component passed as a tag for an element (less partially lol?). | ||
### v2.0.1 (2018-03-27) | ||
@@ -4,0 +8,0 @@ |
@@ -69,3 +69,3 @@ const React = require('react'); | ||
const isTagFunction = tagOrFunction => typeof tagOrFunction === 'function' && !React.Component.isPrototypeOf(tagOrFunction) && !tagOrFunction.styledComponentId; | ||
const isTagFunction = tagOrFunction => typeof tagOrFunction === 'function' && !React.Component.isPrototypeOf(tagOrFunction) && !(tagOrFunction.prototype && tagOrFunction.prototype.isReactComponent) && !tagOrFunction.styledComponentId; | ||
@@ -72,0 +72,0 @@ // Base for polymorphic tag names |
{ | ||
"name": "bemto-components", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Smart components for using parts of BEM methodology with React", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1169795
0.01%0
-100%