Skip to content

Releases: Urigo/angular-meteor

Changes are now being triggered in a non-reactive manner

20 Apr 13:00
Compare
Choose a tag to compare

onStart callback and importing templates

26 May 14:45
Compare
Choose a tag to compare

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.

Bug fixes

11 Apr 12:33
Compare
Choose a tag to compare

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)

Kind of an LTS version

28 Mar 17:11
Compare
Choose a tag to compare

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)

Support both Atmosphere and Npm for Meteor 1.3 and Meteor 1.2

28 Feb 18:06
Compare
Choose a tag to compare

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)

many bug fixes

1.3.6-beta.1

12 Feb 23:53
Compare
Choose a tag to compare
1.3.6-beta.1 Pre-release
Pre-release
chore(release): Release 1.3.6-beta.1

1.3.5

15 Jan 17:43
Compare
Choose a tag to compare
Release 1.3.5

Updated angular-meteor-auth, fixes #1046

02 Jan 19:21
Compare
Choose a tag to compare
Release 1.3.4

With update angular-meteor-auth, fixes #1046

New angular-babel dependency and updated Bower version

02 Jan 12:40
Compare
Choose a tag to compare
Release 1.3.3

With new angular-babel dependency fixes #1015