Comparing version 1.1.2 to 1.1.3
# Change log | ||
- [v1.1.3](#v113) | ||
- [v1.1.2](#v112) | ||
@@ -12,2 +13,8 @@ - [v1.1.1](#v111) | ||
### v1.1.3 | ||
#### Bug fixes: | ||
- move out npm dependencies added by mistake | ||
### v1.1.2 | ||
@@ -21,3 +28,3 @@ | ||
- core: differentiate between `{ value: "" }` and `{ value: 0 }` for form elements [#1595 comment](https://github.com/MithrilJS/mithril.js/pull/1595#issuecomment-304071453) ([#1862](https://github.com/MithrilJS/mithril.js/pull/1862)) | ||
- core: Don't reset the cursor of textareas in IE10 when setting an identical `value` [#1870](https://github.com/MithrilJS/mithril.js/issues/1870) (([#1871](https://github.com/MithrilJS/mithril.js/pull/1871))) | ||
- core: Don't reset the cursor of textareas in IE10 when setting an identical `value` [#1870](https://github.com/MithrilJS/mithril.js/issues/1870) ([#1871](https://github.com/MithrilJS/mithril.js/pull/1871)) | ||
- hypertext: Correct handling of `[value=""]` ([#1843](https://github.com/MithrilJS/mithril.js/issues/1843), [@CreaturesInUnitards](https://github.com/CreaturesInUnitards)) | ||
@@ -38,3 +45,3 @@ - router: Don't overwrite the options object when redirecting from `onmatch with m.route.set()` [#1857](https://github.com/MithrilJS/mithril.js/issues/1857) ([#1889](https://github.com/MithrilJS/mithril.js/pull/1889)) | ||
- Addition of a performance regression test suite (#) | ||
- Addition of a performance regression test suite ([#1789](https://github.com/MithrilJS/mithril.js/issues/1789)) | ||
@@ -41,0 +48,0 @@ |
@@ -1238,3 +1238,3 @@ ;(function() { | ||
m.buildQueryString = buildQueryString | ||
m.version = "1.1.2" | ||
m.version = "1.1.3" | ||
m.vnode = Vnode | ||
@@ -1241,0 +1241,0 @@ if (typeof module !== "undefined") module["exports"] = m |
@@ -44,2 +44,2 @@ (function(){function z(b,d,e,f,g,l){return{tag:b,key:d,attrs:e,children:f,text:g,dom:l,domSize:void 0,state:void 0,_state:void 0,events:void 0,instance:void 0,skip:!1}}function A(b){var d,e=arguments[1],f=2;if(null==b||"string"!==typeof b&&"function"!==typeof b&&"function"!==typeof b.view)throw Error("The selector must be either a string or a component.");if("string"===typeof b&&!(d=M[b])){var g="div";for(var l=[],k={};d=P.exec(b);){var r=d[1],p=d[2];""===r&&""!==p?g=p:"#"===r?k.id=p:"."===r?l.push(p): | ||
m.prefix=function(b){e.prefix=b};m.link=function(b){b.dom.setAttribute("href",e.prefix+b.attrs.href);b.dom.onclick=function(a){a.ctrlKey||a.metaKey||a.shiftKey||2===a.which||(a.preventDefault(),a.redraw=!1,a=this.getAttribute("href"),0===a.indexOf(e.prefix)&&(a=a.slice(e.prefix.length)),m.set(a,void 0,void 0))}};m.param=function(b){return"undefined"!==typeof k&&"undefined"!==typeof b?k[b]:k};return m}(window,F);A.withAttr=function(b,d,e){return function(f){d.call(e||this,b in f.currentTarget?f.currentTarget[b]: | ||
f.currentTarget.getAttribute(b))}};var V=O(window);A.render=V.render;A.redraw=F.redraw;A.request=K.request;A.jsonp=K.jsonp;A.parseQueryString=L;A.buildQueryString=G;A.version="1.1.2";A.vnode=z;"undefined"!==typeof module?module.exports=A:window.m=A})(); | ||
f.currentTarget.getAttribute(b))}};var V=O(window);A.render=V.render;A.redraw=F.redraw;A.request=K.request;A.jsonp=K.jsonp;A.parseQueryString=L;A.buildQueryString=G;A.version="1.1.3";A.vnode=z;"undefined"!==typeof module?module.exports=A:window.m=A})(); |
{ | ||
"name": "mithril", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "A framework for building brilliant applications", | ||
@@ -28,4 +28,6 @@ "author": "Leo Horie", | ||
"devDependencies": { | ||
"@alrra/travis-scripts": "^3.0.1", | ||
"benchmark": "^2.1.4", | ||
"eslint": "^3.19.0", | ||
"gh-pages": "^0.12.0", | ||
"istanbul": "^0.4.5", | ||
@@ -38,6 +40,3 @@ "marked": "^0.3.6" | ||
}, | ||
"dependencies": { | ||
"@alrra/travis-scripts": "^3.0.1", | ||
"gh-pages": "^0.12.0" | ||
} | ||
"dependencies": {} | ||
} |
1155421
0
6
- Removed@alrra/travis-scripts@^3.0.1
- Removedgh-pages@^0.12.0
- Removed@alrra/travis-scripts@3.0.2(transitive)
- Removedarray-union@1.0.2(transitive)
- Removedarray-uniq@1.0.3(transitive)
- Removedasync@2.1.2(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedcollections@0.2.2(transitive)
- Removedcommander@2.9.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removedfs.realpath@1.0.0(transitive)
- Removedgh-pages@0.12.0(transitive)
- Removedglob@7.2.3(transitive)
- Removedglobby@6.1.0(transitive)
- Removedgraceful-fs@4.1.10(transitive)
- Removedgraceful-readlink@1.0.1(transitive)
- Removedinflight@1.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedlodash@4.17.21(transitive)
- Removedmime@1.6.0(transitive)
- Removedmimeparse@0.1.4(transitive)
- Removedminimatch@3.1.2(transitive)
- Removedobject-assign@4.1.1(transitive)
- Removedonce@1.4.0(transitive)
- Removedpath-is-absolute@1.0.1(transitive)
- Removedpify@2.3.0(transitive)
- Removedpinkie@2.0.4(transitive)
- Removedpinkie-promise@2.0.1(transitive)
- Removedq@1.4.1(transitive)
- Removedq-io@1.13.2(transitive)
- Removedqs@1.2.2(transitive)
- Removedrimraf@2.7.1(transitive)
- Removedurl2@0.0.0(transitive)
- Removedweak-map@1.0.0(transitive)
- Removedwrappy@1.0.2(transitive)