happy-dom
Advanced tools
Comparing version 0.1.0 to 0.2.0
@@ -24,2 +24,3 @@ "use strict"; | ||
var HTMLTextAreaElement_1 = __importDefault(require("../elements/HTMLTextAreaElement")); | ||
var SVGSVGElement_1 = __importDefault(require("../elements/SVGSVGElement")); | ||
var TextNode_1 = __importDefault(require("./TextNode")); | ||
@@ -197,2 +198,4 @@ var CommentNode_1 = __importDefault(require("./CommentNode")); | ||
return HTMLTextAreaElement_1.default; | ||
case 'svg': | ||
return SVGSVGElement_1.default; | ||
} | ||
@@ -199,0 +202,0 @@ return HTMLElement_1.default; |
{ | ||
"name": "happy-dom", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/capricorn86/happy-dom#readme", |
@@ -196,2 +196,3 @@ # Happy DOM | ||
| ------- | ---------- | ---------------- | | ||
| 0.2.0 | 2019-09-20 | Adds support for SVGSVGElement, SVGElement and SVGGraphicsElement. | | ||
| 0.1.0 | 2019-09-19 | Adds support for HTMLInputElement, HTMLTextAreaElement, HTMLFormElement, Range and DOMRect (bounding client rect). | | ||
@@ -198,0 +199,0 @@ | 0.0.1 | 2019-09-13 | Initial release. | |
@@ -7,2 +7,3 @@ import Element from './Element'; | ||
import HTMLTextAreaElement from '../elements/HTMLTextAreaElement'; | ||
import SVGSVGElement from '../elements/SVGSVGElement'; | ||
import TextNode from './TextNode'; | ||
@@ -194,2 +195,4 @@ import CommentNode from './CommentNode'; | ||
return HTMLTextAreaElement; | ||
case 'svg': | ||
return SVGSVGElement; | ||
} | ||
@@ -196,0 +199,0 @@ return HTMLElement; |
Sorry, the diff of this file is not supported yet
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
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
431230
237
11116
228
0