Skip to content

Commit

Permalink
v0.1.31
Browse files Browse the repository at this point in the history
* Bugfix (#famous regression): Revert back to Blaze.render (for non-Surfaces)
  to ensure rendered callbacks of nested templates are correctly run (#199)

* Bugfix (#famous regression): direction="1" now works again (#207)

* Bugfix (#RenderController): fview._transition is now properly honoured (#193)

* Bugfix: `fview.destroy()` now correctly removes children from
  child sequences (#153)

* Enhancement (#famousEach): Allow overrides on all famousEach observe within
  the containing fview.  See Views README for details. (#201)

* Enhancement (#Surface): watchSize now uses javascript-detect-element-resize
  lib to detect size changes on

* Enhancement (#Surface): Defer running of Surface rendered callbacks for
  smoother performance.
  • Loading branch information
gadicc committed Jan 29, 2015
1 parent 2074067 commit 83f6be5
Show file tree
Hide file tree
Showing 4 changed files with 58 additions and 9 deletions.
41 changes: 41 additions & 0 deletions .versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
application-configuration@1.0.4
base64@1.0.2
binary-heap@1.0.2
blaze@2.0.4
blaze-tools@1.0.2
callback-hook@1.0.2
check@1.0.4
coffeescript@1.0.5
ddp@1.0.14
deps@1.0.6
ejson@1.0.5
follower-livedata@1.0.3
gadicohen:famous-views@0.1.31-pre.3
geojson-utils@1.0.2
html-tools@1.0.3
htmljs@1.0.3
id-map@1.0.2
jag:pince@0.0.5
jquery@1.11.3
json@1.0.2
less@1.0.12
local-test:gadicohen:famous-views@0.1.31-pre.3
logging@1.0.6
meteor@1.1.4
minifiers@1.1.3
minimongo@1.0.6
mjn:famous@0.3.0_5
mongo@1.0.11
observe-sequence@1.0.4
ordered-dict@1.0.2
pierreeric:cssc@1.0.4
random@1.0.2
reactive-dict@1.0.5
reactive-var@1.0.4
retry@1.0.2
sdecima:javascript-detect-element-resize@0.5.3
spacebars-compiler@1.0.4
templating@1.0.11
tinytest@1.0.4
tracker@1.0.5
underscore@1.0.2
22 changes: 15 additions & 7 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
## vNEXT

* Defer running of Surface rendered callbacks.
## v0.1.31

* Revert back to Blaze.render (for non-Surfaces) to ensure rendered callbacks
of nested templates are correctly run (#199)
* Bugfix (#famous regression): Revert back to Blaze.render (for non-Surfaces)
to ensure rendered callbacks of nested templates are correctly run (#199)

* Allow overrides on all famousEach observe within the containing fview.
See Views README for details. (#201)
* Bugfix (#famous regression): direction="1" now works again (#207)

* Bugfix: RenderController fview._transition is now properly honoured (#193)
* Bugfix (#RenderController): fview._transition is now properly honoured (#193)

* Bugfix: fview.destroy() now correctly removes children from
* Bugfix: `fview.destroy()` now correctly removes children from
child sequences (#153)

* Enhancement (#famousEach): Allow overrides on all famousEach observe within
the containing fview. See Views README for details. (#201)

* Enhancement (#Surface): watchSize now uses javascript-detect-element-resize
lib to detect size changes on

* Enhancement (#Surface): Defer running of Surface rendered callbacks for
smoother performance.

## v0.1.30

* ~~Fix some flicker that snuck back (use Engine.nextTick instead of .defer)~~
Expand Down
2 changes: 1 addition & 1 deletion demo-famono/.meteor/versions
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ deps@1.0.6
ejson@1.0.5
fastclick@1.0.2
follower-livedata@1.0.3
gadicohen:famous-views@0.1.31-pre.3
gadicohen:famous-views@0.1.31
gadicohen:fview-lagometer@1.0.2
gadicohen:prism@1.0.4
gadicohen:snippets@0.0.5
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.31-pre.3",
version: "0.1.31",
git: "https://github.com/gadicc/meteor-famous-views.git"
});

Expand Down

0 comments on commit 83f6be5

Please sign in to comment.