Skip to content

Commit

Permalink
chore(release): Release 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Mar 28, 2016
1 parent 82be855 commit f97cd86
Show file tree
Hide file tree
Showing 18 changed files with 2,807 additions and 2,419 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
<a name="1.3.8"></a>
## [1.3.8](https://github.com/Urigo/angular-meteor/compare/1.3.7...v1.3.8) (2016-03-28)


### Bug Fixes

* **reactive:** empty collection on cursor change ([252d2d4](https://github.com/Urigo/angular-meteor/commit/252d2d4))
* **viewmodel:** Scope and view model logics can now be used all together ([c78c507](https://github.com/Urigo/angular-meteor/commit/c78c507))
* **viewmodel:** View model and scope can both use 'getReactively' ([dc0eb88](https://github.com/Urigo/angular-meteor/commit/dc0eb88))
* commonjs support for es6 modules ([67a218f](https://github.com/Urigo/angular-meteor/commit/67a218f))
* fix missing dependencies in npm ([ccf5eec](https://github.com/Urigo/angular-meteor/commit/ccf5eec))

### Features

* meteor 1.3 compatible ([39cc970](https://github.com/Urigo/angular-meteor/commit/39cc970))
* **$angularMeteorSettings:** suppress warnings ([a787c1d](https://github.com/Urigo/angular-meteor/commit/a787c1d))

### Performance Improvements

* **reactive:** skip comparing on initial data ([21a1805](https://github.com/Urigo/angular-meteor/commit/21a1805))



<a name="1.3.7"></a>
## [1.3.7](https://github.com/Urigo/angular-meteor/compare/1.3.6...v1.3.7) (2016-02-28)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor",
"main": "./dist/angular-meteor.bundle.min.js",
"version": "1.3.7",
"version": "1.3.9",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
4,592 changes: 2,411 additions & 2,181 deletions dist/angular-meteor.bundle.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/angular-meteor.bundle.min.js

Large diffs are not rendered by default.

Loading

2 comments on commit f97cd86

@ins0m
Copy link

@ins0m ins0m commented on f97cd86 Mar 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am suddenly seeing error when running meteor such as:
Unable to resolve some modules:

"underscore" in
.meteor/packages/angular-meteor-data/.1.3.9.1d745lo++os+web.browser+web.cordova/web.browser/.npm/package/node_modules/angular-meteor/dist/angular-meteor.js
(web.browser)
"jsondiffpatch" in
.meteor/packages/angular-meteor-data/.1.3.9.1d745lo++os+web.browser+web.cordova/web.browser/.npm/package/node_modules/angular-meteor/dist/angular-meteor.js
(web.browser)
"angular" in
.meteor/packages/dotansimha_accounts-ui-angular/.0.0.4.1i02c2b++os+web.browser+web.cordova/web.browser/accounts-ui-angular.js
(web.browser)

any ideas ?

@Urigo
Copy link
Owner Author

@Urigo Urigo commented on f97cd86 Mar 29, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ins0m Please try 1.3.9_1 and let me know if that works for you

Please sign in to comment.