UNPKG

65.9 kBMarkdownView Raw
1<a name="1.8.2"></a>
2## [1.8.2](https://github.com/aurelia/templating/compare/1.8.1...1.8.2) (2018-07-17)
3
4
5### Bug Fixes
6
7* **composition-engine:** align class and moduleId behaviour ([31aa677](https://github.com/aurelia/templating/commit/31aa677))
8* **CompositionEngine:** ensure bind() after finishing composition ([55a09dc](https://github.com/aurelia/templating/commit/55a09dc))
9
10
11
12<a name="1.8.0-rc.1"></a>
13# [1.8.0-rc.1](https://github.com/aurelia/templating/compare/1.7.0...1.8.0-rc.1) (2018-06-20)
14
15
16### Bug Fixes
17
18* **BehaviorPropertyObserver:** use Object.is() for comparison ([bf8ec9a](https://github.com/aurelia/templating/commit/bf8ec9a))
19* **child-observation:** unset property in unbind ([7989015](https://github.com/aurelia/templating/commit/7989015))
20* **ShadowDOM:** unbind view when remove ([b4abe6e](https://github.com/aurelia/templating/commit/b4abe6e))
21* **StaticViewStrategy:** adjust interface for doc ([65aef43](https://github.com/aurelia/templating/commit/65aef43))
22* **view-slot:** fix return type ([66a86de](https://github.com/aurelia/templating/commit/66a86de))
23
24
25### Features
26
27* **CompositionEngine:** compose accepts view model constructor ([524dee4](https://github.com/aurelia/templating/commit/524dee4))
28* **decorators:** add decorators for view / resource config ([2af6b28](https://github.com/aurelia/templating/commit/2af6b28))
29* **resource:** aurelialess aurelia ([e7da973](https://github.com/aurelia/templating/commit/e7da973))
30* **resources:** interop with custom element / attribute decorators ([e06668e](https://github.com/aurelia/templating/commit/e06668e))
31
32
33
34<a name="1.7.0"></a>
35# [1.7.0](https://github.com/aurelia/templating/compare/1.6.0...v1.7.0) (2017-12-20)
36
37
38### Bug Fixes
39
40* **view-compiler:** use attribute name ([5a2276c](https://github.com/aurelia/templating/commit/5a2276c)), closes [#575](https://github.com/aurelia/templating/issues/575)
41
42
43
44<a name="1.6.0"></a>
45# [1.6.0](https://github.com/aurelia/templating/compare/1.5.0...v1.6.0) (2017-10-16)
46
47
48### Bug Fixes
49
50* **view-engine:** define metadata for SlotCustomAttribute ([e3474bb](https://github.com/aurelia/templating/commit/e3474bb)), closes [#566](https://github.com/aurelia/templating/issues/566)
51* **view-engine:** singleton instance of auSlotBehavior ([c08db20](https://github.com/aurelia/templating/commit/c08db20))
52
53
54### Features
55
56* **html-behavior:** enable processContent via custom attributes ([7096e66](https://github.com/aurelia/templating/commit/7096e66))
57
58
59
60<a name="1.5.0"></a>
61# [1.5.0](https://github.com/aurelia/templating/compare/1.4.2...v1.5.0) (2017-10-02)
62
63
64### Bug Fixes
65
66* **primaryProperty:** infinite recursion when used with template controller ([5b5ed56](https://github.com/aurelia/templating/commit/5b5ed56))
67* **view-engine:** use .address in case of RegistryEntry ([ab1064c](https://github.com/aurelia/templating/commit/ab1064c))
68
69
70### Features
71
72* **html-behavior:** Allow inheritance of bindable properties for custom elements ([1209aa6](https://github.com/aurelia/templating/commit/1209aa6))
73
74
75### Performance Improvements
76
77* **view-engine:** simplify entry url acquisition ([f57cff9](https://github.com/aurelia/templating/commit/f57cff9))
78
79
80
81<a name="1.4.1"></a>
82## [1.4.1](https://github.com/aurelia/templating/compare/1.4.0...v1.4.1) (2017-04-05)
83
84* Documentation update.
85
86<a name="1.4.0"></a>
87# [1.4.0](https://github.com/aurelia/templating/compare/1.3.0...v1.4.0) (2017-03-25)
88
89
90### Bug Fixes
91
92* **aliases:** add missing filters and test ([5ac9981](https://github.com/aurelia/templating/commit/5ac9981))
93* **aliases:** filter aliases ([d00a7d0](https://github.com/aurelia/templating/commit/d00a7d0))
94* **aliases:** move to html-behavior ([b659b22](https://github.com/aurelia/templating/commit/b659b22))
95* **aliases:** place aliases on metadata ([24201fd](https://github.com/aurelia/templating/commit/24201fd))
96* **html-behavior:** remove extraneous filter ([4536135](https://github.com/aurelia/templating/commit/4536135))
97* **templating-engine:** enhanced views should attach ([5793d9c](https://github.com/aurelia/templating/commit/5793d9c))
98
99
100### Features
101
102* **alias:** process aliases for custom attributes ([7af0b42](https://github.com/aurelia/templating/commit/7af0b42))
103* **decorators:** customAttribute accepts aliases ([e03c929](https://github.com/aurelia/templating/commit/e03c929))
104
105
106
107<a name="1.3.0"></a>
108# [1.3.0](https://github.com/aurelia/templating/compare/1.2.0...v1.3.0) (2017-02-26)
109
110
111### Bug Fixes
112
113* **child-observation:** make property descriptor configurable ([7f07ffb](https://github.com/aurelia/templating/commit/7f07ffb)), closes [#520](https://github.com/aurelia/templating/issues/520)
114* **swap:** fix missing return result/controller statement ([e464663](https://github.com/aurelia/templating/commit/e464663))
115* **swap-strategies:** correct parameter name on with method ([bb6e09d](https://github.com/aurelia/templating/commit/bb6e09d))
116* **view-slot:** check for undefined child ([47a04a7](https://github.com/aurelia/templating/commit/47a04a7))
117* **view-slot:** eliminate double lookup ([8639ad5](https://github.com/aurelia/templating/commit/8639ad5))
118* **ViewCompiler:** use primary prop's default binding mode ([3a350e8](https://github.com/aurelia/templating/commit/3a350e8))
119
120
121### Features
122
123* **swapOrder:** add swaporder property for concurrent enter/leave transitions ([6a77043](https://github.com/aurelia/templating/commit/6a77043))
124
125
126
127<a name="1.2.0"></a>
128# [1.2.0](https://github.com/aurelia/templating/compare/1.1.4...v1.2.0) (2017-01-08)
129
130
131### Bug Fixes
132
133* Add return to hasAttribute and getAttribute ([1f8bb3a](https://github.com/aurelia/templating/commit/1f8bb3a))
134* **composition-engine:** add "host" to CompositionContext ([b9d927c](https://github.com/aurelia/templating/commit/b9d927c))
135
136
137### Features
138
139* **HtmlBehavior:** primary property/bindable ([dd5ddfa](https://github.com/aurelia/templating/commit/dd5ddfa)), closes [aurelia/templating-binding#56](https://github.com/aurelia/templating-binding/issues/56)
140
141### Performance
142
143* **view-factory:** Avoid creating anonymous function for each containerless anchor.
144
145<a name="1.1.4"></a>
146## [1.1.4](https://github.com/aurelia/templating/compare/1.1.3...v1.1.4) (2016-12-03)
147
148
149### Bug Fixes
150
151* **view-compiler:** account for undefined element instruction ([d1d1fe4](https://github.com/aurelia/templating/commit/d1d1fe4)), closes [#503](https://github.com/aurelia/templating/issues/503)
152
153
154
155<a name="1.1.3"></a>
156## [1.1.3](https://github.com/aurelia/templating/compare/1.1.2...v1.1.3) (2016-12-03)
157
158
159### Bug Fixes
160
161* **view-compiler:** proper anchoring for containerless elements inside of a template controller ([0f12514](https://github.com/aurelia/templating/commit/0f12514))
162
163
164### Performance Improvements
165
166* **view-compiler:** remove unnecessary assignment ([ddde119](https://github.com/aurelia/templating/commit/ddde119))
167
168
169
170<a name="1.1.1"></a>
171## [1.1.1](https://github.com/aurelia/templating/compare/1.1.0...v1.1.1) (2016-09-29)
172
173
174### Bug Fixes
175
176* **BehaviorPropertyObserver:** publish immediately when TaskQueue already flushing ([06be105](https://github.com/aurelia/templating/commit/06be105)), closes [aurelia/binding#496](https://github.com/aurelia/binding/issues/496) [aurelia/binding#479](https://github.com/aurelia/binding/issues/479) [#363](https://github.com/aurelia/templating/issues/363)
177
178
179
180<a name="1.1.0"></a>
181# [1.1.0](https://github.com/aurelia/templating/compare/1.0.1...v1.1.0) (2016-09-07)
182
183
184### Features
185
186* **controller:** expose container ([8af0372](https://github.com/aurelia/templating/commit/8af0372))
187
188
189
190<a name="1.0.1"></a>
191## [1.0.1](https://github.com/aurelia/templating/compare/1.0.0...v1.0.1) (2016-08-26)
192
193
194
195<a name="1.0.0"></a>
196# [1.0.0](https://github.com/aurelia/templating/compare/1.0.0-rc.1.0.3...v1.0.0) (2016-07-27)
197
198
199### Features
200
201* **interfaces.js:** add Component lifecycle interfaces ([3da0b9f](https://github.com/aurelia/templating/commit/3da0b9f))
202
203
204
205<a name="1.0.0-rc.1.0.3"></a>
206# [1.0.0-rc.1.0.3](https://github.com/aurelia/templating/compare/1.0.0-rc.1.0.2...v1.0.0-rc.1.0.3) (2016-07-25)
207
208
209### Bug Fixes
210
211* **html-behavior:** pass target to the underlying viewStrategy ([4764f4a](https://github.com/aurelia/templating/commit/4764f4a))
212
213
214### Features
215
216* **NoViewStrategy:** allow NoViewStrategy to have dependencies ([3be08fc](https://github.com/aurelia/templating/commit/3be08fc))
217* **view-engine:** add a decorator for declaring requires on the ViewModel ([17472d4](https://github.com/aurelia/templating/commit/17472d4))
218
219
220
221<a name="1.0.0-rc.1.0.2"></a>
222# [1.0.0-rc.1.0.2](https://github.com/aurelia/templating/compare/1.0.0-rc.1.0.1...v1.0.0-rc.1.0.2) (2016-07-24)
223
224
225### Bug Fixes
226
227* **view-locator:** check 'origin.moduleId' instead of 'origin' ([9a4f587](https://github.com/aurelia/templating/commit/9a4f587))
228
229
230
231<a name="1.0.0-rc.1.0.1"></a>
232# [1.0.0-rc.1.0.1](https://github.com/aurelia/templating/compare/1.0.0-rc.1.0.0...v1.0.0-rc.1.0.1) (2016-07-12)
233
234
235### Bug Fixes
236
237* **double-uid:** ([#412](https://github.com/aurelia/templating/issues/412)) ([37d282d](https://github.com/aurelia/templating/commit/37d282d))
238* **module-analyzer:** address circular refs in non-globals ([78cd3d3](https://github.com/aurelia/templating/commit/78cd3d3)), closes [#350](https://github.com/aurelia/templating/issues/350)
239* **view-factory:** handle instructions directly on enhanced element ([b6630a9](https://github.com/aurelia/templating/commit/b6630a9)), closes [#318](https://github.com/aurelia/templating/issues/318)
240
241
242### Features
243
244* **decorators:** log exception in process attributes and process content ([a15773f](https://github.com/aurelia/templating/commit/a15773f)), closes [#330](https://github.com/aurelia/templating/issues/330)
245* **view:** add more typing info ([1221383](https://github.com/aurelia/templating/commit/1221383)), closes [#370](https://github.com/aurelia/templating/issues/370)
246
247
248
249<a name="1.0.0-rc.1.0.0"></a>
250# [1.0.0-rc.1.0.0](https://github.com/aurelia/templating/compare/1.0.0-beta.3.0.6...v1.0.0-rc.1.0.0) (2016-06-22)
251
252
253
254<a name="1.0.0-beta.3.0.6"></a>
255# [1.0.0-beta.3.0.6](https://github.com/aurelia/templating/compare/1.0.0-beta.3.0.5...v1.0.0-beta.3.0.6) (2016-06-19)
256
257
258### Bug Fixes
259
260* **shadow-dom:** handle elements with no content ([aecc83a](https://github.com/aurelia/templating/commit/aecc83a)), closes [#388](https://github.com/aurelia/templating/issues/388)
261
262
263
264### 1.0.0-beta.2.0.1 (2016-05-31)
265
266
267#### Features
268
269* **view-resources:** enable arbitrary named value resolution ([4f85ecf9](http://github.com/aurelia/templating/commit/4f85ecf97a3176e6f3d61a554e5351562771af38))
270
271
272### 1.0.0-beta.2.0.0 (2016-05-23)
273
274* Shadow DOM v1 Slots Implementation
275* TemplatingEngine test methods removes. They are replaced by the new templating library.
276
277### 1.0.0-beta.1.2.7 (2016-05-12)
278
279
280### 1.0.0-beta.1.2.6 (2016-05-10)
281
282
283### 1.0.0-beta.1.2.5 (2016-05-05)
284
285
286#### Features
287
288* **view-compiler:** add element to processAttributes ([d753e672](http://github.com/aurelia/templating/commit/d753e672b2a0ca6069e9fdfcd1a71458ee9c30e0))
289
290
291### 1.0.0-beta.1.2.4 (2016-05-03)
292
293
294### 1.0.0-beta.1.2.3 (2016-04-29)
295
296
297#### Bug Fixes
298
299* **templating-engine:** allow for overrideContext in enhance ([49c99edf](http://github.com/aurelia/templating/commit/49c99edf254d3102feae8e1cac6f9edb292b109c))
300
301
302#### Features
303
304* **ViewSlot:**
305 * allow removal of many views at once to avoid a race condition ([4b1005b9](http://github.com/aurelia/templating/commit/4b1005b91213a26ff726f9ae29aea7ac09353330))
306 * moving Views across the slot ([02e59ef1](http://github.com/aurelia/templating/commit/02e59ef14051a2a03f9d5d2dbd8a0b6e9cb45c17))
307* **view:** reference creator container ([9431f536](http://github.com/aurelia/templating/commit/9431f536e6d57ce8ef654eea872c8d795ea02fd5))
308
309
310### 1.0.0-beta.1.2.2 (2016-04-13)
311
312
313#### Bug Fixes
314
315* **module-analyzer:** ensure correct cache lookup ([eefd4c69](http://github.com/aurelia/templating/commit/eefd4c69a27d058e607b94e1d1b99582411d021b))
316* **view-resources:** ensure correct cache lookup ([53b51902](http://github.com/aurelia/templating/commit/53b519021e0890f2ec045597ee7ef04f49bf283a))
317
318
319### 1.0.0-beta.1.2.1 (2016-03-29)
320
321
322#### Bug Fixes
323
324* **BindableProperty:** enable specifying oneTime default binding mode ([a557aade](http://github.com/aurelia/templating/commit/a557aade002133144fa2e2106066d26af2037d78), closes [#298](http://github.com/aurelia/templating/issues/298))
325* **View:** preserve bindingContext while unbinding ([ae6feed0](http://github.com/aurelia/templating/commit/ae6feed008ee19dfb0ad9204c562a845c11213ef))
326* **view:** incorrect input to dynamic binding ([2069af08](http://github.com/aurelia/templating/commit/2069af0880057858b7758f67faf4f2f9ccdbc96f))
327
328
329### 1.0.0-beta.1.2.0 (2016-03-22)
330
331
332#### Bug Fixes
333
334* **bindable-property:** fix typo in comment ([dfde78aa](http://github.com/aurelia/templating/commit/dfde78aa1f261f3664bb0a722e099d5f2f64065f), closes [#291](http://github.com/aurelia/templating/issues/291))
335
336
337#### Features
338
339* **ViewSlot:** save override context during binding for later eval ([657ff3dc](http://github.com/aurelia/templating/commit/657ff3dc94415bc1c2330b389de208880fdcc5f5))
340* **view:** add new view pipeline hooks beforeBind and beforeUnbind ([e39e052b](http://github.com/aurelia/templating/commit/e39e052b93c7aa5f17bf47c3fa02703eb8c8c3f3))
341
342
343### 1.0.0-beta.1.1.4 (2016-03-04)
344
345
346#### Bug Fixes
347
348* **composition-engine:** complete composition work on null ([02b8f3d9](http://github.com/aurelia/templating/commit/02b8f3d9bb9446290cfc15d0d0148cfa07bb29c5))
349
350
351### 1.0.0-beta.1.1.3 (2016-03-04)
352
353
354#### Bug Fixes
355
356* **element-config:** fix parameter name typo ([000f0de3](http://github.com/aurelia/templating/commit/000f0de38e6abb70244f94a2c189db485ce7bf1b))
357
358
359### 1.0.0-beta.1.1.2 (2016-03-01)
360
361
362#### Bug Fixes
363
364* **all:** remove core-js ([0e264f85](http://github.com/aurelia/templating/commit/0e264f853f28fdbf4f497e9b14c93d1a120d41f9))
365* **bower:** remove core-js ([942c4b66](http://github.com/aurelia/templating/commit/942c4b66f4c3d62aed0977ebfd4eca18cf64ddb9))
366* **composition-transaction:** simplify ([82f52aaa](http://github.com/aurelia/templating/commit/82f52aaad7ea91d2688d9a257525abf0b4df393b))
367* **decorators:** hyphenate behavior names with warning ([473ca6af](http://github.com/aurelia/templating/commit/473ca6afd2fd5d830acadd873710d62f8799ca34), closes [#279](http://github.com/aurelia/templating/issues/279))
368
369
370#### Features
371
372* **composition:**
373 * enable composition transaction use ([b8e51df0](http://github.com/aurelia/templating/commit/b8e51df0c2d94254172eca53b66031a37664bc91))
374 * introduce composition transaction ([2f2e156f](http://github.com/aurelia/templating/commit/2f2e156fbe1983f9d600345a5afd3a5054e5ba21))
375
376
377### 1.0.0-beta.1.1.1 (2016-02-08)
378
379
380#### Features
381
382* **html-behavior:** add processAttributes for custom elements ([f6c7d71f](http://github.com/aurelia/templating/commit/f6c7d71fcdf42248fb5c7ef78424b20b687d0fda))
383* **view-compiler:** implement as-element ([3ec30ee5](http://github.com/aurelia/templating/commit/3ec30ee59eeef789cc0ad0c4022ad52fc59b2039), closes [#305](http://github.com/aurelia/templating/issues/305))
384* **view-factory:** enable injection and auto-unbind of ElementEvents ([842014fd](http://github.com/aurelia/templating/commit/842014fd6ede2ec88906158d8afff8b4ab84487c))
385
386
387### 1.0.0-beta.1.1.0 (2016-01-29)
388
389
390#### Bug Fixes
391
392* **Controller:** handle scope inheritance in template part with repeat Related to #244 ([9a488c44](http://github.com/aurelia/templating/commit/9a488c44e86872c91b2f86953519c8ef7308a262))
393* **controller:** stop element from inheriting scope ([a3ced53d](http://github.com/aurelia/templating/commit/a3ced53d67749244a6ea61d5193b04330e392bfc))
394
395
396#### Features
397
398* **all:** update jspm meta; core-js; aurelia-deps ([bdff3232](http://github.com/aurelia/templating/commit/bdff323282ebd7228063cb08a961a3258215fcea))
399
400
401### 1.0.0-beta.1.0.3 (2016-01-08)
402
403
404#### Bug Fixes
405
406* **composition:** properly handle the created callback during dynamic composition ([9b61a681](http://github.com/aurelia/templating/commit/9b61a681fe6dd7c240a0db13dd13885d430c79a1))
407
408
409### 1.0.0-beta.1.0.2 (2015-12-16)
410
411
412#### Bug Fixes
413
414* **content-selector:** incorrection projection in nested scenarios ([2e248676](http://github.com/aurelia/templating/commit/2e248676635b6f7c698894e06056f1bd0e11603e), closes [#231](http://github.com/aurelia/templating/issues/231))
415
416
417## 1.0.0-beta.1.0.1 (2015-12-03)
418
419
420#### Bug Fixes
421
422* **composition:** bindable bug on composed instances ([fea62558](http://github.com/aurelia/templating/commit/fea62558a63adf3da9f3df7d6944b8efd84e7016))
423* **view-compiler:** pass options info to binding lang ([435d1a15](http://github.com/aurelia/templating/commit/435d1a155942f2cf49a9fcfd4e11ea78d57b31ca), closes [#73](http://github.com/aurelia/templating/issues/73))
424
425
426### 1.0.0-beta.1 (2015-11-16)
427
428
429### 0.17.5 (2015-11-15)
430
431
432#### Features
433
434* **controller:** pass not only the owningView to the view-model, but the component's view as well ([5ee79b74](http://github.com/aurelia/templating/commit/5ee79b74a3c7c30ebd95ad34a596f7fed5a0d807))
435
436
437### 0.17.4 (2015-11-12)
438
439
440#### Bug Fixes
441
442* **child-observation:** undefined selector and change handler ([b3db0fdd](http://github.com/aurelia/templating/commit/b3db0fddd0c2bd591919df1c830b1e293e3f8f22), closes [#207](http://github.com/aurelia/templating/issues/207))
443
444
445### 0.17.3 (2015-11-11)
446
447
448#### Bug Fixes
449
450* **CompositionEngine:** flow overrideContext ([ac02cb7d](http://github.com/aurelia/templating/commit/ac02cb7d5fa1de57bdfe5b0eb480543673a22afb))
451
452
453### 0.17.2 (2015-11-11)
454
455
456#### Bug Fixes
457
458* **child-observation:** make decorators more TS friendly ([7cf89017](http://github.com/aurelia/templating/commit/7cf89017d895c6b025e1e4141bc1903dd2f26fe8))
459* **controller:** expose some key properties for TS ([20be68fa](http://github.com/aurelia/templating/commit/20be68fa2f818ebcf46df9b356f425c6e9727c2a))
460* **decorators:** make TS happier ([d02ac893](http://github.com/aurelia/templating/commit/d02ac893c3e45dcf08d4098ca86f13115ee45c5a))
461* **view-resources:** make more api public ([97dc31cd](http://github.com/aurelia/templating/commit/97dc31cd46201e9cc4a7e47b359b2ae96ea1fa02))
462
463
464### 0.17.1 (2015-11-10)
465
466
467#### Bug Fixes
468
469* **view-locator:** bad reference to viewStrategy ([cb72feda](http://github.com/aurelia/templating/commit/cb72fedab260cfded37a35bf15bcc18a33d0d1a4))
470
471
472## 0.17.0 (2015-11-10)
473
474
475#### Bug Fixes
476
477* **CompositionEngine:** use context.viewModel ([07b6cc92](http://github.com/aurelia/templating/commit/07b6cc92823a62c820a9b26fd1d0a50136f98f0e))
478* **all:**
479 * privitize the hyphenate utility ([ed8968de](http://github.com/aurelia/templating/commit/ed8968ded292fb7e8f121f56a69658da4eb37a01))
480 * better parameter order for resource load ([dc7ce4f0](http://github.com/aurelia/templating/commit/dc7ce4f08905c51d3ac5739fd9813093f5584776))
481 * linting, locking down apis, adding types and documenting ([4e163164](http://github.com/aurelia/templating/commit/4e16316449bf71d96de3987f21037568b7651bb8))
482 * improve internal representations and fix bugs in static/dynamic views ([7f970da1](http://github.com/aurelia/templating/commit/7f970da107a3e59a1052fde50a4c5b3a11d85931))
483 * conflicts in user controlled views and automated controllers ([49576015](http://github.com/aurelia/templating/commit/49576015b734dd6bf3b1208c64bae0fb6c1ca24f))
484 * more consistent internal state for controller, view and view-slot ([281edf4b](http://github.com/aurelia/templating/commit/281edf4bfa714b23e018a63f7ba40a3af342c596))
485 * update to latest template registry entry api ([fa5ad967](http://github.com/aurelia/templating/commit/fa5ad9675b7303f98b5c3b52adacaa6efed65195))
486* **bind:** overrideContext fixes ([936bf482](http://github.com/aurelia/templating/commit/936bf48207abf3a9abb0f91f86989ef3877c28a3))
487* **build:** add view locator to build ([404c984f](http://github.com/aurelia/templating/commit/404c984f450047d3ec0597ef71f4aaa74c618a90))
488* **child-observation:**
489 * bug in decorator and undefined value ([be2044bd](http://github.com/aurelia/templating/commit/be2044bd8c203d6f0e788a4a920c935b704c4ce4))
490 * null reference when adding second child observer ([b5fb1691](http://github.com/aurelia/templating/commit/b5fb1691fa26191f19db7414d6096c3d3cf9d045))
491* **controller:**
492 * make static vs. dynamic element binding order consistent ([bd41b22d](http://github.com/aurelia/templating/commit/bd41b22d7e0ed0cefb3837d2383892a01ea89632))
493 * correct view override context binding ([6a962e4a](http://github.com/aurelia/templating/commit/6a962e4a486499c927f053f821cdf626571117cc))
494* **decorators:** work with new decorators api ([003b92c9](http://github.com/aurelia/templating/commit/003b92c980e93a253963be64e49347ba9246b0a5))
495* **html-behavior:** child bindings always operate on the light dom element ([2f2a13e7](http://github.com/aurelia/templating/commit/2f2a13e73b535f074612add53608ddc18b6b81a1))
496* **templating-engine:**
497 * rename createModelForUnitTest to createViewModelForUnitTest ([070137e3](http://github.com/aurelia/templating/commit/070137e312a9df0f0df2f7ca61ba91b2f1c06c71))
498 * make object into a class ([65ef597c](http://github.com/aurelia/templating/commit/65ef597c23b505d2bf22af1ff3dc98dfaf8b3b4c))
499* **view-factory:** update to latest container api ([a34e7be7](http://github.com/aurelia/templating/commit/a34e7be728f434b297502e7b2b7e450c034c3d32))
500* **view-slot:** remove unused swap and move ([64160e35](http://github.com/aurelia/templating/commit/64160e357cc94f557cd9428874a4bc2a723373ea))
501
502
503#### Features
504
505* **all:**
506 * finish api lockdown and code docs ([078bac07](http://github.com/aurelia/templating/commit/078bac074b485e5e33c217039ed7e79f683aa67c))
507 * more docs and api cleanup ([78018c83](http://github.com/aurelia/templating/commit/78018c83e3f48a22d86dc6838afaf4d461f3d13c))
508 * more docs and api refinement ([f884cca3](http://github.com/aurelia/templating/commit/f884cca3944e0b127c2d8578dc348ba3211d244e))
509 * introduce ViewLocator; multiple breaking changes for view strategies ([3f08759a](http://github.com/aurelia/templating/commit/3f08759a11cb1a945536461c78931e51037f0b3d))
510 * update to new scope with override context ([dbec9d3c](http://github.com/aurelia/templating/commit/dbec9d3c80f96fd873639b627d8929c227f9d9d2))
511 * decouple create vs. bind operations entirely ([86902240](http://github.com/aurelia/templating/commit/86902240b942c1be52869435f012d0ddb6f10895))
512 * work on templating engine facade ([dce2aa2d](http://github.com/aurelia/templating/commit/dce2aa2dd3eae9344c919ae1cb6779a2eaaa3b70))
513* **binding-behaviors:** add binding behavior resource ([92f4d79b](http://github.com/aurelia/templating/commit/92f4d79bf461a75f9ef7c7655eab150f57b558f6))
514* **children:** change sync to children decorator and add child ([a561546d](http://github.com/aurelia/templating/commit/a561546d9c88bbf0ab42f16d4f5cdcd3a5ebf9f8))
515* **view:** ensure that refs, child and children are available in the bind callback ([09a9a335](http://github.com/aurelia/templating/commit/09a9a335af91ddeb7f220f6d014290c0da425b8e))
516
517
518## 0.16.0 (2015-10-13)
519
520
521#### Bug Fixes
522
523* **BindableProperty:**
524 * use strict equality operators ([5128617a](http://github.com/aurelia/templating/commit/5128617ad02a5330250624669e67e0a4ac164f32), closes [#100](http://github.com/aurelia/templating/issues/100))
525 * added missing declaration ([0f0d0567](http://github.com/aurelia/templating/commit/0f0d0567c492aa997516ffc0e975b9fb8ac83449))
526* **ChildObserverBinder:** remove dup target assign ([cb2f343a](http://github.com/aurelia/templating/commit/cb2f343a5aaacd08d959be7b7eafca2f6f89113a))
527* **CompositionEngine:** fix UseViewStrategy import ([5d2cd5c4](http://github.com/aurelia/templating/commit/5d2cd5c41670a8da62b9a9185edf1117e6d43b6e))
528* **Decorators:** add missing parameter target ([7ccd5cee](http://github.com/aurelia/templating/commit/7ccd5cee89c5bce345618fecefbe8e42252acd16))
529* **ElementConfigResource:** return promise in load ([89b52cb1](http://github.com/aurelia/templating/commit/89b52cb166e9ac0952de6e7aec87c9cfc9751828))
530* **HtmlBehaviorResource:** missing declaration in compile method ([6f43d688](http://github.com/aurelia/templating/commit/6f43d688b63a67cd8ce4cacbf100e2187a69a6e4))
531* **View:** plug memory leak ([f4c0e9bf](http://github.com/aurelia/templating/commit/f4c0e9bfdad1bdb6a2beffb8e21dd85930cd4213))
532* **ViewCompiler:**
533 * clear class attributes containing interpolation expressions ([92aa047b](http://github.com/aurelia/templating/commit/92aa047bdbc39ee0c0a5181887df4368343f79df), closes [#99](http://github.com/aurelia/templating/issues/99))
534 * handle undefined instruction attributes ([0f6761b8](http://github.com/aurelia/templating/commit/0f6761b89aba2ab48a98738a44b656b53699e80d))
535 * handle adjacent text nodes ([a6db7f30](http://github.com/aurelia/templating/commit/a6db7f30532cdd8ca1401c041c7052ff52ec8644))
536* **all:**
537 * update to new metadata/decorators casing change for consistency ([a57aa890](http://github.com/aurelia/templating/commit/a57aa89005242e6463cfeba759c41223158384ba))
538 * rename executionContext to bindingContext ([9f5437bf](http://github.com/aurelia/templating/commit/9f5437bf641026b9a6dfb6d918be272198861962))
539 * correct some types ([4ed12313](http://github.com/aurelia/templating/commit/4ed123138550c315862d1bdde01a5c691e88853e))
540 * cleanup and improving api ([9cb96ff8](http://github.com/aurelia/templating/commit/9cb96ff825519f38b9998d5936431c2b61038856))
541 * code cleanup and api stabilization work ([c0220a8d](http://github.com/aurelia/templating/commit/c0220a8da78edee893800958df020da3888a2ed3))
542 * improve several d.ts definitions with better type info ([51cad257](http://github.com/aurelia/templating/commit/51cad25703786f4edfaa5e08db2ef2c8bf5fc126), closes [#132](http://github.com/aurelia/templating/issues/132))
543 * use new metadata api ([b5ff3fe0](http://github.com/aurelia/templating/commit/b5ff3fe0a41b723f5d94ad70614f3d42e6e4c3ac))
544 * update compiler and improve core-js integration ([b43caf77](http://github.com/aurelia/templating/commit/b43caf77237a53d064183f317c632cd8d88d3c32))
545 * bugs related to new behavior and decorator implementation ([65b7abde](http://github.com/aurelia/templating/commit/65b7abde78f4bb839eec9a8afbb06e2e0329c02a))
546 * improve metadata dsl ([0ce71d74](http://github.com/aurelia/templating/commit/0ce71d74bb5cc6692d0b878a24301ccaa79d9e9d))
547 * update to work with new metadata api ([8cc938a7](http://github.com/aurelia/templating/commit/8cc938a726ef3cb8bbe64f5ced71c1e53022f766))
548 * rename Filter to ValueConverter ([f0963214](http://github.com/aurelia/templating/commit/f0963214a34478dbf5de3e67376bdd29de90817a))
549* **anim:**
550 * local variable instead dereferencing ([2c033daf](http://github.com/aurelia/templating/commit/2c033daf4efd0f69af6572af64543763f08c8a24))
551 * Only call animations if anim-class set ([8bf15dce](http://github.com/aurelia/templating/commit/8bf15dce0ed83834c4fecf8d61ff53fefe60b077))
552 * Opt-In Animator ([02d83dd7](http://github.com/aurelia/templating/commit/02d83dd78126d45e2966aecf6a8bb8dcfc245314))
553 * element enter fix ([172428e3](http://github.com/aurelia/templating/commit/172428e3f942f7e9c61e7afb9efb9729fbeef460))
554* **animator:**
555 * should be able to add/remove css classes ([7d220859](http://github.com/aurelia/templating/commit/7d220859e1e169e35a8bc4984dc493018667670c))
556 * remove unused code from interface ([986267f6](http://github.com/aurelia/templating/commit/986267f6e73211618a3c3f659955ba55489f5b3a))
557* **behavior:**
558 * not all attached/detached were cascaded ([31702e14](http://github.com/aurelia/templating/commit/31702e14f9da0bd844ef60d0dd375c7a375f3d7f), closes [#35](http://github.com/aurelia/templating/issues/35))
559 * removed behavior base class ([2121d137](http://github.com/aurelia/templating/commit/2121d13752ffa6936a89f6b01fe00945d126310a))
560* **behavior-instance:**
561 * update to semi private api usage based on change in binding ([fffba93f](http://github.com/aurelia/templating/commit/fffba93f8ebb48d3bed8589347467b8fe7885a43))
562 * classic loop, function var bug ([359749a4](http://github.com/aurelia/templating/commit/359749a43b8cdfc669f4f7c7a9796db3a31d67cd))
563* **bindable:**
564 * bindable cannot be undefined ([d3e990be](http://github.com/aurelia/templating/commit/d3e990be5b52cc44c58c6ee4a32ba458d7e00ecc))
565 * errors related to property definition ([9d26ad1d](http://github.com/aurelia/templating/commit/9d26ad1d601d54cfa61d3575ec0d15d8b6b26bf0))
566 * problem with options object when place on a prop initializer ([8d23f132](http://github.com/aurelia/templating/commit/8d23f1329c7f689a36ebded56a37164255999212))
567* **bindable-property:**
568 * publish custom getObserver on getter ([78238520](http://github.com/aurelia/templating/commit/7823852003408dcc0c86d1e0555336a21f53533b))
569 * use in operator to check for prop definition ([13bac7b9](http://github.com/aurelia/templating/commit/13bac7b9f6288549e3b187d6a6e5b0251fa24a72))
570 * set default if not undefined ([98e479ad](http://github.com/aurelia/templating/commit/98e479ad621197db2335340cc7bea052e658bf76))
571 * ensure changeHandler is always defined, but null by default ([6de4f87e](http://github.com/aurelia/templating/commit/6de4f87e5115819eaa1dc5ff2fab1febfd07ff8a))
572 * regression in dynamic options for custom attributes ([7debc4b0](http://github.com/aurelia/templating/commit/7debc4b0312409b978b772791cce426a10dce5c3))
573 * incorrect property names in ctor ([6c55c587](http://github.com/aurelia/templating/commit/6c55c5871f31501725df91a74b34384729901464))
574 * remove invalid reference ([b5d2faee](http://github.com/aurelia/templating/commit/b5d2faeebde136662cdcf17be9d342bda1f41c58))
575* **build:**
576 * ViewEngine depends on ModuleAnalyzer ([8cdfd0e5](http://github.com/aurelia/templating/commit/8cdfd0e5e9144b608abeb654626619771e4e2157))
577 * update linting, testing and tools ([6ab627dc](http://github.com/aurelia/templating/commit/6ab627dc6a36505b2e6f299fd488218e3b6ca0f1))
578 * missed adding new file ([121ca640](http://github.com/aurelia/templating/commit/121ca6406b3444d1d4bc33c90a70009cfe5e66ee))
579 * add missing bower bump ([4484ea7f](http://github.com/aurelia/templating/commit/4484ea7f302d0faca3a0f48b218b9a0b8a00bd46))
580* **children:**
581 * delay change handler check for child sync ([e56f0350](http://github.com/aurelia/templating/commit/e56f03503fd2a1b3a3e59e93e63112bfb6f3df29))
582 * child sync can now decorate a property ([745c7c00](http://github.com/aurelia/templating/commit/745c7c00f46add7a4cd0a40d937b315e752b6d15))
583* **composition-engine:**
584 * missed required compilation instruction in view only branch ([c3784f0a](http://github.com/aurelia/templating/commit/c3784f0acb0d49688f031993013545f349426ba0))
585 * ensure analysis of existing vm instances ([a6803f62](http://github.com/aurelia/templating/commit/a6803f620f8ed0fedac4dcb09a71001be48bc97e))
586 * fix syntax error ([f87668da](http://github.com/aurelia/templating/commit/f87668da917b9fe2ddc0dfa944c29ae9fdd66a4a))
587 * ensure that bind callbacks execute ([74048922](http://github.com/aurelia/templating/commit/7404892281600785fe71bd6c438374301fbd3f81))
588 * more consistent api ([ab419d1a](http://github.com/aurelia/templating/commit/ab419d1a32f0329be5c50f5049d40e66b6db3ad1))
589 * do not require view resources ([82bbbdad](http://github.com/aurelia/templating/commit/82bbbdad07fc8a1470cf4331129571380cc99dd2))
590* **content-selector:** remove undefined variable ([6450a816](http://github.com/aurelia/templating/commit/6450a8165d9b3d76209098095440054030076839), closes [#48](http://github.com/aurelia/templating/issues/48))
591* **decorators:**
592 * remove deprecated skipContentProcessing decorator ([aa8879bf](http://github.com/aurelia/templating/commit/aa8879bfb1734b1b6c1eab9a733734b74bbd9ffc))
593 * property defaultBindingMode in customAttribute decorator is optional ([11556537](http://github.com/aurelia/templating/commit/11556537f94b2ef7aa3636738040255ead901dad))
594 * throw on invalid behavior resource names ([b9c4a527](http://github.com/aurelia/templating/commit/b9c4a5279f8d6315859b1717786fadd9010fe858))
595 * typo in bindable caused incorrect metadata define ([9f683df7](http://github.com/aurelia/templating/commit/9f683df715cf261a2c7e4056228e3319fa0121ec))
596 * resolve issue with initializer targeted bindable decorator ([41819464](http://github.com/aurelia/templating/commit/41819464cadfb682dca913de8a23676da2013a7c))
597 * more robust implementations to handle user variance ([c5fb9ef9](http://github.com/aurelia/templating/commit/c5fb9ef9ab4158381e631b7e84e65b4dba355ccf))
598 * parameterless decorators should not return a function ([b3cb56e1](http://github.com/aurelia/templating/commit/b3cb56e1bb74cbd95dc0868a50f57cab1a456fe1))
599* **dom:**
600 * return firstElementChild from parsed template markup ([ea230c84](http://github.com/aurelia/templating/commit/ea230c84f80ac629db6d0add4c1429d5b6fe2f9e))
601 * string parsing of views now requires a template tag ([45113364](http://github.com/aurelia/templating/commit/45113364cbe00f91790a64be3a2d0c07144c549c))
602* **html-behavior:**
603 * remove double compile of template parts ([49a5ad79](http://github.com/aurelia/templating/commit/49a5ad79072791352b2c1db58e4f009fa861a456))
604 * do not override DOMBoundary for containerless elements ([d3c2ba4e](http://github.com/aurelia/templating/commit/d3c2ba4eeebd8a08dca6cb15d6ee377af4698e52))
605 * enable recursive elements when loaded by router first ([e82f44ce](http://github.com/aurelia/templating/commit/e82f44ce8e351ad86f42af342609b67eb9ac50ee))
606 * add htmlName to element with behavior instance reference ([6e224d78](http://github.com/aurelia/templating/commit/6e224d785306c818143c6aab4589717862c154f8))
607 * custom attrs with one property that is not value should be options ([8486dc45](http://github.com/aurelia/templating/commit/8486dc45a0196ffffbf2c2b9663cab538cfaf22b))
608 * add missing parameter to compile method ([c51fe1ee](http://github.com/aurelia/templating/commit/c51fe1eeab67b2a733cca7f1d110269ecabae4bc))
609 * incorrect bindable property args ([df58e653](http://github.com/aurelia/templating/commit/df58e65318620b3499ead5525a5fc4468933e121))
610 * bad dynamic options ref ([d0b122f7](http://github.com/aurelia/templating/commit/d0b122f7c9293c442e0891e918646efd0212361f))
611 * incorrect property reference ([5d66373d](http://github.com/aurelia/templating/commit/5d66373d764d203b448d9d60b96f11e12f7b6562))
612 * remove invalid reference ([3b02673c](http://github.com/aurelia/templating/commit/3b02673c009af030bc7c4cc7e6abb595b835a1b1))
613* **html-bheavior:** incorrect identification of options attributes ([ebef7461](http://github.com/aurelia/templating/commit/ebef746164c90feb1d9861f1a599eb4fb0925a25))
614* **module-analyzer:** correct some promise types in the d.ts ([d025abf0](http://github.com/aurelia/templating/commit/d025abf0ea17792a7e56bf5d54120fed3790f837))
615* **naming:** fixes naming issues ([2b5c1adb](http://github.com/aurelia/templating/commit/2b5c1adb1b2531866e2b4f7db4fd106defa63dd5))
616* **package:**
617 * change jspm directories ([9ef08cfd](http://github.com/aurelia/templating/commit/9ef08cfd9596600b161ed7c686f53b15cfdaa5de))
618 * update dependencies ([4a3489f9](http://github.com/aurelia/templating/commit/4a3489f983b75f194f38b0142fd4fe2ee3680184))
619 * update deps and fix bower semver ranges ([5ead6b7f](http://github.com/aurelia/templating/commit/5ead6b7fb19fd4782735526ef8fa188b5917a8b4))
620 * update dependencies ([b9a0f1e9](http://github.com/aurelia/templating/commit/b9a0f1e9bd6dda4d62ec6008e93c71a9884deb80))
621 * update Aurelia dependencies ([c78936bf](http://github.com/aurelia/templating/commit/c78936bf39d5a81d084c1252c6b72913dd8fd4e4))
622 * update path to the latest version ([a173b15c](http://github.com/aurelia/templating/commit/a173b15cf1d50677dfafb3143bc19d0e6b6720b8))
623 * updated dependencies to latest versions ([cdcfd6dd](http://github.com/aurelia/templating/commit/cdcfd6dd425f76e17689e645a5aad2f323a4fd40))
624 * update dependencies to latest ([c5ba425c](http://github.com/aurelia/templating/commit/c5ba425c1faa51955609067023a486b69c11a528))
625 * update dependencies to latest versions ([6d3a3b96](http://github.com/aurelia/templating/commit/6d3a3b966f7dbf94a88de5cf440cad5894962f3a))
626 * add missing polyfills ([bd751f7c](http://github.com/aurelia/templating/commit/bd751f7c2a40e7025ac35dfd563024f608c35474))
627* **property:**
628 * correct if/else branch for dynamic notifications ([9f79cbb0](http://github.com/aurelia/templating/commit/9f79cbb0c1594cff372d774dae5b5ebb470d72be))
629 * prevent errors with property meta on composed view models ([0c9ef978](http://github.com/aurelia/templating/commit/0c9ef97870d4174346c55bcf04b7726a286749b6))
630 * ensure default binding mode is set ([e507251e](http://github.com/aurelia/templating/commit/e507251e19f1c5bf55d11c40fcdb7237d2b63d2e))
631* **resource coordinator:** fix error when returning function from amd module ([21d6cb0d](http://github.com/aurelia/templating/commit/21d6cb0d605a66212b1d9d1d0f2cc9890351017a))
632* **resource-coordinator:**
633 * regression in local auto-imports ([8ec09095](http://github.com/aurelia/templating/commit/8ec090957ef33afbf0388427b378b203937a99eb))
634 * do not cache dynamic view models ([a29f2bc2](http://github.com/aurelia/templating/commit/a29f2bc2a8a8c3fc40265b310646587ee0601d55))
635 * incorrectly setting analyzed module ids ([7fa47357](http://github.com/aurelia/templating/commit/7fa47357408aedca21eb882a89c3bf8e43560e7b))
636* **resource-coorindator:** return full info for view model load ([78d1b875](http://github.com/aurelia/templating/commit/78d1b875db07fd20050e7582ccb09abd8637ee15))
637* **resource-registry:** symbol was not correctly exported ([bb395edf](http://github.com/aurelia/templating/commit/bb395edf701d58dc814859975f219739174c4a39))
638* **resources:** enable early name analysis of resources ([331fcfd1](http://github.com/aurelia/templating/commit/331fcfd1341acab1c0cc65a103c3951cd047ca6b))
639* **templating:**
640 * Use correct import for core-js We were previously using `import core from core-j ([29e4a62b](http://github.com/aurelia/templating/commit/29e4a62b96e594431682682259d852256c46af4b))
641 * update to new bindingMode API ([95192b2f](http://github.com/aurelia/templating/commit/95192b2f7b3d465481f0efde4daadadc460ebf2d))
642* **useShadowDOM:** set correct property on behavior ([a2cd7ac8](http://github.com/aurelia/templating/commit/a2cd7ac852b4a4319200b336cb7a4c6b5d6fc8e8), closes [#62](http://github.com/aurelia/templating/issues/62))
643* **useshadowdom-noview:** Create an empty shadow root when @noView is used ([66775dda](http://github.com/aurelia/templating/commit/66775ddae911c0ca15398fca9b853e30829e9de1))
644* **view:**
645 * first and last child should not be undefined ([43c076c5](http://github.com/aurelia/templating/commit/43c076c5882fe3dfea0c8ce3aeb5c7901bdf944f))
646 * process bindings before behavior binds ([4e26198b](http://github.com/aurelia/templating/commit/4e26198b16e13e1b9002235ab6bc07673f3243c2))
647* **view-compiler:**
648 * properly handle content process skip ([014185ed](http://github.com/aurelia/templating/commit/014185ed849c71d539fa56f629aa58baf086f6bb))
649 * missed update to content projection with new instruction lookup ([589c9d7e](http://github.com/aurelia/templating/commit/589c9d7e8c5cd27812c8059f8b88481844657992))
650 * account for web components that alter the DOM structure during creation ([af5584b4](http://github.com/aurelia/templating/commit/af5584b4b2d93c498da920c10327fffed215a7dc), closes [#90](http://github.com/aurelia/templating/issues/90))
651 * template elements with template controllers work again ([71c67c21](http://github.com/aurelia/templating/commit/71c67c2109284f6c4adfaa35609b67e66ed11b80), closes [#133](http://github.com/aurelia/templating/issues/133))
652 * remove interpolated expression attrs ([b86c6d41](http://github.com/aurelia/templating/commit/b86c6d4116463176921bb4fbff544beb7f1d7842))
653 * elements with skipped content should not be traversed ([56b585f9](http://github.com/aurelia/templating/commit/56b585f9deac272a09e31dfdfa1591a446f61452))
654 * correctly map renamed attached behaviors at app level ([47f9e2f9](http://github.com/aurelia/templating/commit/47f9e2f93fb8e2552fa0f74dd402968397261c2b))
655 * instruction target null class fixed ([655a8938](http://github.com/aurelia/templating/commit/655a8938a80f3bcda0bb13ff006a0bcb106d088f))
656* **view-engine:**
657 * proxy factories missing cache api ([3670d255](http://github.com/aurelia/templating/commit/3670d25582c4fc5b4939a337f0ef101cbfeafa99))
658 * pass correct view address to resources ([ebf99415](http://github.com/aurelia/templating/commit/ebf994159dae11bd0b7a076470674f0877089ac6))
659 * correct the view registry entry debug output ([7aff2289](http://github.com/aurelia/templating/commit/7aff2289a9e9f9eae2e480b6166932fd0c3ea627))
660 * api cleanup ([a203455a](http://github.com/aurelia/templating/commit/a203455a0d0093e13cdd6289621d111134c8b0ad))
661 * handle circular references between views ([5e023a59](http://github.com/aurelia/templating/commit/5e023a59fc12867a0c1d8bb00399f0e3f4ce53b6))
662 * address async loading issues and double loading ([ce82ab1f](http://github.com/aurelia/templating/commit/ce82ab1f4b40aea659bee2627c4c62613cc4be37))
663 * remove module elements from templates ([149e8a8c](http://github.com/aurelia/templating/commit/149e8a8c6d0ca4d1585ab6ff1b446b61f37c0a68))
664 * incorrect array access in resource loading ([1cbca7f2](http://github.com/aurelia/templating/commit/1cbca7f2e8b370187a9c02ca15b16f2f612629c5))
665 * double check existing on async load ([e257198b](http://github.com/aurelia/templating/commit/e257198b36c4423d5db6cf1f2ac71dc10abe53c0))
666 * update to use path.relativeToFile ([fa05b092](http://github.com/aurelia/templating/commit/fa05b092b350bbb47e44001322f2e58a7b868165))
667 * rename dx-import to import ([fd3ddaf9](http://github.com/aurelia/templating/commit/fd3ddaf90f96271ce545305db5f6adc0533f50b6))
668* **view-factory:**
669 * accidental recursion in isCaching property ([ed88333b](http://github.com/aurelia/templating/commit/ed88333bbf2e4e82d50d6a996243b71218229e91), closes [#168](http://github.com/aurelia/templating/issues/168))
670 * additional guards on cache returns ([e7307893](http://github.com/aurelia/templating/commit/e7307893cb2c0d999f19edc156ac623448118520))
671 * always merge classes from surrogate ([e0e00c06](http://github.com/aurelia/templating/commit/e0e00c0683b2b82862596fa6dcee84dbf4282f06), closes [#147](http://github.com/aurelia/templating/issues/147))
672 * cleanup and standardizing api for view creation ([1258f476](http://github.com/aurelia/templating/commit/1258f476fb9d11979b810d6d7b967c6bed00b006))
673 * unnecessary dom boundaries removed ([77452a17](http://github.com/aurelia/templating/commit/77452a1712249229a82252c22abd4a8d9444c78e))
674 * overwriting part replacments in template controllers ([1c2420dd](http://github.com/aurelia/templating/commit/1c2420ddd4b007e67c0028f9c51de4cfef19e746), closes [#120](http://github.com/aurelia/templating/issues/120))
675 * solve IE bug related to anchors ([7764774c](http://github.com/aurelia/templating/commit/7764774cf6621d25a111759cbe1217dfae64812d))
676 * properly merge element attr overrides with surrogate values ([0ba7c904](http://github.com/aurelia/templating/commit/0ba7c9040354016b64a69f55f95fa5a9b5b80187))
677 * template anchors converted to comment anchors ([2079480a](http://github.com/aurelia/templating/commit/2079480ad1ce3d8bc55b03564e7299481ab6a3dc))
678 * incorrect loop variable name ([1e1dbff6](http://github.com/aurelia/templating/commit/1e1dbff6213cad44715c70185f2ece7cf3209632))
679* **view-resources:** switch to PLATFORM.noop from Metadata ([221e1fb3](http://github.com/aurelia/templating/commit/221e1fb33bca26f6d095b5ef5924e23db8388bdb))
680* **view-slot:**
681 * check index before removing ([8486417b](http://github.com/aurelia/templating/commit/8486417b35c181dda3455420786aa03d5bf80b1d))
682 * out of bounds on array for content selector remove all ([eb345050](http://github.com/aurelia/templating/commit/eb3450508ee91aa03e38aeaeac58ffc54bc07870), closes [#136](http://github.com/aurelia/templating/issues/136))
683 * use animations on all slot modifications and properly return promises ([e28d776e](http://github.com/aurelia/templating/commit/e28d776e1a24f31d5244b23ae696ae37d3a5ac6d))
684 * add fallback for missing nextElementSibling ([7ae88b6f](http://github.com/aurelia/templating/commit/7ae88b6fccf92cc057a7964c952d3ff925301725))
685 * Safari and IE are not spec compliant perhaps ([bc1ff2ba](http://github.com/aurelia/templating/commit/bc1ff2bae440e471accc088651f76701bc4311db))
686 * improve null checks and array access ([af290c1f](http://github.com/aurelia/templating/commit/af290c1f75f8a78019a35909e15988e7a0fd756e))
687 * add firstChild null checks ([d260bdb9](http://github.com/aurelia/templating/commit/d260bdb95e1772610c1083ca7ad6511fb5586d5a), closes [#34](http://github.com/aurelia/templating/issues/34))
688 * add firstChild null checks ([a49411dd](http://github.com/aurelia/templating/commit/a49411ddf7b830acf70034babf19de6ea38947ca), closes [#34](http://github.com/aurelia/templating/issues/34))
689 * correct null check against nextElementSibling ([9162eeb6](http://github.com/aurelia/templating/commit/9162eeb69bafe2d33b4e9e5e1d2715afbaa9301f))
690 * transformChildNodesIntoView broken with animation ([03b94433](http://github.com/aurelia/templating/commit/03b94433bccf81ef5595d0495b4ba257ffb662ad))
691 * prepare for animator implementation ([f922a86f](http://github.com/aurelia/templating/commit/f922a86feb4f42e34ca37650e0533dd75e9d17dc))
692* **view-strategy:**
693 * incorrect variable reference ([3231c77b](http://github.com/aurelia/templating/commit/3231c77b88fecf1364db645631004408c6e9e8c0))
694 * incorrect variable ([7ef25428](http://github.com/aurelia/templating/commit/7ef25428679348fc54210315abc9568ef6ecaccd))
695 * address changes in jspm/system.js beta ([ac24d3b6](http://github.com/aurelia/templating/commit/ac24d3b68680241c0ce31eefc6edd58f6c8e9858))
696 * typo in view strategy normalization ([831489ee](http://github.com/aurelia/templating/commit/831489ee838b586ac8ec5a3be9afb43649e2a6fa), closes [#54](http://github.com/aurelia/templating/issues/54))
697 * typo from rename ([c7cc8617](http://github.com/aurelia/templating/commit/c7cc861787e22e638d92270e94ddca3b57cb9ac2))
698 * dynamic strategy hook results should be relative to view-model ([ae6cf40c](http://github.com/aurelia/templating/commit/ae6cf40cbaffc7504867100e10e709a780231d82))
699* **views:** enhance view engine hook inputs ([02606f53](http://github.com/aurelia/templating/commit/02606f53de32481632d5ef539d612ab7fb08aa5c))
700
701
702#### Features
703
704* **Behaviour:** make UK devs jump for joy ([b5cc76c4](http://github.com/aurelia/templating/commit/b5cc76c4f5ce2aa985244d0bfd8248c71e305984), closes [#18](http://github.com/aurelia/templating/issues/18))
705* **ViewResources:** enable DI of ViewResources ([f5b37e10](http://github.com/aurelia/templating/commit/f5b37e10bada8063a78c02e1b53ab1357ba9668e))
706* **all:**
707 * new templatingEngine object with createModelForUnitTest helper ([74102905](http://github.com/aurelia/templating/commit/741029055e27446c8193e0132f696f1af28b61e5))
708 * solidify view resource pipeline ([953829c6](http://github.com/aurelia/templating/commit/953829c663f6a4018d93ddfc09b1c52997b25202))
709 * rename BehaviorInstance to Controller ([fa187a9c](http://github.com/aurelia/templating/commit/fa187a9cb1323f98d0bdb5c900f4e030f2634783))
710 * integrate pal and lint source ([ba9e6e22](http://github.com/aurelia/templating/commit/ba9e6e22b31b3abfb764a4996d663bfc931eee0e))
711 * enable view-cache size configuration in html ([01ed43f3](http://github.com/aurelia/templating/commit/01ed43f31bdfd9f7d714383089fab4a434f5cecf))
712 * new extensible view engine pipeline ([82af961f](http://github.com/aurelia/templating/commit/82af961ff9108c9e1882f26d8c6119e18de66201))
713 * new API for testing HTML behaviors ([f28ea278](http://github.com/aurelia/templating/commit/f28ea2789351e0fbc07de5aaf0ced9ce6093d6a4))
714 * containerless custom elements ([710e5b38](http://github.com/aurelia/templating/commit/710e5b383bb621a8947019bda73498b58de56ef5))
715 * support template part replacement ([1d9ba1c0](http://github.com/aurelia/templating/commit/1d9ba1c06563a12505dd4033ff24932a9f88007e), closes [#70](http://github.com/aurelia/templating/issues/70))
716 * switch to new es7 metadata api ([bbe21bbe](http://github.com/aurelia/templating/commit/bbe21bbebf207e8d2059cca6e0dd6e1576da1e21))
717 * new decorator and behavior model ([7c7bc578](http://github.com/aurelia/templating/commit/7c7bc578313e23be4e773c9aa46d19b9f3c1c943))
718 * update to new fluid metadata api and add helpers ([e6893eb9](http://github.com/aurelia/templating/commit/e6893eb9aa932cee3e11a6038bc405ec5e47db06))
719 * behavior props now defined on prototype ([305054b4](http://github.com/aurelia/templating/commit/305054b4731e694abd1cc6682e40760ee3114039))
720* **anim:**
721 * add missing animateTimeout ([28527e18](http://github.com/aurelia/templating/commit/28527e1872b07d11db23d2ee8ec9105ac0307e10))
722 * additional animation events ([40c4ab13](http://github.com/aurelia/templating/commit/40c4ab13341b3f02fa00727432fc30ddb698466a))
723 * add animation events const ([0378ebe3](http://github.com/aurelia/templating/commit/0378ebe3482c2b023f360bc2774cfd76ad5faea6))
724 * Add animator service ([5d2d6169](http://github.com/aurelia/templating/commit/5d2d616988f723a3c20f06c2ae51ffe8f757c307))
725* **animator:**
726 * add extra animator methods ([3ad6e884](http://github.com/aurelia/templating/commit/3ad6e884de22021c0f3e578056831826c76b7c1a))
727 * add mechanism for default animator configuration ([eb792bb1](http://github.com/aurelia/templating/commit/eb792bb11edfa78fec4fa8109da576d10c1b9d68))
728* **behaviors:** expose public api for behaviors on element ([fc002606](http://github.com/aurelia/templating/commit/fc002606d5ee3e5646323ad8ff4dc32c456c545f), closes [#10](http://github.com/aurelia/templating/issues/10))
729* **bindable-property:** all behaviors now support propertyChanged ([c1138e51](http://github.com/aurelia/templating/commit/c1138e51068763139e6661096957ec714eb9c619))
730* **bindableProperty:** enable decorator to work with ES7 property initializers ([773c5eed](http://github.com/aurelia/templating/commit/773c5eed3e4c0b841aeb913dcf17095572b0710f))
731* **build:** update compile, switch to register modules, switch to core-js format ([a2b2e63f](http://github.com/aurelia/templating/commit/a2b2e63fe729a9cf206ca71748505c81cdbec2dd))
732* **children:** enable multiple @sync properties on a behavior ([c549ff86](http://github.com/aurelia/templating/commit/c549ff86be818bec2f8e25fdfd37207cabf9daa2))
733* **composition-engine:**
734 * enable view caching ([69c25b84](http://github.com/aurelia/templating/commit/69c25b84194761382fd88383a60f87a7857fa8b7))
735 * encapsulate dynamic composition logic in a service ([51638f65](http://github.com/aurelia/templating/commit/51638f65ce0c129e41aa7f3aed10bcd3985d7df9))
736* **custom-element:**
737 * add beforeCompile hook ([a7d34b51](http://github.com/aurelia/templating/commit/a7d34b5188c92d8426a4123002bc34a58a672492), closes [#9](http://github.com/aurelia/templating/issues/9))
738 * add metadata for skipping for content processing ([1fa4ca9b](http://github.com/aurelia/templating/commit/1fa4ca9bdf2d39f940717bbb407c0c9bec89f06c), closes [#4](http://github.com/aurelia/templating/issues/4))
739* **customAttribute:** enable defaultBindingMode for customAttribute ([91e503f7](http://github.com/aurelia/templating/commit/91e503f7d850e810ddb277f42a0ef5ff72e1909c))
740* **decorators:**
741 * warn on deprecated skipContentProcessing decorator ([27822488](http://github.com/aurelia/templating/commit/27822488686535a7f9b5c7364c8cd751259e1c9e))
742 * rename bindableProperty to bindable ([b3f8a3b9](http://github.com/aurelia/templating/commit/b3f8a3b9b09528d43e947c141d0a199738fb1226))
743* **docs:**
744 * generate api.json from .d.ts file ([10c2e258](http://github.com/aurelia/templating/commit/10c2e25848fcec24d161a4f1cba56738c71c3132))
745 * generate api.json from .d.ts file ([65eb1b33](http://github.com/aurelia/templating/commit/65eb1b3385b6ae87bba0e7c16ef328e65df19574))
746* **dom:** check markup for <template> wrapper ([18b577e8](http://github.com/aurelia/templating/commit/18b577e89bc6e4958b3af90eee9a777c8a5fefef))
747* **html-behavior:**
748 * enable extensible content processing ([aa6c2d62](http://github.com/aurelia/templating/commit/aa6c2d627695000209f5278d6d8f4abb69c4c1b7))
749 * introduce dom boundary for better shadow dom support ([74d06240](http://github.com/aurelia/templating/commit/74d0624097fa5dda6bd2fbea2ef7bb5617f2f221))
750 * enable syncChildren on composed views ([ea15104e](http://github.com/aurelia/templating/commit/ea15104e73bb9edf38397a1ea69c844ff7bd1831), closes [#68](http://github.com/aurelia/templating/issues/68))
751* **index:** create alias Behavior for Metadata ([96bcb7bf](http://github.com/aurelia/templating/commit/96bcb7bf4acd75256d597ea58200ddc34dbf0cd7))
752* **property:**
753 * add fluent api helper method for options property properties ([597426b0](http://github.com/aurelia/templating/commit/597426b0d740073b84d71a39f56623173b3886b8))
754 * infrastructure for dynamic commands and options properties ([eb54b5f9](http://github.com/aurelia/templating/commit/eb54b5f9b50fd7814b63d7040f7e4f89cd8c14de))
755 * default binding modes for aurelia properties ([769882db](http://github.com/aurelia/templating/commit/769882dbf4ea081eeeeae0ab968bf869b1ab034a), closes [#1](http://github.com/aurelia/templating/issues/1))
756 * add options property ([b8627249](http://github.com/aurelia/templating/commit/b8627249b7dcd71f45b676e6fd680d1d20b524cf))
757 * add load responsibility from behavior ([f8790e42](http://github.com/aurelia/templating/commit/f8790e4224f065cd83009bc16dab7a84adfb3038))
758* **resource-coordinator:** enable load resources relative to a manifest file ([98a5f01b](http://github.com/aurelia/templating/commit/98a5f01ba5451005215acfba1cd8a9ef5d7b5a96))
759* **resources:**
760 * new, simplified and improved resource pipeline processing ([e6207812](http://github.com/aurelia/templating/commit/e620781248e53387e8a7ca16f778d931edbd7fba))
761 * leverage new template loader api ([ee6fea9d](http://github.com/aurelia/templating/commit/ee6fea9d6a279881ec99817c757842082a9c09f6))
762* **view:** indicate if a view originates from the cache ([31bc37bc](http://github.com/aurelia/templating/commit/31bc37bc71a7fc8a0681bd2ae1e5dad5855e48fc))
763* **view-compiler:**
764 * working on cleanup of api ([5654d1a1](http://github.com/aurelia/templating/commit/5654d1a13ed0cc58482e824c08357a72baebb8e0))
765 * enable per-view binding languages ([e5e957d1](http://github.com/aurelia/templating/commit/e5e957d17493045b804b640903a4674595c20030))
766 * enable surrogate behaviors, bindings and attributes ([a1fcdffb](http://github.com/aurelia/templating/commit/a1fcdffbcb1b0dcfbd23387c467302d540a9144f), closes [#61](http://github.com/aurelia/templating/issues/61))
767 * support compiling of strings ([deb23a83](http://github.com/aurelia/templating/commit/deb23a8336ff84a6c8af221a95fed8df4c85f304), closes [#37](http://github.com/aurelia/templating/issues/37))
768 * update to new binding language interface ([8fb4f7ca](http://github.com/aurelia/templating/commit/8fb4f7ca4f2125e47a6312604f47df3563c3e318))
769* **view-engine:**
770 * preliminary support for element enhancement ([e8078686](http://github.com/aurelia/templating/commit/e8078686e7297caef3d7e6b3a9b610c8d5069f30))
771 * merge in and simplify resource coordinator ([a836fde9](http://github.com/aurelia/templating/commit/a836fde9efa1ed1efae983d94e13e2fa3872241f))
772 * new import syntax ([3e761e77](http://github.com/aurelia/templating/commit/3e761e77760e999ffae407b297ecaf7d11d07788))
773 * enable resource renaming ([83683d92](http://github.com/aurelia/templating/commit/83683d921d125507ba574091bcf7e3c422b45288))
774* **view-factory:**
775 * more efficient provider container registration ([d3c0ed6e](http://github.com/aurelia/templating/commit/d3c0ed6e017c838f4530846d992aab6de2c2e644))
776 * add some cache related data properties ([10cdc2f7](http://github.com/aurelia/templating/commit/10cdc2f7f7fc6016d4e5c4beecc5ffb296a534a7))
777 * add basic view caching capability to the factory ([c8cfa9b0](http://github.com/aurelia/templating/commit/c8cfa9b02b35d66b3301fb42474867e9adc4030a))
778 * enable injection of TargetInstruction ([961604ab](http://github.com/aurelia/templating/commit/961604ab98e4f22326ad38d9cc369c80114c7921))
779 * enable replacement parts to flow through to child templates ([3261af3b](http://github.com/aurelia/templating/commit/3261af3bb532eac3a87766413b3c69854f17aa5b))
780* **view-resources:**
781 * remove ResourceRegistry and simplify class hierarchy ([bcba0896](http://github.com/aurelia/templating/commit/bcba08964bb7c5d188245fa028d1f7d8e2f2d20f))
782 * auto-import own local resources ([9f770029](http://github.com/aurelia/templating/commit/9f77002950aeb8fab347297a5a669efc9ff993f5))
783* **view-slot:**
784 * enable remove with skip animation ([fa36e315](http://github.com/aurelia/templating/commit/fa36e3151e9651ca9de5590a8f849a932637b4b6))
785 * add infrastructure for app splash screens ([8a9b6062](http://github.com/aurelia/templating/commit/8a9b606283b873b66ff9bb588f002b3ee8275629))
786* **view-strategy:**
787 * @inlineView and InlineViewStrategy implemented ([bc464a42](http://github.com/aurelia/templating/commit/bc464a421ceeae6301832b656ad0204aa7f0c5a7))
788 * enable exported view strategy and registry to be used for view models ([03790f85](http://github.com/aurelia/templating/commit/03790f85959a0e541ed0daf7b8c28ad37201c25c), closes [#13](http://github.com/aurelia/templating/issues/13))
789 * allow strategies to be made relative via compose ([53f25495](http://github.com/aurelia/templating/commit/53f2549589091dcc5a7a54297d080184d7f2c8be))
790
791
792#### Breaking Changes
793
794* The view resource pipeline hook "analyze" has been
795renamed to "initialize".
796
797 ([953829c6](http://github.com/aurelia/templating/commit/953829c663f6a4018d93ddfc09b1c52997b25202))
798
799
800### 0.15.3 (2015-09-08)
801
802
803#### Bug Fixes
804
805* **view-engine:** pass correct view address to resources ([ebf99415](http://github.com/aurelia/templating/commit/ebf994159dae11bd0b7a076470674f0877089ac6))
806
807
808### 0.15.2 (2015-09-08)
809
810
811#### Bug Fixes
812
813* **view-engine:** correct the view registry entry debug output ([7aff2289](http://github.com/aurelia/templating/commit/7aff2289a9e9f9eae2e480b6166932fd0c3ea627))
814
815
816### 0.15.1 (2015-09-05)
817
818
819#### Bug Fixes
820
821* **view-factory:** accidental recursion in isCaching property ([ed88333b](http://github.com/aurelia/templating/commit/ed88333bbf2e4e82d50d6a996243b71218229e91), closes [#168](http://github.com/aurelia/templating/issues/168))
822
823
824## 0.15.0 (2015-09-04)
825
826
827#### Bug Fixes
828
829* **all:** rename executionContext to bindingContext ([9f5437bf](http://github.com/aurelia/templating/commit/9f5437bf641026b9a6dfb6d918be272198861962))
830* **bindable:** bindable cannot be undefined ([d3e990be](http://github.com/aurelia/templating/commit/d3e990be5b52cc44c58c6ee4a32ba458d7e00ecc))
831* **build:** update linting, testing and tools ([6ab627dc](http://github.com/aurelia/templating/commit/6ab627dc6a36505b2e6f299fd488218e3b6ca0f1))
832* **decorators:** property defaultBindingMode in customAttribute decorator is optional ([11556537](http://github.com/aurelia/templating/commit/11556537f94b2ef7aa3636738040255ead901dad))
833* **view-factory:** additional guards on cache returns ([e7307893](http://github.com/aurelia/templating/commit/e7307893cb2c0d999f19edc156ac623448118520))
834* **views:** enhance view engine hook inputs ([02606f53](http://github.com/aurelia/templating/commit/02606f53de32481632d5ef539d612ab7fb08aa5c))
835
836
837#### Features
838
839* **all:**
840 * enable view-cache size configuration in html ([01ed43f3](http://github.com/aurelia/templating/commit/01ed43f31bdfd9f7d714383089fab4a434f5cecf))
841 * new extensible view engine pipeline ([82af961f](http://github.com/aurelia/templating/commit/82af961ff9108c9e1882f26d8c6119e18de66201))
842* **composition-engine:** enable view caching ([69c25b84](http://github.com/aurelia/templating/commit/69c25b84194761382fd88383a60f87a7857fa8b7))
843* **docs:**
844 * generate api.json from .d.ts file ([10c2e258](http://github.com/aurelia/templating/commit/10c2e25848fcec24d161a4f1cba56738c71c3132))
845 * generate api.json from .d.ts file ([65eb1b33](http://github.com/aurelia/templating/commit/65eb1b3385b6ae87bba0e7c16ef328e65df19574))
846* **view:** indicate if a view originates from the cache ([31bc37bc](http://github.com/aurelia/templating/commit/31bc37bc71a7fc8a0681bd2ae1e5dad5855e48fc))
847* **view-factory:**
848 * add some cache related data properties ([10cdc2f7](http://github.com/aurelia/templating/commit/10cdc2f7f7fc6016d4e5c4beecc5ffb296a534a7))
849 * add basic view caching capability to the factory ([c8cfa9b0](http://github.com/aurelia/templating/commit/c8cfa9b02b35d66b3301fb42474867e9adc4030a))
850* **view-slot:** enable remove with skip animation ([fa36e315](http://github.com/aurelia/templating/commit/fa36e3151e9651ca9de5590a8f849a932637b4b6))
851
852
853### 0.14.4 (2015-08-14)
854
855
856#### Bug Fixes
857
858* **composition-engine:** missed required compilation instruction in view only branch ([c3784f0a](http://github.com/aurelia/templating/commit/c3784f0acb0d49688f031993013545f349426ba0))
859
860
861### 0.14.3 (2015-08-14)
862
863
864#### Bug Fixes
865
866* **view-factory:** always merge classes from surrogate ([e0e00c06](http://github.com/aurelia/templating/commit/e0e00c0683b2b82862596fa6dcee84dbf4282f06), closes [#147](http://github.com/aurelia/templating/issues/147))
867
868
869### 0.14.2 (2015-08-14)
870
871
872#### Bug Fixes
873
874* **dom:** return firstElementChild from parsed template markup ([ea230c84](http://github.com/aurelia/templating/commit/ea230c84f80ac629db6d0add4c1429d5b6fe2f9e))
875
876
877### 0.14.1 (2015-08-14)
878
879
880#### Bug Fixes
881
882* **all:** correct some types ([4ed12313](http://github.com/aurelia/templating/commit/4ed123138550c315862d1bdde01a5c691e88853e))
883
884
885## 0.14.0 (2015-08-14)
886
887
888#### Bug Fixes
889
890* **all:**
891 * cleanup and improving api ([9cb96ff8](http://github.com/aurelia/templating/commit/9cb96ff825519f38b9998d5936431c2b61038856))
892 * code cleanup and api stabilization work ([c0220a8d](http://github.com/aurelia/templating/commit/c0220a8da78edee893800958df020da3888a2ed3))
893* **dom:** string parsing of views now requires a template tag ([45113364](http://github.com/aurelia/templating/commit/45113364cbe00f91790a64be3a2d0c07144c549c))
894* **templating:** Use correct import for core-js We were previously using `import core from core-j ([29e4a62b](http://github.com/aurelia/templating/commit/29e4a62b96e594431682682259d852256c46af4b))
895* **view-engine:** api cleanup ([a203455a](http://github.com/aurelia/templating/commit/a203455a0d0093e13cdd6289621d111134c8b0ad))
896* **view-factory:** cleanup and standardizing api for view creation ([1258f476](http://github.com/aurelia/templating/commit/1258f476fb9d11979b810d6d7b967c6bed00b006))
897
898
899#### Features
900
901* **view-compiler:**
902 * working on cleanup of api ([5654d1a1](http://github.com/aurelia/templating/commit/5654d1a13ed0cc58482e824c08357a72baebb8e0))
903 * enable per-view binding languages ([e5e957d1](http://github.com/aurelia/templating/commit/e5e957d17493045b804b640903a4674595c20030))
904* **view-factory:** enable injection of TargetInstruction ([961604ab](http://github.com/aurelia/templating/commit/961604ab98e4f22326ad38d9cc369c80114c7921))
905* **view-resources:** remove ResourceRegistry and simplify class hierarchy ([bcba0896](http://github.com/aurelia/templating/commit/bcba08964bb7c5d188245fa028d1f7d8e2f2d20f))
906
907
908### 0.13.16 (2015-08-05)
909
910
911#### Bug Fixes
912
913* **html-behavior:** remove double compile of template parts ([49a5ad79](http://github.com/aurelia/templating/commit/49a5ad79072791352b2c1db58e4f009fa861a456))
914* **view-factory:** unnecessary dom boundaries removed ([77452a17](http://github.com/aurelia/templating/commit/77452a1712249229a82252c22abd4a8d9444c78e))
915* **view-slot:** out of bounds on array for content selector remove all ([eb345050](http://github.com/aurelia/templating/commit/eb3450508ee91aa03e38aeaeac58ffc54bc07870), closes [#136](http://github.com/aurelia/templating/issues/136))
916
917
918#### Features
919
920* **view-engine:** preliminary support for element enhancement ([e8078686](http://github.com/aurelia/templating/commit/e8078686e7297caef3d7e6b3a9b610c8d5069f30))
921
922
923### 0.13.15 (2015-07-30)
924
925
926#### Bug Fixes
927
928* **view-compiler:** properly handle content process skip ([014185ed](http://github.com/aurelia/templating/commit/014185ed849c71d539fa56f629aa58baf086f6bb))
929
930
931### 0.13.14 (2015-07-30)
932
933
934#### Bug Fixes
935
936* **html-behavior:** do not override DOMBoundary for containerless elements ([d3c2ba4e](http://github.com/aurelia/templating/commit/d3c2ba4eeebd8a08dca6cb15d6ee377af4698e52))
937
938
939### 0.13.13 (2015-07-29)
940
941
942#### Bug Fixes
943
944* **view-compiler:** missed update to content projection with new instruction lookup ([589c9d7e](http://github.com/aurelia/templating/commit/589c9d7e8c5cd27812c8059f8b88481844657992))
945
946
947### 0.13.12 (2015-07-29)
948
949
950#### Bug Fixes
951
952* **view-compiler:** account for web components that alter the DOM structure during creation ([af5584b4](http://github.com/aurelia/templating/commit/af5584b4b2d93c498da920c10327fffed215a7dc), closes [#90](http://github.com/aurelia/templating/issues/90))
953* **view-factory:**
954 * overwriting part replacments in template controllers ([1c2420dd](http://github.com/aurelia/templating/commit/1c2420ddd4b007e67c0028f9c51de4cfef19e746), closes [#120](http://github.com/aurelia/templating/issues/120))
955 * solve IE bug related to anchors ([7764774c](http://github.com/aurelia/templating/commit/7764774cf6621d25a111759cbe1217dfae64812d))
956* **view-slot:** use animations on all slot modifications and properly return promises ([e28d776e](http://github.com/aurelia/templating/commit/e28d776e1a24f31d5244b23ae696ae37d3a5ac6d))
957
958
959#### Features
960
961* **decorators:** warn on deprecated skipContentProcessing decorator ([27822488](http://github.com/aurelia/templating/commit/27822488686535a7f9b5c7364c8cd751259e1c9e))
962* **html-behavior:**
963 * enable extensible content processing ([aa6c2d62](http://github.com/aurelia/templating/commit/aa6c2d627695000209f5278d6d8f4abb69c4c1b7))
964 * introduce dom boundary for better shadow dom support ([74d06240](http://github.com/aurelia/templ
\No newline at end of file