File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Release history
22
3+ ## v0.7.1
4+ ### NPM Dependencies update
5+ Updated ` events ` to 1.1.0
6+
7+
38## v0.7.0
49
510### Let's meet the world
Original file line number Diff line number Diff line change 11{
22 "name" : " WuiDom" ,
33 "repo" : " wizui/wuidom" ,
4- "version" : " 0.7.0 " ,
4+ "version" : " 0.7.1 " ,
55 "description" : " Core Class for WizUI" ,
66 "dependencies" : {
77 "Wizcorp/util" : " 0.1.0" ,
Original file line number Diff line number Diff line change 1212 ],
1313 "repository" : " wizui/wuidom" ,
1414 "homepage" : " http://wizui.github.io/" ,
15- "version" : " 0.7.0 " ,
15+ "version" : " 0.7.1 " ,
1616 "format" : " cjs" ,
1717 "registry" : " npm" ,
1818 "dependencies" : {
1919 "util" : " 0.10.3" ,
20- "events" : " 1.0.2 " ,
20+ "events" : " 1.1.0 " ,
2121 "dom-shims" : " 0.1.4"
2222 },
2323 "devDependencies" : {
Original file line number Diff line number Diff line change @@ -232,7 +232,6 @@ WuiDom.prototype.appendChild = function (newChild) {
232232 return newChild ;
233233} ;
234234
235-
236235/**
237236 * Creates an instance of WuiDom and assigns a newly built HTML element to it,
238237 * following the logic of the private createHtmlElement function. It is then appended to
You can’t perform that action at this time.
0 commit comments