Skip to content

Releases: Urigo/angular-meteor

Angular Auth helpers as separate package

28 Dec 00:43
Compare
Choose a tag to compare

Many fixes from community feedback on 1.3

20 Dec 02:07
Compare
Choose a tag to compare

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

I've also updated the 1.3 blog post

Angular Meteor 1.3

09 Dec 17:33
Compare
Choose a tag to compare

Fix in caching compiler

28 Nov 17:20
Compare
Choose a tag to compare

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()

12 Nov 16:07
Compare
Choose a tag to compare

Bug fix

  • bugfix(meteor-object): Remove unnecessary return statement in object saving (fix #859), thanks @DAB0mB , ##863

Fix parallel updates

10 Nov 22:49
Compare
Choose a tag to compare

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

08 Nov 23:13
Compare
Choose a tag to compare

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

07 Nov 23:58
Compare
Choose a tag to compare

Bug fix

  • bugfix (meteor-collection): Update meteor-collection correctly when a sub array is spliced, thanks @DAB0mB , #826
  • bugfix (meteor-collection): Fix collection changes were being notified with no updates, thanks @DAB0mB , #836
  • bugfix (splice): Fix angular-meteor splice, thanks @DAB0mB , #841

Array and object fixes

02 Nov 13:40
Compare
Choose a tag to compare

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

Docs

New Bower bundle

22 Oct 13:16
Compare
Choose a tag to compare
1.0.3

Release 1.0.3