@schematics/angular 11.2.4 → 11.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/application/other-files/app.component.html.template +2 -2
- package/application/schema.d.ts +0 -1
- package/application/schema.js +0 -1
- package/application/schema.json +1 -1
- package/component/schema.d.ts +0 -1
- package/component/schema.js +0 -1
- package/component/schema.json +1 -1
- package/ng-new/schema.d.ts +0 -1
- package/ng-new/schema.js +0 -1
- package/ng-new/schema.json +1 -1
- package/package.json +3 -3
- package/utility/latest-versions.js +4 -4
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
.toolbar #youtube-logo {
|
|
60
60
|
height: 40px;
|
|
61
|
-
margin
|
|
61
|
+
margin: 0 16px;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.toolbar #twitter-logo:hover,
|
|
@@ -512,4 +512,4 @@
|
|
|
512
512
|
|
|
513
513
|
|
|
514
514
|
<% if (routing) { %>
|
|
515
|
-
<router-outlet></router-outlet><% } %>
|
|
515
|
+
<router-outlet></router-outlet><% } %>
|
package/application/schema.d.ts
CHANGED
package/application/schema.js
CHANGED
|
@@ -20,7 +20,6 @@ var Style;
|
|
|
20
20
|
var ViewEncapsulation;
|
|
21
21
|
(function (ViewEncapsulation) {
|
|
22
22
|
ViewEncapsulation["Emulated"] = "Emulated";
|
|
23
|
-
ViewEncapsulation["Native"] = "Native";
|
|
24
23
|
ViewEncapsulation["None"] = "None";
|
|
25
24
|
ViewEncapsulation["ShadowDom"] = "ShadowDom";
|
|
26
25
|
})(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
|
package/application/schema.json
CHANGED
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"viewEncapsulation": {
|
|
35
35
|
"description": "The view encapsulation strategy to use in the new app.",
|
|
36
|
-
"enum": ["Emulated", "
|
|
36
|
+
"enum": ["Emulated", "None", "ShadowDom"],
|
|
37
37
|
"type": "string",
|
|
38
38
|
"x-user-analytics": 11
|
|
39
39
|
},
|
package/component/schema.d.ts
CHANGED
package/component/schema.js
CHANGED
|
@@ -28,7 +28,6 @@ var Style;
|
|
|
28
28
|
var ViewEncapsulation;
|
|
29
29
|
(function (ViewEncapsulation) {
|
|
30
30
|
ViewEncapsulation["Emulated"] = "Emulated";
|
|
31
|
-
ViewEncapsulation["Native"] = "Native";
|
|
32
31
|
ViewEncapsulation["None"] = "None";
|
|
33
32
|
ViewEncapsulation["ShadowDom"] = "ShadowDom";
|
|
34
33
|
})(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
|
package/component/schema.json
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
},
|
|
50
50
|
"viewEncapsulation": {
|
|
51
51
|
"description": "The view encapsulation strategy to use in the new component.",
|
|
52
|
-
"enum": ["Emulated", "
|
|
52
|
+
"enum": ["Emulated", "None", "ShadowDom"],
|
|
53
53
|
"type": "string",
|
|
54
54
|
"alias": "v",
|
|
55
55
|
"x-user-analytics": 11
|
package/ng-new/schema.d.ts
CHANGED
package/ng-new/schema.js
CHANGED
|
@@ -30,7 +30,6 @@ var Style;
|
|
|
30
30
|
var ViewEncapsulation;
|
|
31
31
|
(function (ViewEncapsulation) {
|
|
32
32
|
ViewEncapsulation["Emulated"] = "Emulated";
|
|
33
|
-
ViewEncapsulation["Native"] = "Native";
|
|
34
33
|
ViewEncapsulation["None"] = "None";
|
|
35
34
|
ViewEncapsulation["ShadowDom"] = "ShadowDom";
|
|
36
35
|
})(ViewEncapsulation = exports.ViewEncapsulation || (exports.ViewEncapsulation = {}));
|
package/ng-new/schema.json
CHANGED
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"viewEncapsulation": {
|
|
79
79
|
"description": "The view encapsulation strategy to use in the initial project.",
|
|
80
|
-
"enum": ["Emulated", "
|
|
80
|
+
"enum": ["Emulated", "None", "ShadowDom"],
|
|
81
81
|
"type": "string",
|
|
82
82
|
"x-user-analytics": 11
|
|
83
83
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@schematics/angular",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.5",
|
|
4
4
|
"description": "Schematics specific to Angular",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
],
|
|
15
15
|
"schematics": "./collection.json",
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@angular-devkit/core": "11.2.
|
|
18
|
-
"@angular-devkit/schematics": "11.2.
|
|
17
|
+
"@angular-devkit/core": "11.2.5",
|
|
18
|
+
"@angular-devkit/schematics": "11.2.5",
|
|
19
19
|
"jsonc-parser": "3.0.0"
|
|
20
20
|
},
|
|
21
21
|
"repository": {
|
|
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
10
10
|
exports.latestVersions = void 0;
|
|
11
11
|
exports.latestVersions = {
|
|
12
12
|
// These versions should be kept up to date with latest Angular peer dependencies.
|
|
13
|
-
Angular: '~11.2.
|
|
13
|
+
Angular: '~11.2.6',
|
|
14
14
|
RxJs: '~6.6.0',
|
|
15
15
|
ZoneJs: '~0.11.3',
|
|
16
16
|
TypeScript: '~4.1.5',
|
|
@@ -19,8 +19,8 @@ exports.latestVersions = {
|
|
|
19
19
|
// For our e2e tests, these versions must match the latest tag present on the branch.
|
|
20
20
|
// During RC periods they will not match the latest RC until there's a new git tag, and
|
|
21
21
|
// should not be updated.
|
|
22
|
-
DevkitBuildAngular: '~0.1102.
|
|
23
|
-
DevkitBuildNgPackagr: '~0.1102.
|
|
24
|
-
DevkitBuildWebpack: '~0.1102.
|
|
22
|
+
DevkitBuildAngular: '~0.1102.5',
|
|
23
|
+
DevkitBuildNgPackagr: '~0.1102.5',
|
|
24
|
+
DevkitBuildWebpack: '~0.1102.5',
|
|
25
25
|
ngPackagr: '^11.0.0',
|
|
26
26
|
};
|