Angular Meteor Versions Save

Angular and Meteor - The perfect stack

1.3.2

8 years ago

1.3.1

8 years ago

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 , https://github.com/Urigo/angular-meteor/commit/7dba912688a66aebc91877b8a93da431e1e4d7a2
  • 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

1.3.0

8 years ago

1.2.3

8 years ago

Bug fix

  • bugfix(caching-compiler): Include file path in the cache key of NgCachingHtmlCompiler (fix #888), thanks @sebakerckhof , #889

1.2.2

8 years ago

Bug fix

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

1.2.1

8 years ago

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

1.2.0

8 years ago

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

1.0.7

8 years ago

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

1.0.4

8 years ago

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

1.0.3

8 years ago