nanocomponent
Advanced tools
Comparing version 6.5.1 to 7.0.0-beta1
@@ -5,2 +5,7 @@ # nanocomponent Change Log | ||
## 7.0.0-beta1 - 2018-03-02 | ||
- Update nanomorph@6.0.0-beta1. | ||
- Store a real dom-node reference to the proxy node for nanomorph to use. | ||
- This should fix leaky proxy nodes and improve failure modes. | ||
## 6.5.1 - 2018-02-11 | ||
@@ -7,0 +12,0 @@ - Update nanotiming@7.2.0 |
@@ -108,2 +108,3 @@ var document = require('global/document') | ||
} | ||
proxy.realNode = this.element | ||
return proxy | ||
@@ -110,0 +111,0 @@ } |
{ | ||
"name": "nanocomponent", | ||
"version": "6.5.1", | ||
"version": "7.0.0-beta1", | ||
"description": "Native DOM components that pair nicely with DOM diffing algorithms", | ||
@@ -14,2 +14,3 @@ "main": "index.js", | ||
"test:browser": "browserify test/browser/index.js | tape-run | tap-format-spec", | ||
"test:proxy": "browserify test/browser/proxy-leak.js | tape-run | tap-format-spec", | ||
"test:lint": "standard *.js", | ||
@@ -46,3 +47,3 @@ "start": "bankai start example" | ||
"nanoassert": "^1.1.0", | ||
"nanomorph": "^5.1.2", | ||
"nanomorph": "^6.0.0-beta1", | ||
"nanotiming": "^7.2.0", | ||
@@ -49,0 +50,0 @@ "on-load": "^3.3.4" |
@@ -409,2 +409,3 @@ # nanocomponent [![stability][0]][1] | ||
- [hypermodules/cache-component](https://github.com/hypermodules/cache-component) | ||
- [rafaelrinaldi/data-components](https://github.com/rafaelrinaldi/data-components) | ||
@@ -411,0 +412,0 @@ ## License |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
238728
17
585
439
1
+ Addednanomorph@6.0.0-beta4(transitive)
- Removednanomorph@5.4.3(transitive)
Updatednanomorph@^6.0.0-beta1