Skip to content

Commit

Permalink
v0.1.28; famousContext/famousInit regression fix (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Nov 22, 2014
1 parent 806cd7f commit 1661050
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion History.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## vNEXT

## v0.1.28

* Fix regression with auto-famousContext and queue node added to famousContext
until it's really ready.

Expand Down Expand Up @@ -509,4 +511,4 @@ be deprecated in the future)
This was the code available when the announcement on meteor-talk was made.

This release is dedicated to raix, for his Famono package, and his super fast
resolution of every issue I raised for it on github :)
resolution of every issue I raised for it on github :)
2 changes: 1 addition & 1 deletion demo-famono/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ [email protected]
[email protected]
[email protected]
[email protected]
gadicohen:[email protected]-rc.1
gadicohen:[email protected]
gadicohen:[email protected]
gadicohen:[email protected]
gadicohen:[email protected]
Expand Down
4 changes: 2 additions & 2 deletions lib/meteorFamousView.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ MeteorFamousView = function(blazeView, options, noAdd) {
*/
if (FView.mainCtx !== null) {
var view = FView.famousContext.constructView();
var wrapped = Blaze.With({ id:"mainCtx", style:"" },
var wrapped = Blaze.With({ id:"mainCtx" },
function() { return view; });
wrapped.__isTemplateWith = true;
// Because of id:mainCtx, this populate FView.mainCtxFView
// Because of id:mainCtx, this populates FView.mainCtxFView
Blaze.render(wrapped, document.body);
}
parent = FView.mainCtxFView;
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package.describe({
name: "gadicohen:famous-views",
summary: 'Blaze Views for Famous; doing Famous Meteor-style',
version: "0.1.28-rc.1",
version: "0.1.28",
git: "https://github.com/gadicc/meteor-famous-views.git"
});

Expand Down

0 comments on commit 1661050

Please sign in to comment.