Skip to content

Commit

Permalink
Update version to 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed May 20, 2015
1 parent a9b5f2d commit 0aecbf0
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knockout-amd-helpers",
"version": "0.7.3",
"version": "0.7.4",
"main": "build/knockout-amd-helpers.min.js",
"ignore": [
"examples",
Expand Down
4 changes: 2 additions & 2 deletions build/knockout-amd-helpers.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// knockout-amd-helpers 0.7.3 | (c) 2014 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
// knockout-amd-helpers 0.7.4 | (c) 2015 Ryan Niemeyer | http://www.opensource.org/licenses/mit-license
define(["knockout"], function(ko) {

//helper functions to support the binding and template engine (whole lib is wrapped in an IIFE)
Expand Down Expand Up @@ -265,7 +265,7 @@ if (ko.virtualElements) {
options.afterRender.original = existingAfterRender;
}

return engine.renderTemplateSource(templateSource, bindingContext, options);
return engine.renderTemplateSource(templateSource, bindingContext, options, templateDocument);
};

//expose the template engine at least to be able to customize the path/suffix/plugin at run-time
Expand Down
4 changes: 2 additions & 2 deletions build/knockout-amd-helpers.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 18 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "knockout-amd-helpers",
"version": "0.7.3",
"version": "0.7.4",
"author": "Ryan Niemeyer",
"homepage": "https://github.com/rniemeyer/knockout-sortable",
"description": "Makes Knockout and AMD modules work better together",
"repository": {
"type": "git",
"url": "git://github.com/rniemeyer/knockout-amd-helpers.git"
},
"main": "build/knockout-amd-helpers.min.js",
"scripts": {
"build": "grunt"
},
"keywords": [
"knockout",
"knockout.js",
"knockoutjs",
"AMD"
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.0",
Expand Down

0 comments on commit 0aecbf0

Please sign in to comment.