Skip to content

Commit

Permalink
v1.1.0; famous052 fixes, wrapComponent flexibility, autorun, data con…
Browse files Browse the repository at this point in the history
…text
  • Loading branch information
gadicc committed Jun 6, 2015
1 parent 8270ca8 commit 4b08d46
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .versions
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ [email protected]
[email protected]
[email protected]
[email protected]
gadicohen:[email protected].0_4
gadicohen:famous-views@1.0.0
gadicohen:[email protected].2
gadicohen:famous-views@1.1.0
gadicohen:[email protected]
[email protected]
[email protected]
Expand All @@ -18,7 +18,7 @@ [email protected]
jag:[email protected]
[email protected]_2
[email protected]
local-test:gadicohen:famous-views@1.0.0
local-test:gadicohen:famous-views@1.1.0
[email protected]
[email protected]
[email protected]
Expand Down
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
## vNEXT

## v1.1.0

* Fix for Famous 0.5.2 (and further work on DOMElement handling)
* Initial child cleanup handling
Please be aware of https://github.com/Famous/engine/issues/245.

* Support components that don't add themselves to the node + set `_id`
* `fview.autorun()` like tplOrView.autorun() in Meteor/Blaze; this = fview

* Fix wrapper with no args' renderFunc using `with` data as args
* famousEach, in a totally new and extensible way
* Initial child cleanup handling
* Some internal changes in how nodes are dismounted

## v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'gadicohen:famous-views',
version: '1.0.0',
version: '1.1.0',
summary: 'Famous, the Meteor Way (with Reactive Blaze Templates/Views)',
git: 'https://github.com/gadicc/meteor-famous-views.git'
});
Expand Down

0 comments on commit 4b08d46

Please sign in to comment.