From a11930d3e796dee08d3ed830c9d0f275bba46226 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 7 Aug 2024 20:33:25 +0000 Subject: [PATCH 01/90] 18.2.x - ddc307e feat(material/button-toggle): allow disabled buttons to be interactive (#29550) From a19cc225a36017070a500125d3f0dc50f4304037 Mon Sep 17 00:00:00 2001 From: Miles Malerba <mmalerba@google.com> Date: Wed, 7 Aug 2024 20:38:10 +0000 Subject: [PATCH 02/90] 18.2.x - 4e027f9 release: cut the v18.2.0-rc.0 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index e27241356..bbe59221c 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.0-next.3'); +export const VERSION = new Version('18.2.0-rc.0'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index bcc5df1c5..1802fae15 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.0-next.3'); +const VERSION = new Version('18.2.0-rc.0'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index e98de7dc8..da20c6406 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0-next.3');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0-rc.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 31a107391..d1d6b1a46 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.0-next.3", + "version": "18.2.0-rc.0", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/cdk": "18.2.0-next.3", + "@angular/cdk": "18.2.0-rc.0", "@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", "@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", "@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", "@angular/platform-browser": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/material": "18.2.0-next.3" + "@angular/material": "18.2.0-rc.0" }, "dependencies": { "tslib": "^2.3.0" From d4b2c4171a21e002417efccce6b118828ed42fe9 Mon Sep 17 00:00:00 2001 From: Joel Lefkowitz <joel.lefkowitz@teya.com> Date: Thu, 8 Aug 2024 19:01:14 +0000 Subject: [PATCH 03/90] 18.2.x - 1644662 Fix indefinite articles (#29091) From a6a1dc1f356273ce89ac1ee7b5682e5e44f1afb5 Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Fri, 9 Aug 2024 12:24:55 +0000 Subject: [PATCH 04/90] 18.2.x - 35cbbdd docs(material/tree): switch example to signals (#29552) From 711cc949ec07ce71ff7b74a4cb51dcaca6b4bf74 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:08:37 +0000 Subject: [PATCH 05/90] 18.2.x - 4731803 refactor(multiple): remove mdc-based descriptions (#29566) From 23cb2801081ff464c225224820273d45b23c8101 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Mon, 12 Aug 2024 17:01:56 +0000 Subject: [PATCH 06/90] 18.2.x - f5566c8 fix(material/schematics): Generate more accurate tonal palettes for M3 schematic (#29536) From 9dfbda5a583a6521e68eeacd24dbc1e3ec2d7dc8 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:20:59 +0000 Subject: [PATCH 07/90] 18.2.x - 0f8b4c4 docs(material/chips): wrong example name (#29572) From 68839b1834ed5c44d9f0f6630a3ae60effef61a6 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Tue, 13 Aug 2024 05:59:24 +0000 Subject: [PATCH 08/90] 18.2.x - 08d2e3e fix(material/slide-toggle): account for disabledInteractive in harness From 59b0e6551b4868b2993724f96ab461191337ec16 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 13 Aug 2024 06:14:24 +0000 Subject: [PATCH 09/90] 18.2.x - 1ee9d49 fix(material/form-field): update state if control changes (#29573) From 7bfc8bb914eaf68d1ac003f2fb15f979bbce7f2f Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:34:30 +0000 Subject: [PATCH 10/90] 18.2.x - f7a0305 fix(material/tabs): allow for tablist aria-label and aria-labelledby to be set (#29562) From e976f4102c112807012a5b705e70baa14fc08321 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Wed, 14 Aug 2024 17:50:41 +0000 Subject: [PATCH 11/90] 18.2.x - 2caed5b release: cut the v18.2.0 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 16 ++++++++-------- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index bbe59221c..f8c013add 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.0-rc.0'); +export const VERSION = new Version('18.2.0'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 1802fae15..67997838a 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.0-rc.0'); +const VERSION = new Version('18.2.0'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index da20c6406..5893182a3 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0-rc.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index d1d6b1a46..686965e4e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.0-rc.0", + "version": "18.2.0", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -48,13 +48,13 @@ } }, "peerDependencies": { - "@angular/animations": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/cdk": "18.2.0-rc.0", - "@angular/core": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/common": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/forms": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/platform-browser": "^18.0.0-0 || ^18.1.0-0 || ^18.2.0-0 || ^18.3.0-0 || ^19.0.0-0", - "@angular/material": "18.2.0-rc.0" + "@angular/animations": "^18.0.0 || ^19.0.0", + "@angular/cdk": "18.2.0", + "@angular/core": "^18.0.0 || ^19.0.0", + "@angular/common": "^18.0.0 || ^19.0.0", + "@angular/forms": "^18.0.0 || ^19.0.0", + "@angular/platform-browser": "^18.0.0 || ^19.0.0", + "@angular/material": "18.2.0" }, "dependencies": { "tslib": "^2.3.0" From eaa91ce000e40b2f1d67c112e3ecfb5e7eabb8fa Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:31:32 +0000 Subject: [PATCH 12/90] 18.2.x - c4c62b8 fix(material/icon): update error message for missing HttpClient (#29589) From 3327cde029703fc8a0d3552a85d9ae6bb8169b01 Mon Sep 17 00:00:00 2001 From: Charles <19598772+clydin@users.noreply.github.com> Date: Fri, 16 Aug 2024 03:54:48 +0000 Subject: [PATCH 13/90] 18.2.x - d12512b build: remove outdated `--non-interactive` yarn option from doc site install (#29592) From a0862939b4fc675dfe7329181f3838c335dafaea Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Sat, 17 Aug 2024 20:15:00 +0000 Subject: [PATCH 14/90] 18.2.x - f719693 build: use the new logo for the dev app favicon (#29598) From c5d8e30c7ac5241a33184c80a4ff1959f0335f6b Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 19 Aug 2024 13:03:06 +0000 Subject: [PATCH 15/90] 18.2.x - b2a32e9 fix(material/menu): inconsistent layout of submenu icon (#29603) From 3c8b3722b96d19121c8f14283b743e7be13e980c Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 20 Aug 2024 05:13:37 +0000 Subject: [PATCH 16/90] 18.2.x - 3a2d13e fix(cdk/drag-drop): preview positioned incorrectly when RTL is set on the body (#29606) From a819dca2a1e8aa96a0203e23f53deaa6131fbd5d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:07:49 +0000 Subject: [PATCH 17/90] 18.2.x - 5f0c890 fix(material/tabs): switch pagination to not use native buttons (#29605) From 8c54bfed61e6b1c9085dacbe2af10cf6de6a4c09 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 21 Aug 2024 06:31:00 +0000 Subject: [PATCH 18/90] 18.2.x - bad94fd fix(material/datepicker): calendar font tokens not being picked up (#29610) (#29615) From 9d9aa017ede1a39af74eb21396a9caaa944cbdec Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewjs@google.com> Date: Thu, 22 Aug 2024 16:55:47 +0000 Subject: [PATCH 19/90] 18.2.x - 32e8b26 release: cut the v18.2.1 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index f8c013add..87bc0d0ea 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.0'); +export const VERSION = new Version('18.2.1'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 67997838a..6ad6723e5 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.0'); +const VERSION = new Version('18.2.1'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 5893182a3..844b99906 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.0');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.1');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 686965e4e..9ea3b4b0f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.0", + "version": "18.2.1", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.0", + "@angular/cdk": "18.2.1", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.0" + "@angular/material": "18.2.1" }, "dependencies": { "tslib": "^2.3.0" From 686a11d6424146e3d6a17584eb769ada2c7d64ab Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:17:02 +0000 Subject: [PATCH 20/90] 18.2.x - 39d3d01 fix(cdk/drag-drop): error if ngDevMode is undefined (#29634) From 22702fb912b81a50ef62cd7cfa31f1c4afd5e451 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Sun, 25 Aug 2024 20:16:13 +0000 Subject: [PATCH 21/90] 18.2.x - dc23acc build: remove goo.gl links (#29640) From ec2c18e47d3f038bdc2a80624935aedeeca53245 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 26 Aug 2024 20:33:08 +0000 Subject: [PATCH 22/90] 18.2.x - ff95692 fix(cdk/tree): capturing focus on load (#29641) From ae3e32aa4af3cb0f92b5af2970d8c67e77c3212b Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:19:41 +0000 Subject: [PATCH 23/90] 18.2.x - f888b3d fix(cdk/tree): fix issue where `isExpanded` wouldn't be set if placed before `isExpandable` (#29565) (#29647) From 5ee9a7c1c53862fd39af83a23e1ea9d1b08ebd24 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 27 Aug 2024 15:33:05 +0000 Subject: [PATCH 24/90] 18.2.x - b1c5ed7 fix(cdk/tree): avoid breaking change in constructor (#29648) From 62173306fb468df9da5dd7c12fee92215e4fe5fb Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:31:21 +0000 Subject: [PATCH 25/90] 18.2.x - 3ce4e9f fix(material/schematics): Add the missing neutral tones for the M3 color palettes (#29644) From 6aecd7f0b9c52abe6bb4b8f8a73b34985547c12a Mon Sep 17 00:00:00 2001 From: Karl Seamon <bannanafiend@gmail.com> Date: Wed, 28 Aug 2024 07:35:20 +0000 Subject: [PATCH 26/90] 18.2.x - f93d0f4 perf(material/tooltip): Avoid unneeded calls to clearTimeout (#29643) From f07305fd5aaa2b7670d4b167872d998638e97303 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:07:48 +0000 Subject: [PATCH 27/90] 18.2.x - 59074f2 release: cut the v18.2.2 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 87bc0d0ea..2f48aaf31 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.1'); +export const VERSION = new Version('18.2.2'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 6ad6723e5..dece8d8b2 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.1'); +const VERSION = new Version('18.2.2'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 844b99906..26ff41f71 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.1');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.2');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 9ea3b4b0f..80af6559b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.1", + "version": "18.2.2", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.1", + "@angular/cdk": "18.2.2", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.1" + "@angular/material": "18.2.2" }, "dependencies": { "tslib": "^2.3.0" From c862517d5590f8291059e844b8c912b006e7c29f Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Thu, 29 Aug 2024 18:12:58 +0000 Subject: [PATCH 28/90] 18.2.x - fe3f30f fix(material/core): Allow system variables to be formatted for opacity (#29665) From b64b4a55135f7270e66d7577659836dab4d5f9f5 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 2 Sep 2024 10:27:30 +0000 Subject: [PATCH 29/90] 18.2.x - 0f07b25 fix(material/badge): resolve memory leak (#29676) From 27e6b51c945fa798d119500792e11fdce487ce5b Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:53:08 +0000 Subject: [PATCH 30/90] 18.2.x - 5f57157 build: bump up machine size (#29680) From 902acb9e89f52952d385ad079ec256ec9efc3af3 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:11:00 +0000 Subject: [PATCH 31/90] 18.2.x - 4a79052 fix(material/tooltip): remove old IE workaround (#29674) From 87377aaa43ae9efa1991f39fce082c9a387a4227 Mon Sep 17 00:00:00 2001 From: Miles Malerba <mmalerba@google.com> Date: Wed, 4 Sep 2024 21:02:25 +0000 Subject: [PATCH 32/90] 18.2.x - ed63b4e release: cut the v18.2.3 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 2f48aaf31..e1c4a1898 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.2'); +export const VERSION = new Version('18.2.3'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index dece8d8b2..fbd46a25a 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.2'); +const VERSION = new Version('18.2.3'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 26ff41f71..eced1100b 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.2');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.3');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 80af6559b..5897ec08b 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.2", + "version": "18.2.3", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.2", + "@angular/cdk": "18.2.3", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.2" + "@angular/material": "18.2.3" }, "dependencies": { "tslib": "^2.3.0" From 3b1915050c6c59476758e8cd025c6d3ad8b02b1f Mon Sep 17 00:00:00 2001 From: Pascal Weyrich <pascal.weyrich@plentymarkets.com> Date: Fri, 6 Sep 2024 08:55:33 +0000 Subject: [PATCH 33/90] 18.2.x - 103ec13 docs(material/progress-spinner): remove legacy prefix (#29701) From 322e40e5c8c874e1fda39b46bfedde2e97c5ba52 Mon Sep 17 00:00:00 2001 From: Miles Malerba <mmalerba@google.com> Date: Mon, 9 Sep 2024 20:27:18 +0000 Subject: [PATCH 34/90] 18.2.x - 0e6dee3 fix(material/form-field): Don't allow label to grow larger than input (#29673) From efeb5c1c6964332d7db3bd64468415d634cc53c9 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 10 Sep 2024 07:02:53 +0000 Subject: [PATCH 35/90] 18.2.x - 7cc0d3a fix(cdk/overlay): avoid leaking memory through afterNextRender (#29709) From 55f1a9743288b2eafd4dc6b8a90b74cdb6cc38de Mon Sep 17 00:00:00 2001 From: Dolav Soker <41971677+dolav@users.noreply.github.com> Date: Tue, 10 Sep 2024 19:39:12 +0000 Subject: [PATCH 36/90] 18.2.x - 591b30a Fix typo in expansion-panel-header.scss (#29712) From 37b7478010c2864cccfc1efa36dad5cc4e9b7399 Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:15:30 +0000 Subject: [PATCH 37/90] 18.2.x - 57028df fix(material/select): Update checkbox color to match the selected label text color (#29684) From f9e312729e3783421db861bf19ec4d59d01a9b85 Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Tue, 10 Sep 2024 21:35:35 +0000 Subject: [PATCH 38/90] 18.2.x - 651b448 fix(material/badge): change legacy container size default (#29713) From fc8819798e7230c271619823e853a3ed82e1a41e Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Thu, 12 Sep 2024 14:40:52 +0000 Subject: [PATCH 39/90] 18.2.x - 95d680a release: cut the v18.2.4 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index e1c4a1898..4a28a53e1 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.3'); +export const VERSION = new Version('18.2.4'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index fbd46a25a..560d178c3 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.3'); +const VERSION = new Version('18.2.4'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index eced1100b..25ff7ce16 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.3');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.4');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 5897ec08b..a008d2a9d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.3", + "version": "18.2.4", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.3", + "@angular/cdk": "18.2.4", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.3" + "@angular/material": "18.2.4" }, "dependencies": { "tslib": "^2.3.0" From b02eeea21cced5101412e529b3f4a2b0840e47ca Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:57:37 +0000 Subject: [PATCH 40/90] 18.2.x - aae74b0 fix(cdk/listbox): scroll active option into view when using aria-activedescendant (#29722) From ffe24af14756c2ac43e1ba6bba9344a55ee674e1 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 17 Sep 2024 15:11:57 +0000 Subject: [PATCH 41/90] 18.2.x - 0728d9f docs(material/select): prevent select from jumping in custom trigger example (#29746) From 31bd89d457e82c88c8e579a2baee5e7ee350dd9f Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 18 Sep 2024 16:46:13 +0000 Subject: [PATCH 42/90] 18.2.x - 7db4b5f fix(cdk/tree): resolve maximum call stack error (#29754) From 601d0ac1013175af135b1349f4e7ccf784420f96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joy=20Serqui=C3=B1a?= <44146839+essjay05@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:56:11 +0000 Subject: [PATCH 43/90] 18.2.x - 7ab65e4 fix(material/select): remove incompatible aria-autocomplete attribute (#29645) From 623bc30012b78eeb841d7e986f768a24579b3bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joy=20Serqui=C3=B1a?= <44146839+essjay05@users.noreply.github.com> Date: Wed, 18 Sep 2024 22:07:52 +0000 Subject: [PATCH 44/90] 18.2.x - f9e1810 fix(material/chips): increase chip remove touch target size (#29452) From 01ca035b6deed60cb1fb49c78ff892f5ef6802ae Mon Sep 17 00:00:00 2001 From: Cassandra Choi <cassc@google.com> Date: Thu, 19 Sep 2024 06:38:48 +0000 Subject: [PATCH 45/90] 18.2.x - 724dc2f docs(material/tree): update examples on docs pages, add new childrenAccessor examples (#29752) From 88d675a6571e30a684193e21a40d006fe02130f3 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:11:59 +0000 Subject: [PATCH 46/90] 18.2.x - 919f08d test(material/select): fix broken test (#29760) From d94497dea7b127165f2715b79c990682de31f3e6 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Fri, 20 Sep 2024 07:22:54 +0000 Subject: [PATCH 47/90] 18.2.x - a6d8793 release: cut the v18.2.5 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 4a28a53e1..accc01c21 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.4'); +export const VERSION = new Version('18.2.5'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 560d178c3..6b0582cb0 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.4'); +const VERSION = new Version('18.2.5'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 25ff7ce16..585f3ae37 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.4');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.5');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index a008d2a9d..903fd0948 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.4", + "version": "18.2.5", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.4", + "@angular/cdk": "18.2.5", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.4" + "@angular/material": "18.2.5" }, "dependencies": { "tslib": "^2.3.0" From d6cfabdbba981b79b88003da46385f821360f043 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Tue, 24 Sep 2024 13:39:29 +0000 Subject: [PATCH 48/90] 18.2.x - d8c2b42 fix(material/datepicker): set explicit line height on calendar (#29770) From f29f81b9967229e101dcf5644ca4553a746d6706 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalski <matikowi@gmail.com> Date: Wed, 25 Sep 2024 09:11:07 +0000 Subject: [PATCH 49/90] 18.2.x - 3ae420b docs(material/datepicker): Fixed typo in date-range-picker-selection-strategy-example (#29780) From 3f2844f77d6528174fedde85afe5fd28cf932615 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Mon, 30 Sep 2024 17:48:21 +0000 Subject: [PATCH 50/90] 18.2.x - 0fabf52 fix(material/chips): focus escape not working consistently --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index accc01c21..48db8e4b6 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.5'); +export const VERSION = new Version('18.2.6'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 6b0582cb0..f4cab1e12 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.5'); +const VERSION = new Version('18.2.6'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 585f3ae37..e76a4ec08 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.5');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.6');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 903fd0948..515e7b08d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.5", + "version": "18.2.6", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.5", + "@angular/cdk": "18.2.6", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.5" + "@angular/material": "18.2.6" }, "dependencies": { "tslib": "^2.3.0" From 96caa1f482ef20b7fe1188ea8f81419ede1f8a08 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 30 Sep 2024 17:57:40 +0000 Subject: [PATCH 51/90] 18.2.x - da55ad0 fix(material/core): infer first day of week in native date adapter (#29802) From a4cf1eee0afaf727b7d26342c77a178fba966249 Mon Sep 17 00:00:00 2001 From: Jacob <electro7bug@gmail.com> Date: Wed, 2 Oct 2024 09:17:08 +0000 Subject: [PATCH 52/90] 18.2.x - 5322679 refactor(google-maps): remove duplicate condition for setting content (#29801) From 7afd2db7d7536ccb7d70e499bdca2a85cf8214b8 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:32:40 +0000 Subject: [PATCH 53/90] 18.2.x - 3e1faec fix(cdk/drag-drop): positioning thrown off with align-self (#29813) From f90fd81a8d5c2bf68d3a44a75a43c95e41a91709 Mon Sep 17 00:00:00 2001 From: Denis Bowen <42016383+DBowen33@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:10:30 +0000 Subject: [PATCH 54/90] 18.2.x - 97f4aeb docs(material/datepicker): update documentation (#29816) From 201b35b1ca92d6a4a0fa301ccb914b3a4789d526 Mon Sep 17 00:00:00 2001 From: Miles Malerba <mmalerba@google.com> Date: Thu, 3 Oct 2024 14:26:32 +0000 Subject: [PATCH 55/90] 18.2.x - f8b5359 release: cut the v18.2.7 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 48db8e4b6..3fb0ab20f 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.6'); +export const VERSION = new Version('18.2.7'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index f4cab1e12..49a2b3318 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.6'); +const VERSION = new Version('18.2.7'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index e76a4ec08..d402e45ea 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.6');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.7');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 515e7b08d..7b979c147 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.6", + "version": "18.2.7", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.6", + "@angular/cdk": "18.2.7", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.6" + "@angular/material": "18.2.7" }, "dependencies": { "tslib": "^2.3.0" From a8c87eb97b5ac3b401f45c7d690e22849a1e618a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20C=C3=A1rdenas?= <78029302+miguelcsx@users.noreply.github.com> Date: Wed, 9 Oct 2024 12:57:30 +0000 Subject: [PATCH 56/90] 18.2.x - cd79569 docs(material/icon): #29838 update broken link in icon documentation (#29849) From f4ec918232b48e50cf1ce216c6802c17b39b0a78 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Wed, 9 Oct 2024 13:33:45 +0000 Subject: [PATCH 57/90] 18.2.x - a36bb42 release: cut the v18.2.8 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 3fb0ab20f..cad46f7b3 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.7'); +export const VERSION = new Version('18.2.8'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 49a2b3318..1dc5480aa 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.7'); +const VERSION = new Version('18.2.8'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index d402e45ea..c4dca8b23 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.7');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.8');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 7b979c147..1bb448dcd 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.7", + "version": "18.2.8", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.7", + "@angular/cdk": "18.2.8", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.7" + "@angular/material": "18.2.8" }, "dependencies": { "tslib": "^2.3.0" From 3e74ea87ce13d419f4f73011478a6c09eb2d01a3 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Thu, 10 Oct 2024 12:55:08 +0000 Subject: [PATCH 58/90] 18.2.x - 80bfac2 fix(material/badge): content incorrectly truncated in M3 (#29854) From e678ae0563e896cf8e06d31b9f49f9eeb29ea24b Mon Sep 17 00:00:00 2001 From: Naji <54370141+naaajii@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:51:29 +0000 Subject: [PATCH 59/90] 18.2.x - ddb55e2 fix(material/form-field): account in `cols` attribute on textarea (#29836) From 96baafeb673c627a618f8c24ae23d00e74311e59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joy=20Serqui=C3=B1a?= <44146839+essjay05@users.noreply.github.com> Date: Thu, 10 Oct 2024 22:34:15 +0000 Subject: [PATCH 60/90] 18.2.x - 6ce5747 fix(material/dialog): updates dialog max-height in landscape (#29853) From 06d0ab7f96c16d3ae3acfd9ff79a7c533e8b137e Mon Sep 17 00:00:00 2001 From: Naji <54370141+naaajii@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:45:56 +0000 Subject: [PATCH 61/90] 18.2.x - 2d75191 fix(material/card): elevated card container color (#29835) From 837eeaa83e171f9e79ebf9ff3667a0153c98f622 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:24:49 +0000 Subject: [PATCH 62/90] 18.2.x - b5ff571 build: remove usages of CommonModule in the dev app (#29869) From d30d6cbe5e2300fa0e5eb279bb5466afc452ceb8 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:01:54 +0000 Subject: [PATCH 63/90] 18.2.x - 82d9fe2 docs(cdk/tree): fix several live example issues (#29875) From 5584a45f2c9624ce0f707a520d5c5d6de902aa50 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 14 Oct 2024 16:13:18 +0000 Subject: [PATCH 64/90] 18.2.x - e3fdd44 build: default the dev app to M3 (#29871) From 7279bf763fa3beb4678a2cd38530c1c9f63adb2f Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:16:19 +0000 Subject: [PATCH 65/90] 18.2.x - afc6b9d fix(material/radio): use tokens for focused border color (#29716) From 394cd97a63daf7cbe28372891d1f455564c5acfb Mon Sep 17 00:00:00 2001 From: Wagner Maciel <wagnermaciel@google.com> Date: Thu, 17 Oct 2024 21:55:51 +0000 Subject: [PATCH 66/90] 18.2.x - ec4e13b release: cut the v18.2.9 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index cad46f7b3..97a573068 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.8'); +export const VERSION = new Version('18.2.9'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 1dc5480aa..a4bbc9893 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.8'); +const VERSION = new Version('18.2.9'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index c4dca8b23..b753ab445 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.8');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.9');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 1bb448dcd..606edf0b9 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.8", + "version": "18.2.9", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.8", + "@angular/cdk": "18.2.9", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.8" + "@angular/material": "18.2.9" }, "dependencies": { "tslib": "^2.3.0" From c508020ad81299ade1f029961e0d069f8a2feebc Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:03:19 +0000 Subject: [PATCH 67/90] 18.2.x - 474f0c1 docs: use new components stackblitz issue starter (#29891) From e94095a71c1c1b8029fa200d6130351ea0e25a5b Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Fri, 18 Oct 2024 13:41:40 +0000 Subject: [PATCH 68/90] 18.2.x - 501faa9 fix(material/chips): emitting end event multiple times when holding down key (#29894) From 975623113928db759ada36dc28b47b364abc1f90 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:50:42 +0000 Subject: [PATCH 69/90] 18.2.x - 4a0397a fix(material/tabs): remove IE animation workaround (#29899) From 3b74dd6772b9dd5ff2c01995d118ec574537a0fb Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewjs@google.com> Date: Wed, 23 Oct 2024 20:10:33 +0000 Subject: [PATCH 70/90] 18.2.x - 809f927 release: cut the v18.2.10 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 97a573068..ca83e66db 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.9'); +export const VERSION = new Version('18.2.10'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index a4bbc9893..e02ed015c 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.9'); +const VERSION = new Version('18.2.10'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index b753ab445..b71d4babc 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.9');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.10');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 606edf0b9..9aa66cfd6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.9", + "version": "18.2.10", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.9", + "@angular/cdk": "18.2.10", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.9" + "@angular/material": "18.2.10" }, "dependencies": { "tslib": "^2.3.0" From e3f1c02e66e7f7fa6076c522faa996d26fe99ddb Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:15:00 +0000 Subject: [PATCH 71/90] 18.2.x - 197747e fix(material/stepper): remove IE animation workaround (#29916) From e5eb640afb66273dcf1a2435791c2e2e89e45b76 Mon Sep 17 00:00:00 2001 From: Karl Seamon <bannanafiend@gmail.com> Date: Mon, 28 Oct 2024 07:42:49 +0000 Subject: [PATCH 72/90] 18.2.x - a3449dc perf(cdk/table): Use ResizeObservers instead of dom measurement to reduce layout thrashing (where possible) (#29814) From 2dfb9b02dd5dfb48d67850a59780012615d74340 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:33:59 +0000 Subject: [PATCH 73/90] 18.2.x - 810040e fix(material/sidenav): remove IE animation workaround (#29929) From 1d9a52c536c64a28606eac157bfd094483208e99 Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:33:10 +0000 Subject: [PATCH 74/90] 18.2.x - cd6d55c docs: update theme schematic link for v18 (#29935) From 01b24512ffddc44de4277c40e622ce62865cc014 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Wed, 30 Oct 2024 12:19:08 +0000 Subject: [PATCH 75/90] 18.2.x - a98c886 fix(material/button): anchor not handling disabledInteractive correctly (#29938) From 634799f33edfd99b53341ab934ffc28c7660a517 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Wed, 30 Oct 2024 12:36:57 +0000 Subject: [PATCH 76/90] 18.2.x - 5d1bc76 fix(cdk/tree): only handle keyboard events directly from the node From 26371aa55e58adf4a1d812b4b62f4c53913e125c Mon Sep 17 00:00:00 2001 From: ManicardiFrancesco <160016917+ManicardiFrancesco@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:33:49 +0000 Subject: [PATCH 77/90] 18.2.x - f3f2b54 Fix _focused signal not firing stateChanges (#29944) From 2aee16d4f744c19ed25dfd438ef96014ca8edf7c Mon Sep 17 00:00:00 2001 From: Amy Sorto <8575252+amysorto@users.noreply.github.com> Date: Thu, 31 Oct 2024 14:13:56 +0000 Subject: [PATCH 78/90] 18.2.x - 3565b50 release: cut the v18.2.11 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index ca83e66db..c6f66e2c1 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.10'); +export const VERSION = new Version('18.2.11'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index e02ed015c..3f6b2b1c5 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.10'); +const VERSION = new Version('18.2.11'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index b71d4babc..4f3b0ded6 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.10');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.11');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 9aa66cfd6..02b83dc7e 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.10", + "version": "18.2.11", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.10", + "@angular/cdk": "18.2.11", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.10" + "@angular/material": "18.2.11" }, "dependencies": { "tslib": "^2.3.0" From d04c0cb5be519d25122f9b552c07b067f78e2caa Mon Sep 17 00:00:00 2001 From: Jackson Dearing <34879247+jacksondearing96@users.noreply.github.com> Date: Mon, 4 Nov 2024 10:50:51 +0000 Subject: [PATCH 79/90] 18.2.x - 9c8bd3e docs(material/button-toggle): fix typo in documentation (#29955) From 204ec386cc3e476020f3b0a20d3567f0d6d87cb7 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:09:02 +0000 Subject: [PATCH 80/90] 18.2.x - 3fc968a fix(material/datepicker): use SVG icons for calendar (#29957) From 5b7ee6834baf3d25a430312e5d54ee15d68edf5a Mon Sep 17 00:00:00 2001 From: Angular Robot <angular-robot@google.com> Date: Tue, 5 Nov 2024 13:28:02 +0000 Subject: [PATCH 81/90] 18.2.x - 2e6c7d6 build: migrate renovate config (#29967) From 8c095fc9cbc71f463204895301efcc4ad5770cbe Mon Sep 17 00:00:00 2001 From: Wagner Maciel <wagnermaciel@google.com> Date: Wed, 6 Nov 2024 17:29:55 +0000 Subject: [PATCH 82/90] 18.2.x - ccbdb6d release: cut the v18.2.12 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index c6f66e2c1..bceb096f5 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.11'); +export const VERSION = new Version('18.2.12'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index 3f6b2b1c5..eb2d9e066 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.11'); +const VERSION = new Version('18.2.12'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 4f3b0ded6..fba7b0290 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.11');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.12');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 02b83dc7e..4b5351bd6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.11", + "version": "18.2.12", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.11", + "@angular/cdk": "18.2.12", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.11" + "@angular/material": "18.2.12" }, "dependencies": { "tslib": "^2.3.0" From 0df444712406450a0b0619abf92330325c950caa Mon Sep 17 00:00:00 2001 From: Miles Malerba <mmalerba@google.com> Date: Thu, 7 Nov 2024 17:09:38 +0000 Subject: [PATCH 83/90] 18.2.x - 1ea3ba3 fix(cdk/listbox): make tabindex zoneless compatible (#29970) From c5ca56ae76fd3e5504b541ae5dfcc4fb515fe774 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Mon, 11 Nov 2024 13:01:56 +0000 Subject: [PATCH 84/90] 18.2.x - c643f04 fix(material/core): incorrect validation in get-theme-color (#29994) From ee37e1e3c1b2be6d88230349192acc73b29f1d68 Mon Sep 17 00:00:00 2001 From: Daniel Kimmich <18580672+json-derulo@users.noreply.github.com> Date: Tue, 12 Nov 2024 19:43:09 +0000 Subject: [PATCH 85/90] 18.2.x - aed9094 fix(material/snack-bar): prevent override of snack bar action button color (#27511) From 27f906bdfc092ffd3f7191405f77d6629e3e11f2 Mon Sep 17 00:00:00 2001 From: Peter <tatp22@gmail.com> Date: Wed, 13 Nov 2024 17:04:28 +0000 Subject: [PATCH 86/90] 18.2.x - 3c7de84 fix(cdk/testing): allow use of `plaintext-only` for `contenteditable` (#29999) From d90f7df05c18194144066a69f3d2b2ec124ea98d Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Wed, 13 Nov 2024 17:20:17 +0000 Subject: [PATCH 87/90] 18.2.x - ef9cff3 release: cut the v18.2.13 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index bceb096f5..167fefa27 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.12'); +export const VERSION = new Version('18.2.13'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index eb2d9e066..a25b9ae09 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.12'); +const VERSION = new Version('18.2.13'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index fba7b0290..5a4499c37 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.12');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.13');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 4b5351bd6..620df19c6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.12", + "version": "18.2.13", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.12", + "@angular/cdk": "18.2.13", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.12" + "@angular/material": "18.2.13" }, "dependencies": { "tslib": "^2.3.0" From 6093939cf911e223f0f63ff50aeeb434e5f65ecf Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:21:05 +0000 Subject: [PATCH 88/90] 18.2.x - 86120f1 refactor(cdk/testing): fix out of sync file (#30021) From 31ec2f0c9400dd63807460ff4c861e02946eca8c Mon Sep 17 00:00:00 2001 From: Andrew Seguin <andrewseguin@users.noreply.github.com> Date: Thu, 14 Nov 2024 20:17:58 +0000 Subject: [PATCH 89/90] 18.2.x - 3bd89ec fix(cdk/table): run differ for all columns (#30012) From d89c71844867f412f45b794e06881b4f13453227 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov <crisbeto@abv.bg> Date: Tue, 19 Nov 2024 14:17:24 +0000 Subject: [PATCH 90/90] 18.2.x - cfc8cf7 release: cut the v18.2.14 release --- esm2022/version.mjs | 2 +- fesm2022/material-experimental.mjs | 2 +- fesm2022/material-experimental.mjs.map | 2 +- package.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/esm2022/version.mjs b/esm2022/version.mjs index 167fefa27..2b57e3ce7 100755 --- a/esm2022/version.mjs +++ b/esm2022/version.mjs @@ -7,5 +7,5 @@ */ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -export const VERSION = new Version('18.2.13'); +export const VERSION = new Version('18.2.14'); //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9tYXRlcmlhbC1leHBlcmltZW50YWwvdmVyc2lvbi50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7O0dBTUc7QUFFSCxPQUFPLEVBQUMsT0FBTyxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXRDLDREQUE0RDtBQUM1RCxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsSUFBSSxPQUFPLENBQUMsbUJBQW1CLENBQUMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogQGxpY2Vuc2VcbiAqIENvcHlyaWdodCBHb29nbGUgTExDIEFsbCBSaWdodHMgUmVzZXJ2ZWQuXG4gKlxuICogVXNlIG9mIHRoaXMgc291cmNlIGNvZGUgaXMgZ292ZXJuZWQgYnkgYW4gTUlULXN0eWxlIGxpY2Vuc2UgdGhhdCBjYW4gYmVcbiAqIGZvdW5kIGluIHRoZSBMSUNFTlNFIGZpbGUgYXQgaHR0cHM6Ly9hbmd1bGFyLmlvL2xpY2Vuc2VcbiAqL1xuXG5pbXBvcnQge1ZlcnNpb259IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKiogQ3VycmVudCB2ZXJzaW9uIG9mIHRoZSBNYXRlcmlhbCBleHBlcmltZW50YWwgcGFja2FnZS4gKi9cbmV4cG9ydCBjb25zdCBWRVJTSU9OID0gbmV3IFZlcnNpb24oJzAuMC4wLVBMQUNFSE9MREVSJyk7XG4iXX0= \ No newline at end of file diff --git a/fesm2022/material-experimental.mjs b/fesm2022/material-experimental.mjs index a25b9ae09..ac5804cc1 100755 --- a/fesm2022/material-experimental.mjs +++ b/fesm2022/material-experimental.mjs @@ -1,7 +1,7 @@ import { Version } from '@angular/core'; /** Current version of the Material experimental package. */ -const VERSION = new Version('18.2.13'); +const VERSION = new Version('18.2.14'); export { VERSION }; //# sourceMappingURL=material-experimental.mjs.map diff --git a/fesm2022/material-experimental.mjs.map b/fesm2022/material-experimental.mjs.map index 5a4499c37..cc366a28b 100755 --- a/fesm2022/material-experimental.mjs.map +++ b/fesm2022/material-experimental.mjs.map @@ -1 +1 @@ -{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.13');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file +{"version":3,"file":"material-experimental.mjs","sources":["../../../../../../src/material-experimental/version.ts"],"sourcesContent":["/**\n * @license\n * Copyright Google LLC All Rights Reserved.\n *\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://angular.io/license\n */\n\nimport {Version} from '@angular/core';\n\n/** Current version of the Material experimental package. */\nexport const VERSION = new Version('18.2.14');\n"],"names":[],"mappings":";;AAUA;MACa,OAAO,GAAG,IAAI,OAAO,CAAC,mBAAmB;;;;"} \ No newline at end of file diff --git a/package.json b/package.json index 620df19c6..38697daa3 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@angular/material-experimental", - "version": "18.2.13", + "version": "18.2.14", "description": "Experimental components for Angular Material", "repository": { "type": "git", @@ -49,12 +49,12 @@ }, "peerDependencies": { "@angular/animations": "^18.0.0 || ^19.0.0", - "@angular/cdk": "18.2.13", + "@angular/cdk": "18.2.14", "@angular/core": "^18.0.0 || ^19.0.0", "@angular/common": "^18.0.0 || ^19.0.0", "@angular/forms": "^18.0.0 || ^19.0.0", "@angular/platform-browser": "^18.0.0 || ^19.0.0", - "@angular/material": "18.2.13" + "@angular/material": "18.2.14" }, "dependencies": { "tslib": "^2.3.0"