Releases: Urigo/angular-meteor
Releases · Urigo/angular-meteor
Deep copy in $meteor.collection
Collections, Objects and subscriptions attached to scope for automatic closing
Features
- Delete Blaze view handler on $scope destroy, thanks @barbatus - #321
- Change $scope.subscribe to $scope.$meteorSubscribe (closing the subscription on scope $destroy), thanks @maenriquez and @auterium - #323
- Add $scope.$meteorCollection & $scope.$meteorObject methods that will stop the collection or object on scope $destroy, thanks @maenriquez and @auterium - #323
- Close when scope destroys also in $scope.MeteorCollection/Object.subscribe functions - 429a0ca
Docs
- New tutorial step - Angular Material , thanks @MilosStanic
- New tutorial step - Adding 3rd party libraries, thanks @dotansimha
- New pages for Angular 2.0, Angular2.0Now and Angular-Server, thanks @simonv3 @netanelgilad @pbastowski
- More fixes, thanks @gilnis2 @ppotoplyak @cedric25 @goooseman
$scope.subscribe
Features
- Adding $scope.subscribe to automatically clean subscription when scope destroys - http://angularjs.meteor.com/api/subscribe
Bug fixes
Fixes $$hashkey issue #299
0.8.7 Publish 0.8.7, Fixes $$hashkey issue, fixes #299
Fix Jquery weak dependency
Update to angular:[email protected]_1 with adds Jquery as weak dependency, fixes #314
requireValidUser
Features
- Add requireValidUser() function , thanks @maenriquez and @auterium -
Changed the way the validator function works, it now needs true to resolve - Better name Angular templates inside packages - prefix with package name , thanks @dt-pward - #303 , 092c522
- (getReactively): Add possibility for deep watch on the object - 0b7f449
Bug fixes
- getReactively - fix bug in reactive scope and prototype inheritance , thanks @netanelgilad - ac0e146
- (meteor-include): Fix wrong call to directive's element - d98062b
Enhancements
- IronRouter support , thanks @barbatus - #307
- (Dependencies): Use angular:angular instead of angularjs:angular - 8b0acbe
Docs
- Doc improvements, thanks to @goooseman @pbastowski @Haellsigh @mweitzel2005 @robdotis @Tallyb
IE support and AngularMeteorObject bug fix
Features
- Add support to IE , Very nice work by @netanelgilad , Fixes #265
Performance improvements
- Remove unnecesery update in AngularMeteorObject first load, thanks @netanelgilad - 2287c1a
Enhancements
- Moved AngularMeteorCollection and AngularMeteorObject classes into an Angular factory
Docs
- Doc improvements, thanks to @Tallyb
CollectionFS support
Features
Performance improvements
- Remove unnecesery angular.copy, thanks @netanelgilad - 9d857e5
Enhancements
- Better error handling for ng-annotate in .ng.js files, thanks @nickjanssen , @olov - #269
- Better error handling for .ng.html files , Fixes #275 #262 , thanks @netanelgilad - #279
Bug fixes
- Fix carma and velocity error #234 , thanks @netanelgilad - #280
Docs
- Doc improvements, thanks to @fmachucas , @simonv3 , @lufeng
- Changing the master branch of the tutorial app to be equal for the last step so it will be easier to pull request and look at the end result
Another quick fix in accounts - thanks @srtucker22
0.8.2 Release another fix version - 0.8.2 thanks @srtucker22
Quick fix for multiline comments
Very quick and nice discovery and fix for multiline comments - thank you so much @smoke !!