react-faux-dom
Advanced tools
Comparing version 2.5.0 to 2.6.0
@@ -1,6 +0,12 @@ | ||
# 2.5.0 | ||
# react-faux-dom changes | ||
## v2.6.0 | ||
* Merge [#53](https://github.com/Olical/react-faux-dom/pull/53) (just my approach to [#48](https://github.com/Olical/react-faux-dom/pull/48)) - Provide a UMD build in a CDN. | ||
## v2.5.0 | ||
* Merge [#41](https://github.com/Olical/react-faux-dom/pull/41) - Adding mixin with animation support (thanks @krawaller!) | ||
# 2.4.0 | ||
## v2.4.0 | ||
@@ -11,7 +17,7 @@ * Merge [#37](https://github.com/Olical/react-faux-dom/pull/37) - Replace lodash dependencies with in house functions | ||
# 2.3.0 | ||
## v2.3.0 | ||
* Merge [#38](https://github.com/Olical/react-faux-dom/pull/38) - Fix vendor prefixes for already camelCased style names | ||
# 2.2.0 | ||
## v2.2.0 | ||
@@ -21,3 +27,3 @@ * Merge [#35](https://github.com/Olical/react-faux-dom/pull/35) - Define `childNodes` in `Element` | ||
# 2.1.1 | ||
## v2.1.1 | ||
@@ -27,3 +33,3 @@ * Merge [#26](https://github.com/Olical/react-faux-dom/pull/26) - Documentation | ||
# 2.1.0 | ||
## v2.1.0 | ||
@@ -33,7 +39,7 @@ * Merge [#23](https://github.com/Olical/react-faux-dom/pull/23) - Support data and aria attributes | ||
# 2.0.1 | ||
## v2.0.1 | ||
* Fix [#10](https://github.com/Olical/react-faux-dom/issues/10) - Vendor prefixed styles are camel cased incorrectly | ||
# 2.0.0 | ||
## v2.0.0 | ||
@@ -44,4 +50,4 @@ * Fix [#9](https://github.com/Olical/react-faux-dom/issues/9) - Make events work like the normal DOM | ||
# 1.1.0 | ||
## v1.1.0 | ||
* Fix [#7](https://github.com/Olical/react-faux-dom/issues/7) - toReact mutates the faux element |
{ | ||
"name": "react-faux-dom", | ||
"version": "2.5.0", | ||
"version": "2.6.0", | ||
"description": "DOM like data structure to be mutated by D3 et al, then rendered to React elements", | ||
"main": "lib/ReactFauxDOM.js", | ||
"scripts": { | ||
"test": "standard && tape './test/**/*.js' | faucet" | ||
"test": "standard && tape './test/**/*.js' | faucet", | ||
"prepublish": "npm test && make build" | ||
}, | ||
"files": [ | ||
"./dist/ReactFauxDOM.min.js" | ||
], | ||
"repository": { | ||
@@ -30,8 +34,9 @@ "type": "git", | ||
"devDependencies": { | ||
"bastion": "^1.8.0", | ||
"d3": "^3.5.16", | ||
"faucet": "0.0.1", | ||
"nodemon": "^1.9.1", | ||
"react": "^0.14.7", | ||
"react": "^15.1.0", | ||
"sinon": "^1.17.3", | ||
"standard": "^6.0.7", | ||
"standard": "^7.1.2", | ||
"tape": "^4.4.0" | ||
@@ -38,0 +43,0 @@ }, |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
3328
8
2
0
1
0
2