diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index bcd999bde3be..e30d8f489463 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -1,2 +1,2 @@ -# `material.angular.io/` folder renamed to `docs/` +# `material.angular.dev/` folder renamed to `docs/` cc8d090758b6448a3f745e1faf3e503a293b1757 diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 32f05e124764..2a628c6ebdc1 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -1,5 +1,5 @@ name: Documentation -description: Suggest an improvement to our documentation at material.angular.io +description: Suggest an improvement to our documentation at material.angular.dev title: 'docs-bug(COMPONENT): TITLE' labels: ['docs', 'needs triage'] body: @@ -8,7 +8,7 @@ body: attributes: label: Documentation Feedback description: | - Provide a brief summary of what you would like to see changed in our documentation at [material.angular.io](https://material.angular.io/). + Provide a brief summary of what you would like to see changed in our documentation at [material.angular.dev](https://material.angular.dev/). Feel free to provide any suggestions of content or examples you’d like us to include. validations: required: true @@ -16,6 +16,6 @@ body: id: affected-documentation-page attributes: label: Affected documentation page - description: Insert a link to the affected page on [material.angular.io](https://material.angular.io/). + description: Insert a link to the affected page on [material.angular.dev](https://material.angular.dev/). validations: required: true diff --git a/.github/workflows/ci.material-aio.yml b/.github/workflows/ci.material-aio.yml index a9758e5e6318..1f4f94634034 100644 --- a/.github/workflows/ci.material-aio.yml +++ b/.github/workflows/ci.material-aio.yml @@ -1,4 +1,4 @@ -name: 'CI (material.angular.io)' +name: 'CI (material.angular.dev)' on: push: @@ -63,7 +63,7 @@ jobs: if: always() with: name: test-logs - path: material.angular.io/bazel-testlogs/ + path: material.angular.dev/bazel-testlogs/ retention-days: 14 lighthouse: @@ -84,5 +84,5 @@ jobs: if: always() with: name: lighthouse-logs - path: material.angular.io/bazel-testlogs/ + path: material.angular.dev/bazel-testlogs/ retention-days: 14 diff --git a/.github/workflows/pr.material-aio.yml b/.github/workflows/pr.material-aio.yml index 74ddd6b2a426..fc612e1225c6 100644 --- a/.github/workflows/pr.material-aio.yml +++ b/.github/workflows/pr.material-aio.yml @@ -1,4 +1,4 @@ -name: 'PR (material.angular.io)' +name: 'PR (material.angular.dev)' on: pull_request: @@ -61,7 +61,7 @@ jobs: if: always() with: name: test-logs - path: material.angular.io/bazel-testlogs/ + path: material.angular.dev/bazel-testlogs/ retention-days: 14 lighthouse: @@ -82,5 +82,5 @@ jobs: if: always() with: name: lighthouse-logs - path: material.angular.io/bazel-testlogs/ + path: material.angular.dev/bazel-testlogs/ retention-days: 14 diff --git a/CHANGELOG.md b/CHANGELOG.md index f1003b3d039d..65f416566ac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3016,7 +3016,7 @@ Andy Chrzaszcz, Bobby Galli, Joey Perrott, Kristiyan Kostadinov, Miles Malerba, - `mat-tabs` - The TypeScript API should remain largely unchanged, but the DOM and CSS classes for these components have changed. - See the MDC migration guide for more information about the changes and - how to migrate your app: https://material.angular.io/guide/mdc-migration. + how to migrate your app: https://material.angular.dev/guide/mdc-migration. - Buttons inside the datepicker popup and datepicker toggle now use the MDC-based button implementation. They have different CSS classes and styles, so custom style overrides may need to be updated. @@ -5855,4 +5855,4 @@ _Breaking changes:_ # Changes Prior to 12.0.0 -To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md). \ No newline at end of file +To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md). diff --git a/CHANGELOG_ARCHIVE.md b/CHANGELOG_ARCHIVE.md index 9de1841eee84..19ab29f157a7 100644 --- a/CHANGELOG_ARCHIVE.md +++ b/CHANGELOG_ARCHIVE.md @@ -1891,8 +1891,8 @@ And the same test with harnesses: ``` Learn more about -[Angular Material's component harnesses](https://material.angular.io/guide/using-component-harnesses) -or [building your own with the CDK](https://v9.material.angular.io/cdk/testing/overview). +[Angular Material's component harnesses](https://material.angular.dev/guide/using-component-harnesses) +or [building your own with the CDK](https://v9.material.angular.dev/cdk/testing/overview). #### New `@angular/google-maps` package! @@ -1911,7 +1911,7 @@ Big thanks to @mbehrlich for contributing this! #### New `cdk/clipboard` subpackage containing helpers for working with the clipboard. This new capability for `@angular/cdk` provides some convenient helpers for dealign with -the clipboard. [See the documentation for more information](https://material.angular.io/cdk/clipboard). +the clipboard. [See the documentation for more information](https://material.angular.dev/cdk/clipboard). Big thanks to @xkxx for contributing this! @@ -3242,8 +3242,8 @@ It was always required, but is now correctly listed in the `package.json`. ### Highlights -* Support for [Drag and Drop](https://material.angular.io/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`. -* Support for [Virtual Scrolling](https://material.angular.io/cdk/scrolling/overview) in `@angular/cdk/scrolling`. +* Support for [Drag and Drop](https://material.angular.dev/cdk/drag-drop/overview) in `@angular/cdk/drag-drop`. +* Support for [Virtual Scrolling](https://material.angular.dev/cdk/scrolling/overview) in `@angular/cdk/scrolling`. * Support for native `` & `