diff --git a/.versions b/.versions index 5d8ec4f..4440637 100644 --- a/.versions +++ b/.versions @@ -8,8 +8,8 @@ coffeescript@1.0.6 ddp@1.1.0 deps@1.0.7 ejson@1.0.6 -gadicohen:famous@0.5.0_4 -gadicohen:famous-views@1.0.0 +gadicohen:famous@0.5.2 +gadicohen:famous-views@1.1.0 gadicohen:modules@0.0.5 geojson-utils@1.0.3 html-tools@1.0.4 @@ -18,7 +18,7 @@ id-map@1.0.3 jag:pince@0.0.6 jquery@1.11.3_2 json@1.0.3 -local-test:gadicohen:famous-views@1.0.0 +local-test:gadicohen:famous-views@1.1.0 logging@1.0.7 meteor@1.1.6 minifiers@1.1.5 diff --git a/HISTORY.md b/HISTORY.md index b874e50..3590c77 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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 diff --git a/package.js b/package.js index e78fdf1..064a7d6 100644 --- a/package.js +++ b/package.js @@ -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' });