Skip to content

Commit 80d8cf9

Browse files
chore(all): prepare release 1.0.0-beta.1.2.5
1 parent c47a660 commit 80d8cf9

File tree

10 files changed

+190
-152
lines changed

10 files changed

+190
-152
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aurelia-framework",
3-
"version": "1.0.0-beta.1.2.4",
3+
"version": "1.0.0-beta.1.2.5",
44
"description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.",
55
"keywords": [
66
"aurelia",

dist/amd/aurelia-framework.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ declare module 'aurelia-framework' {
2828
export class Aurelia {
2929

3030
/**
31+
* The DOM Element that Aurelia will attach to.
32+
*/
33+
host: Element;
34+
35+
/**
36+
/**
3137
* The loader used by the application.
3238
*/
3339
loader: Loader;
@@ -224,6 +230,7 @@ declare module 'aurelia-framework' {
224230
export * from 'aurelia-task-queue';
225231
export * from 'aurelia-path';
226232
export * from 'aurelia-pal';
233+
227234
/**
228235
* The log manager.
229236
*/

dist/aurelia-framework.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ declare module 'aurelia-framework' {
2828
export class Aurelia {
2929

3030
/**
31+
* The DOM Element that Aurelia will attach to.
32+
*/
33+
host: Element;
34+
35+
/**
36+
/**
3137
* The loader used by the application.
3238
*/
3339
loader: Loader;
@@ -224,6 +230,7 @@ declare module 'aurelia-framework' {
224230
export * from 'aurelia-task-queue';
225231
export * from 'aurelia-path';
226232
export * from 'aurelia-pal';
233+
227234
/**
228235
* The log manager.
229236
*/

dist/aurelia-framework.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ function preventActionlessFormSubmit() {
2121
* The framework core that provides the main Aurelia object.
2222
*/
2323
export class Aurelia {
24+
/**
25+
* The DOM Element that Aurelia will attach to.
26+
*/
27+
host: Element;
28+
/**
2429
/**
2530
* The loader used by the application.
2631
*/

dist/commonjs/aurelia-framework.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ declare module 'aurelia-framework' {
2828
export class Aurelia {
2929

3030
/**
31+
* The DOM Element that Aurelia will attach to.
32+
*/
33+
host: Element;
34+
35+
/**
36+
/**
3137
* The loader used by the application.
3238
*/
3339
loader: Loader;
@@ -224,6 +230,7 @@ declare module 'aurelia-framework' {
224230
export * from 'aurelia-task-queue';
225231
export * from 'aurelia-path';
226232
export * from 'aurelia-pal';
233+
227234
/**
228235
* The log manager.
229236
*/

dist/es2015/aurelia-framework.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ declare module 'aurelia-framework' {
2828
export class Aurelia {
2929

3030
/**
31+
* The DOM Element that Aurelia will attach to.
32+
*/
33+
host: Element;
34+
35+
/**
36+
/**
3137
* The loader used by the application.
3238
*/
3339
loader: Loader;
@@ -224,6 +230,7 @@ declare module 'aurelia-framework' {
224230
export * from 'aurelia-task-queue';
225231
export * from 'aurelia-path';
226232
export * from 'aurelia-pal';
233+
227234
/**
228235
* The log manager.
229236
*/

dist/system/aurelia-framework.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ declare module 'aurelia-framework' {
2828
export class Aurelia {
2929

3030
/**
31+
* The DOM Element that Aurelia will attach to.
32+
*/
33+
host: Element;
34+
35+
/**
36+
/**
3137
* The loader used by the application.
3238
*/
3339
loader: Loader;
@@ -224,6 +230,7 @@ declare module 'aurelia-framework' {
224230
export * from 'aurelia-task-queue';
225231
export * from 'aurelia-path';
226232
export * from 'aurelia-pal';
233+
227234
/**
228235
* The log manager.
229236
*/

doc/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.0.0-beta.1.2.5 (2016-05-17)
2+
3+
* Add d.ts update to include `host` property on the `Aurelia` object.
4+
15
### 1.0.0-beta.1.2.4 (2016-05-12)
26

37

0 commit comments

Comments
 (0)