Skip to content

Kind of an LTS version

Compare
Choose a tag to compare
@Urigo Urigo released this 28 Mar 17:11
· 1228 commits to master since this release

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)