Skip to content

Commit

Permalink
b223f7e docs: release notes for the v19.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kirjs committed Jan 15, 2025
1 parent 229e663 commit d0afb6a
Show file tree
Hide file tree
Showing 36 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions BUILD_INFO
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Wed Jan 15 19:09:02 UTC 2025
ed705a856a164f91d33e2173b4f371329d07c472
Wed Jan 15 19:52:26 UTC 2025
b223f7e9c63f61adec5855e8d2a72f888f7318de
6 changes: 3 additions & 3 deletions fesm2022/core.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -18112,7 +18112,7 @@ function createRootComponent(componentView, rootComponentDef, rootDirectives, ho
function setRootNodeAttributes(hostRenderer, componentDef, hostRNode, rootSelectorOrNode) {
if (rootSelectorOrNode) {
// The placeholder will be replaced with the actual version at build time.
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.2.0-next.0+sha-ed705a8']);
setUpAttributes(hostRenderer, hostRNode, ['ng-version', '19.2.0-next.0+sha-b223f7e']);
}
else {
// If host element is created as a part of this function call (i.e. `rootSelectorOrNode`
Expand Down Expand Up @@ -34994,7 +34994,7 @@ class Version {
/**
* @publicApi
*/
const VERSION = new Version('19.2.0-next.0+sha-ed705a8');
const VERSION = new Version('19.2.0-next.0+sha-b223f7e');

/**
* Combination of NgModuleFactory and ComponentFactories.
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/core.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion fesm2022/primitives/event-dispatch.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/primitives/signals.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion fesm2022/rxjs-interop.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
8 changes: 4 additions & 4 deletions fesm2022/testing.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -175,10 +175,10 @@ class TestBedApplicationErrorHandler {
throw e;
}
}
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-ed705a8", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-ed705a8", ngImport: i0, type: TestBedApplicationErrorHandler });
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-b223f7e", ngImport: i0, type: TestBedApplicationErrorHandler, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-b223f7e", ngImport: i0, type: TestBedApplicationErrorHandler });
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-ed705a8", ngImport: i0, type: TestBedApplicationErrorHandler, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.0-next.0+sha-b223f7e", ngImport: i0, type: TestBedApplicationErrorHandler, decorators: [{
type: Injectable
}] });

Expand Down
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@angular/core",
"version": "19.2.0-next.0+sha-ed705a8",
"version": "19.2.0-next.0+sha-b223f7e",
"description": "Angular - the core framework",
"author": "angular",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion primitives/event-dispatch/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion primitives/signals/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion rxjs-interop/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/apply_import_manager-c511e3e1.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions schematics/bundles/checker-ddc3a6d5.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -30418,7 +30418,7 @@ function publishFacade(global) {
* @description
* Entry point for all public APIs of the compiler package.
*/
new Version('19.2.0-next.0+sha-ed705a8');
new Version('19.2.0-next.0+sha-b223f7e');

const _I18N_ATTR = 'i18n';
const _I18N_ATTR_PREFIX = 'i18n-';
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/cleanup-unused-imports.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/compiler_host-e59c0a75.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/control-flow-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/explicit-standalone-flag.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/imports-abe29092.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
4 changes: 2 additions & 2 deletions schematics/bundles/index-8d012af6.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand All @@ -17,7 +17,7 @@ require('path');
* @description
* Entry point for all public APIs of the compiler-cli package.
*/
new checker.Version('19.2.0-next.0+sha-ed705a8');
new checker.Version('19.2.0-next.0+sha-b223f7e');

var LogLevel;
(function (LogLevel) {
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/index-ea8b1d2b.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/inject-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/leading_space-d190b83b.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/migrate_ts_type_references-19b98784.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/nodes-a9f0b985.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/output-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/pending-tasks.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
20 changes: 10 additions & 10 deletions schematics/bundles/program-2723542c.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down Expand Up @@ -999,7 +999,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
function compileDeclareClassMetadata(metadata) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('decorators', metadata.decorators);
Expand All @@ -1017,7 +1017,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? checker.literal(null));
callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? checker.literal(null));
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', metadata.type);
definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
Expand Down Expand Up @@ -1112,7 +1112,7 @@ function createDirectiveDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
const minVersion = getMinimumVersionForPartialOutput(meta);
definitionMap.set('minVersion', checker.literal(minVersion));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
// e.g. `type: MyDirective`
definitionMap.set('type', meta.type.value);
if (meta.isStandalone !== undefined) {
Expand Down Expand Up @@ -1528,7 +1528,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
function compileDeclareFactoryFunction(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('deps', compileDependencies(meta.deps));
Expand Down Expand Up @@ -1563,7 +1563,7 @@ function compileDeclareInjectableFromMetadata(meta) {
function createInjectableDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
// Only generate providedIn property if it has a non-null value
Expand Down Expand Up @@ -1614,7 +1614,7 @@ function compileDeclareInjectorFromMetadata(meta) {
function createInjectorDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
definitionMap.set('providers', meta.providers);
Expand Down Expand Up @@ -1647,7 +1647,7 @@ function createNgModuleDefinitionMap(meta) {
throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
}
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
definitionMap.set('type', meta.type.value);
// We only generate the keys in the metadata if the arrays contain values.
Expand Down Expand Up @@ -1698,7 +1698,7 @@ function compileDeclarePipeFromMetadata(meta) {
function createPipeDefinitionMap(meta) {
const definitionMap = new checker.DefinitionMap();
definitionMap.set('minVersion', checker.literal(MINIMUM_PARTIAL_LINKER_VERSION));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-ed705a8'));
definitionMap.set('version', checker.literal('19.2.0-next.0+sha-b223f7e'));
definitionMap.set('ngImport', checker.importExpr(checker.Identifiers.core));
// e.g. `type: MyPipe`
definitionMap.set('type', meta.type.value);
Expand Down Expand Up @@ -20284,7 +20284,7 @@ var semver = /*@__PURE__*/getDefaultExportFromCjs(semverExports);
* @param minVersion Minimum required version for the feature.
*/
function coreVersionSupportsFeature(coreVersion, minVersion) {
// A version of `19.2.0-next.0+sha-ed705a8` usually means that core is at head so it supports
// A version of `19.2.0-next.0+sha-b223f7e` usually means that core is at head so it supports
// all features. Use string interpolation prevent the placeholder from being replaced
// with the current version during build time.
if (coreVersion === `0.0.0-${'PLACEHOLDER'}`) {
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/project_tsconfig_paths-e9ccccbf.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/provide-initializer.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/route-lazy-loading.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signal-input-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signal-queries-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/signals.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion schematics/bundles/standalone-migration.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down
2 changes: 1 addition & 1 deletion testing/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Angular v19.2.0-next.0+sha-ed705a8
* @license Angular v19.2.0-next.0+sha-b223f7e
* (c) 2010-2024 Google LLC. https://angular.io/
* License: MIT
*/
Expand Down

0 comments on commit d0afb6a

Please sign in to comment.