I've been looking at the licensed source distribution (2017.1.118, retrieved with bower), and had a couple questions/comments.
- It looks like (aside from jquery) the third-party .js files that come with the minified release package aren't included? This would be "angular", "jszip" and "pako_deflate". It would seem that if working with source, one would have to check in the release package to see what was included there? Might there be a case to include these somewhere in the source package, or perhaps a reference to the versions included with the release package?
- The "kendo-ui/bower.json" file has the entry "version": "2016.3.1202" (not a public release?), although the js folder has the expected source code for "v2017.1.118". Did this file just get missed for updating? I don't think it causes a problem, although the "jquery" dependency has ">=1.9.1 <=2.1.1" and you may have intended this to be "<= 2.1.4" for the current 2.1.x release?
- Don't forget to update your Javascript Prerequisites doc page to include table entries for 2017.1.118! Also, Angular 1.6 was recently released; are there any notes on using it with Kendo? BTW, one of your other Angular articles seems to suggest that the Bad Things that the Prerequisites page warns about with "ng-model" and 1.5 actually started with 1.4.9? Perhaps the Prerequisites warning should be updated? I notice the release packages bundles Angular 1.4.6; was there a reason to not include 1.4.7 or 1.4.8?
- The release package has jQuery 1.12.3 - any reason this wasn't 1.12.4 (May 2016)? The included "pako_deflate.js" is 1.0.1 - upstream is 1.0.4 and I notice that 1.0.2 "Fixed nasty bug in deflate ... which could cause broken data in some rare cases."