Skip to content

docs: rename material.angular.io to material.angular.dev #30993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# `material.angular.io/` folder renamed to `docs/`
# `material.angular.dev/` folder renamed to `docs/`
cc8d090758b6448a3f745e1faf3e503a293b1757
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/docs.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -8,14 +8,14 @@ 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
- type: input
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
6 changes: 3 additions & 3 deletions .github/workflows/ci.material-aio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'CI (material.angular.io)'
name: 'CI (material.angular.dev)'

on:
push:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: always()
with:
name: test-logs
path: material.angular.io/bazel-testlogs/
path: material.angular.dev/bazel-testlogs/
retention-days: 14

lighthouse:
Expand All @@ -70,5 +70,5 @@ jobs:
if: always()
with:
name: lighthouse-logs
path: material.angular.io/bazel-testlogs/
path: material.angular.dev/bazel-testlogs/
retention-days: 14
6 changes: 3 additions & 3 deletions .github/workflows/pr.material-aio.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'PR (material.angular.io)'
name: 'PR (material.angular.dev)'

on:
pull_request:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
if: always()
with:
name: test-logs
path: material.angular.io/bazel-testlogs/
path: material.angular.dev/bazel-testlogs/
retention-days: 14

lighthouse:
Expand All @@ -68,5 +68,5 @@ jobs:
if: always()
with:
name: lighthouse-logs
path: material.angular.io/bazel-testlogs/
path: material.angular.dev/bazel-testlogs/
retention-days: 14
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3324,7 +3324,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.
Expand Down Expand Up @@ -6163,4 +6163,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).
To view changes that occurred prior to 12.0.0, see [CHANGELOG_ARCHIVE.md](https://github.com/angular/components/blob/main/CHANGELOG_ARCHIVE.md).
34 changes: 17 additions & 17 deletions CHANGELOG_ARCHIVE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand All @@ -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!

Expand Down Expand Up @@ -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 `<select>` element in `<mat-form-field>` .
* Added `<mat-action-list>`, a list where each item is a `<button>`.
* Updated component styles throughout the library matching the 2018 Material Design Spec refresh.
Expand Down Expand Up @@ -4334,18 +4334,18 @@ You can view a beta version of the docs at https://beta-angular-material-io.fire

### Highlights

* [`MatTree`](https://material.angular.io/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.io/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.io/components/table/overview#tables-with-code-display-flex-code-)
* `MatTable` now supports having an optional [footer row](https://material.angular.io/components/table/overview#footer_row)
* [Schematics](https://material.angular.io/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
* `MatTabs` content can now be [lazy loaded](https://material.angular.io/components/tabs/overview#lazy_loading)
* [`MatBadge`](https://material.angular.io/components/badge/overview) and [`MatBottomSheet`](https://material.angular.io/components/bottom-sheet/overview) components are now available
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.io/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
* [`MatTree`](https://material.angular.dev/components/tree/overview) component is now available, [@tinayuangao](https://github.com/tinayuangao) recently gave a [talk at ng-conf about the new component](https://www.youtube.com/watch?v=s0Vy3sLbeyA)
* `<mat-table>` and `<cdk-table>` now native [`<table>` elements](https://material.angular.dev/components/table/overview#applying-material-styles-to-native-table) in addition to the existing [`display: flex` based layout](https://material.angular.dev/components/table/overview#tables-with-code-display-flex-code-)
* `MatTable` now supports having an optional [footer row](https://material.angular.dev/components/table/overview#footer_row)
* [Schematics](https://material.angular.dev/guides/schematics) are now available for Angular Material, [@jelbourn](https://github.com/jelbourn) recently gave a [talk at ng-conf about using schematics](https://www.youtube.com/watch?v=v__RuD9RX3I)
* `MatTabs` content can now be [lazy loaded](https://material.angular.dev/components/tabs/overview#lazy_loading)
* [`MatBadge`](https://material.angular.dev/components/badge/overview) and [`MatBottomSheet`](https://material.angular.dev/components/bottom-sheet/overview) components are now available
* `@angular/cdk/overlay` has a new positioning strategy available, [`FlexibleConnectedPositionStrategy`](https://material.angular.dev/cdk/overlay/overview#position-strategies), which intelligently handles sizing and positioning to ensure that overlay contents always remain on the screen
* `MatIcon` now allows SVG icons to be registered from strings
* `@angular/cdk/keycodes` now includes most keycodes you might need for building a web application
* 130+ bug fixes
* Docs for v5 are now available at [v5.material.angular.io](https://v5.material.angular.io)
* A version picker is available [material.angular.io](https://material.angular.io) to switch between docs versions
* Docs for v5 are now available at [v5.material.angular.dev](https://v5.material.angular.dev)
* A version picker is available [material.angular.dev](https://material.angular.dev) to switch between docs versions


### Upgrading to Angular Material 6.0
Expand Down Expand Up @@ -5526,7 +5526,7 @@ rather than being based on the existing config object.
* **tabs:** fix accidentally setting `top` instead of `width` after removing Renderer use ([#8602](https://github.com/angular/material2/issues/8602)) ([6e865b7](https://github.com/angular/material2/commit/6e865b7))

### Features
* The examples on [material.angular.io](https://material.angular.io) are now opened externally via
* The examples on [material.angular.dev](https://material.angular.dev) are now opened externally via
StackBlitz instead of Plunker.

<!-- CHANGELOG SPLIT MARKER -->
Expand Down Expand Up @@ -5572,7 +5572,7 @@ StackBlitz instead of Plunker.
* consistently coerce boolean and number properties ([#7283](https://github.com/angular/material2/issues/7283)) ([3ca801a](https://github.com/angular/material2/commit/3ca801a))
* replace extendObject utility w/ object spread ([#7372](https://github.com/angular/material2/issues/7372)) ([ea54edb](https://github.com/angular/material2/commit/ea54edb))
* using correct global name in rollup bundle ([#8407](https://github.com/angular/material2/issues/8407)) ([40be1f2](https://github.com/angular/material2/commit/40be1f2))
* TypeScript interfaces are now documented on https://material.angular.io
* TypeScript interfaces are now documented on https://material.angular.dev

### Features

Expand Down Expand Up @@ -6350,7 +6350,7 @@ initial release, code from Angular Material's `core/` have been moved for `a11y/
re-exports these symbols, marked as deprecated. The re-exports will be removed in a subsequent
release.
* Initial version of data-table component. There is both a `<cdk-table>` (the core) and the
`<md-table>` (with Material Design styles). See the documentation on material.angular.io for more
`<md-table>` (with Material Design styles). See the documentation on material.angular.dev for more
information.
* Initial version of `<md-paginator>` and `<md-sort-header>` components, which can be used either
with `<md-table>` or any other table.
Expand Down
2 changes: 1 addition & 1 deletion CODING_STANDARDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ three lines, introduce a new method to contain the logic.
#### JsDoc comments

All public APIs must have user-facing comments. These are extracted and shown in the documentation
on [material.angular.io](https://material.angular.io).
on [material.angular.dev](https://material.angular.dev).

Private and internal APIs should have JsDoc when they are not obvious. Ultimately it is the purview
of the code reviewer as to what is "obvious", but the rule of thumb is that *most* classes,
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ We aim for great user experience with the following screen readers:
[Material Design]: https://material.io
[Google Maps JavaScript API]: https://developers.google.com/maps/documentation/javascript/tutorial
[YouTube Player API]: https://developers.google.com/youtube/iframe_api_reference
[cdk-docs]: https://material.angular.io/cdk/categories
[mat-docs]: https://material.angular.io
[cdk-docs]: https://material.angular.dev/cdk/categories
[mat-docs]: https://material.angular.dev
[map-docs]: https://github.com/angular/components/blob/main/src/google-maps/README.md
[ytp-docs]: https://github.com/angular/components/blob/main/src/youtube-player/README.md
[getting-started]: https://material.angular.io/guide/getting-started
[getting-started]: https://material.angular.dev/guide/getting-started
[contributing]: https://github.com/angular/components/blob/main/CONTRIBUTING.md
[help-wanted]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22
[good-first-issue]: https://github.com/angular/components/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22+label%3A%22good+first+issue%22
20 changes: 10 additions & 10 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Angular Components Docs Site

This is the repository for the [Angular Components documentation site](https://material.angular.io/).
This is the repository for the [Angular Components documentation site](https://material.angular.dev/).

Versions of this site are also available for
- [v5](https://v5.material.angular.io/)
- [v6](https://v6.material.angular.io/)
- [v7](https://v7.material.angular.io/)
- [v8](https://v8.material.angular.io/)
- [v9](https://v9.material.angular.io/)
- [v10](https://v10.material.angular.io/)
- [v11](https://v11.material.angular.io/)
- [v12](https://material.angular.io/)
- [v5](https://v5.material.angular.dev/)
- [v6](https://v6.material.angular.dev/)
- [v7](https://v7.material.angular.dev/)
- [v8](https://v8.material.angular.dev/)
- [v9](https://v9.material.angular.dev/)
- [v10](https://v10.material.angular.dev/)
- [v11](https://v11.material.angular.dev/)
- [v12](https://material.angular.dev/)

## Contributing

Expand All @@ -19,7 +19,7 @@ contents, API docs, and demos in the
[Angular Components repo](https://github.com/angular/components/issues).

Please only open issues with the documentation site itself (not the content) in
[this repo](https://github.com/angular/material.angular.io/issues). This includes issues like the
[this repo](https://github.com/angular/material.angular.dev/issues). This includes issues like the
navigation not working properly, examples or documentation not being presented in an accessible way,
issues with rendering or layout of the documentation pages, etc.

Expand Down
Loading
Loading