angular-meteor

Angular and Meteor - The perfect stack

MIT License

Downloads
94
Stars
2.4K
Committers
169

Bot releases are visible (Hide)

angular-meteor - Changes are now being triggered in a non-reactive manner Latest Release

Published by DAB0mB over 7 years ago

angular-meteor - onStart callback and importing templates

Published by Urigo over 8 years ago

1.3.11 (2016-05-18)

Features

  • Core: onStart callback (802356c)
  • templates: exports templateUrl (d687049), closes #1313
  • templates: optional error and warning of missing template (5657db4), closes #1274
  • In templates, the best practice is to move away from angular-templates package and to import the template's content with the urigo:static-templates package. This is not a breaking change but you can start migrating if you want.
angular-meteor - Bug fixes

Published by Urigo over 8 years ago

Bug Fixes

  • #1309: Scope.bindToContext() will be applied on scope if no context is specified, and a (210f16a)
  • autorun: destroy event listener once autorun has been stopped (2ae0c22)
angular-meteor - Kind of an LTS version

Published by Urigo over 8 years ago

This version is about fixing issues and removing deprecation warnings of the old API so you can feel safe to update to that version no matter what syntax you are using.

Bug Fixes

  • reactive: empty collection on cursor change (252d2d4)
  • viewmodel: Scope and view model logics can now be used all together (c78c507)
  • viewmodel: View model and scope can both use 'getReactively' (dc0eb88)
  • commonjs support for es6 modules (67a218f)
  • fix missing dependencies in npm (ccf5eec)

Features

  • meteor 1.3 compatible (39cc970)
  • $angularMeteorSettings: suppress warnings (a787c1d)

Performance Improvements

  • reactive: skip comparing on initial data (21a1805)
angular-meteor - Support both Atmosphere and Npm for Meteor 1.3 and Meteor 1.2

Published by Urigo over 8 years ago

1.3.7 (2016-02-28)

Bug Fixes

  • $angularMeteorSettings: unknown provider (bb1422c)
  • $angularMeteorSettings: unknown provider (44afc52)
  • angular-meteor-data: missing file extension (5bf38ea)
  • Apply mixins to rootScope (1a1c61b)
  • Legacy modules tests not passing (504952e)

Features

  • support for new angular-templates (5ab8fe7)
  • templates: make compatible with modules (fefa70c)
angular-meteor -

Published by Urigo over 8 years ago

angular-meteor -

Published by Urigo almost 9 years ago

angular-meteor - Updated angular-meteor-auth, fixes #1046

Published by Urigo almost 9 years ago

angular-meteor - New angular-babel dependency and updated Bower version

Published by Urigo almost 9 years ago

angular-meteor - Angular Auth helpers as separate package

Published by Urigo almost 9 years ago

angular-meteor - Many fixes from community feedback on 1.3

Published by Urigo almost 9 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

angular-meteor - Angular Meteor 1.3

Published by Urigo almost 9 years ago

angular-meteor - Fix in caching compiler

Published by Urigo almost 9 years ago

Bug fix

  • bugfix(caching-compiler): Include file path in the cache key of NgCachingHtmlCompiler (fix #888), thanks @sebakerckhof , #889
angular-meteor - Fix promise return from Object.save()

Published by Urigo almost 9 years ago

Bug fix

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

Published by Urigo almost 9 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

angular-meteor - New build process, regular HTML and JS files

Published by Urigo almost 9 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
angular-meteor - Collection and Object sync fixes

Published by Urigo almost 9 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
angular-meteor - Array and object fixes

Published by Urigo almost 9 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
angular-meteor - New Bower bundle

Published by Urigo almost 9 years ago