Releases: Urigo/angular-meteor
Releases · Urigo/angular-meteor
Angular Auth helpers as separate package
1.3.2 Release 1.3.2
Many fixes from community feedback on 1.3
Bug fix
- bugfix(subscribe): make subscribe return a the same interface as Meteor.subscribe , thanks @netanelgilad & @dotansimha , #971 #975
- bugfix(reactive-context): Fixes for nested object in helpers, fixes #939 , thanks @dotansimha , #954
- bugfix(reactive-context): Refactor reactive context module, Fix tests and make necessary changes, Helpers initialization order is set by declaration order, thanks @DAB0mB , #914
- bugfix(reactive-context): bug/scope with helper name, thanks @dotansimha & @idanwe , #936
- bugfix(babel): Update angular-babel to 1.0.7 to fix debugging source maps, fixes #878 , thanks @pbastowski , 7dba912
- bugfix(reactive): digest scope when helper property is changed, thanks @netanelgilad , #959
- bugfix(angular-with-blaze): Adding blaze-html-templates as a dependency to angular-with-blaze, thanks @ozsay , #957
Code improvements
- angular-meteor-templates(chore): Move templates handle to the angular-meteor-templates, thanks @dotansimha , #924
Docs
- Many fixes to the tutorial, migration docs, API documentation and better deprecation messages, thanks @dotansimha , @sebakerckhof , @evjan , @EyalRonel , @barbatus , @jdownhower , @Njel , @allanlundhansen , @JulienMartin , @kylefox
I've also updated the 1.3 blog post
Angular Meteor 1.3
Fix in caching compiler
Bug fix
- bugfix(caching-compiler): Include file path in the cache key of NgCachingHtmlCompiler (fix #888), thanks @sebakerckhof , #889
Fix promise return from Object.save()
Fix parallel updates
Bug fix
- bugfix(collection, object): Seperate pull operations returned from getUpdates(), thanks @DAB0mB , #850
- bugfix(bower): Fix "main" path in bower.json, thanks @canac , #858
Tests
chore(tests): Adding failing test for save() being called upon $meteorObject initialization, thanks @cantoine , #845
Docs
Thanks @kimberger , @barbatus
New build process, regular HTML and JS files
http://info.meteor.com/blog/angular-meteor-1.2.0
No more .ng.js
and ng.html
The Angular build process for regular HTML and JS files
You can remove blaze-html-templates
and use just Angular
Ecmascript 2015 and ng-annotate support for all JS files
- Check out the first chapters of the tutorials and docs for further information
Collection and Object sync fixes
Array and object fixes
Bug fix
- bugfix (diffArray): Splice removed elements from an array on diffArray.deepCopyRemovals(), thanks @DAB0mB , #807
- bugfix (meteorObject.save): Fix callback invoked too early on meteorObject.save(), thanks @DAB0mB , #808
Tests
- Update tests , thanks @MarkPhillips7 - #785
Docs
- Thanks to @EyalRonel , @marvinmarnold , @dinesh36 , @birkskyum , @dajocarter , @Tallyb , @Vercryger , @DumpOfTheVar and special thanks to @dotansimha who added 2 complete chapters to the tutorial and the Ionic tutorial
New Bower bundle
1.0.3 Release 1.0.3