Skip to content

Commit

Permalink
chore(all): prepare release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Sep 7, 2018
1 parent 86ea2fd commit fe4db77
Show file tree
Hide file tree
Showing 9 changed files with 48 additions and 44 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating",
"version": "1.8.2",
"version": "1.8.3",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
Expand Down
13 changes: 6 additions & 7 deletions dist/amd/aurelia-templating.js
Expand Up @@ -716,6 +716,7 @@ define(['exports', 'aurelia-logging', 'aurelia-metadata', 'aurelia-pal', 'aureli
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

StaticViewStrategy.prototype.loadViewFactory = function loadViewFactory(viewEngine, compileInstruction, loadContext, target) {
Expand Down Expand Up @@ -2277,13 +2278,11 @@ define(['exports', 'aurelia-logging', 'aurelia-metadata', 'aurelia-pal', 'aureli
var children = this.children;
var ii = children.length;

if (this.isAttached) {
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
13 changes: 6 additions & 7 deletions dist/aurelia-templating.js
Expand Up @@ -990,6 +990,7 @@ export class StaticViewStrategy {
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

/**
Expand Down Expand Up @@ -3036,13 +3037,11 @@ export class ViewSlot {
let children = this.children;
let ii = children.length;

if (this.isAttached) {
for (let i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (let i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
13 changes: 6 additions & 7 deletions dist/commonjs/aurelia-templating.js
Expand Up @@ -697,6 +697,7 @@ var StaticViewStrategy = exports.StaticViewStrategy = (_dec6 = viewStrategy(), _
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

StaticViewStrategy.prototype.loadViewFactory = function loadViewFactory(viewEngine, compileInstruction, loadContext, target) {
Expand Down Expand Up @@ -2258,13 +2259,11 @@ var ViewSlot = exports.ViewSlot = function () {
var children = this.children;
var ii = children.length;

if (this.isAttached) {
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
13 changes: 6 additions & 7 deletions dist/es2015/aurelia-templating.js
Expand Up @@ -578,6 +578,7 @@ export let StaticViewStrategy = (_dec6 = viewStrategy(), _dec6(_class7 = class S
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

loadViewFactory(viewEngine, compileInstruction, loadContext, target) {
Expand Down Expand Up @@ -2040,13 +2041,11 @@ export let ViewSlot = class ViewSlot {
let children = this.children;
let ii = children.length;

if (this.isAttached) {
for (let i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (let i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
13 changes: 6 additions & 7 deletions dist/native-modules/aurelia-templating.js
Expand Up @@ -660,6 +660,7 @@ export var StaticViewStrategy = (_dec6 = viewStrategy(), _dec6(_class7 = functio
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

StaticViewStrategy.prototype.loadViewFactory = function loadViewFactory(viewEngine, compileInstruction, loadContext, target) {
Expand Down Expand Up @@ -2220,13 +2221,11 @@ export var ViewSlot = function () {
var children = this.children;
var ii = children.length;

if (this.isAttached) {
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
13 changes: 6 additions & 7 deletions dist/system/aurelia-templating.js
Expand Up @@ -1444,6 +1444,7 @@ System.register(['aurelia-logging', 'aurelia-metadata', 'aurelia-pal', 'aurelia-
this.dependencies = config.dependencies || [];
this.factoryIsReady = false;
this.onReady = null;
this.moduleId = 'undefined';
}

StaticViewStrategy.prototype.loadViewFactory = function loadViewFactory(viewEngine, compileInstruction, loadContext, target) {
Expand Down Expand Up @@ -2974,13 +2975,11 @@ System.register(['aurelia-logging', 'aurelia-metadata', 'aurelia-pal', 'aurelia-
var children = this.children;
var ii = children.length;

if (this.isAttached) {
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else {
children[i].detached();
}
for (var i = 0; i < ii; ++i) {
if (returnToCache) {
children[i].returnToCache();
} else if (this.isAttached) {
children[i].detached();
}
}

Expand Down
10 changes: 10 additions & 0 deletions doc/CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="1.8.3"></a>
## [1.8.3](https://github.com/aurelia/templating/compare/1.8.2...1.8.3) (2018-09-07)


### Bug Fixes

* **StaticViewStrategy:** set formal ".moduleId" ([86ea2fd](https://github.com/aurelia/templating/commit/86ea2fd))



<a name="1.8.2"></a>
## [1.8.2](https://github.com/aurelia/templating/compare/1.8.1...1.8.2) (2018-07-17)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "aurelia-templating",
"version": "1.8.2",
"version": "1.8.3",
"description": "An extensible HTML templating engine supporting databinding, custom elements, attached behaviors and more.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit fe4db77

Please sign in to comment.