Skip to content

Commit 2e6df44

Browse files
committed
Merge branch 'kamilkisiela-changelog'
2 parents 3d8f807 + 36774ad commit 2e6df44

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

+11-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
## Import template url
1+
<a name="1.3.11"></a>
2+
## [1.3.11](https://github.com/Urigo/angular-meteor/compare/1.3.10...v1.3.11) (2016-05-18)
3+
4+
5+
### Features
6+
7+
* **Core:** onStart callback ([802356c](https://github.com/Urigo/angular-meteor/commit/802356c))
8+
* **templates:** exports templateUrl ([d687049](https://github.com/Urigo/angular-meteor/commit/d687049)), closes [#1313](https://github.com/Urigo/angular-meteor/issues/1313)
9+
* **templates:** optional error and warning of missing template ([5657db4](https://github.com/Urigo/angular-meteor/commit/5657db4)), closes [#1274](https://github.com/Urigo/angular-meteor/issues/1274)
10+
11+
* 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](https://github.com/urigo/meteor-static-templates) package. This is not a breaking change but you can start migrating if you want.
212

3-
* In the new version of `angular-templates` (1.0.3) you can import the template url with an import statement - you can read about it [here](http://www.angular-meteor.com/api/1.3.11/templates).
413

514
<a name="1.3.10"></a>
615
## [1.3.10](https://github.com/Urigo/angular-meteor/compare/1.3.9...v1.3.10) (2016-04-11)
@@ -52,6 +61,3 @@
5261

5362
* support for new angular-templates ([5ab8fe7](https://github.com/Urigo/angular-meteor/commit/5ab8fe7))
5463
* **templates:** make compatible with modules ([fefa70c](https://github.com/Urigo/angular-meteor/commit/fefa70c))
55-
56-
57-

0 commit comments

Comments
 (0)