-
Notifications
You must be signed in to change notification settings - Fork 0
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
Import material.angular.io #2
Conversation
add missing encapsulation to disable pointer-events for periodButtonLabel. fixes angular#24915
Main branch should target v16 similar to the framework.
As of the MDC list token PR, the sync configs are slightly out of sync. This commit fixes it.
…ngular#26608) Fixes that the CDK dialog wasn't emitting to the `closed` event when it is detached externally, e.g. by a scroll strategy or a navigation. We had unit tests for this on the Material side, but we had special logic to handle it there. Fixes angular#26581.
) * feat: add `stretchTabs` to `MatTabsConfig` * Update tab-group.ts * change default to `true` as per @crisbeto 's request * yarn ng-dev format files src/material/tabs/tab-config.ts src/material/tabs/tab-group.ts * feat(material/tabs): update api guard
Updates the selector for chips to allow attributes like in the legacy chips. Fixes angular#26677.
…angular#26692) Fixes that multiple lines of text weren't aligned correctly in the snack bar on Safari. Fixes angular#26685.
Bumps up the dev dependencies to Angular 16.0.0-next.0.
…ngular#26696) Some of the chip styling depends on the presence of chips actions and it wasn't being updated when they were toggled. Fixes angular#26691.
This is no longer needed since the main branch is using Angular CLI version 16 and `NG_UPDATE_BUFFER_V2` has been removed from the CLI.
…r#26689) Uses `div` instead of `span` for the top-level chip wrappers since some a11y tools flag nesting `div` inside of `span` as invalid.
…ns (angular#26674) * fix(material/card): refactor to depend on @angular/material/core/tokens * add card tokens with placeholder values * add styles for token slots and values to card * fill in real token values and fix card appearance * address feedback * add custom tokens for Angular Material only features
… than error for small densities (angular#26688)
To install a package, the version must be prefixed by `@`
…ngular#26427) Fixes mdc-migration to migrate only the selected components.
Reverse the description of body-1 and body-2 in the documentation for 'Typography levels'. Looking at how mat-body-1 (mat-h4) and mat-body-2 (mat-body) classes are applied, it seems that the descriptions in the documentation are reversed. BREAKING CHANGE: the description for body-1 and body-2 has changed Closes angular#26251 * update descriptions
…ngular#26672) Previously, mat-list-item buttons did not have the disabled attribute set when either the mat-list-item or the mat-action-list are disabled. This commit adds the disabled attribute to mat-list-item buttons when it should be applied. Fixes angular#26574 BREAKING CHANGE: NO
* build: set up schematics for version 16 * fixup! build: set up schematics for version 16 * fixup! build: set up schematics for version 16 * fixup! build: set up schematics for version 16 * fixup! build: set up schematics for version 16
…#26727) Fixes that it wasn't possible for the user to use shift + tab to move out of a chip set. We had some logic to handle it already, but it was resetting the tabindex before focus has a chance to escape. Fixes angular#26698.
…ngular#26725) Implements a workaround to the issue where some browsers don't expose live elements to the accessibility tree if there's an `aria-modal` on the page. Fixes angular#26708.
) For mat-option, set `aria-selected="false"` on deselected options. Confirms with [WAI ARIA Listbox authoring practices guide](https://www.w3.org/WAI/ARIA/apg/patterns/listbox/), which says to always include aria-selected attribute on listbox options that can be selected. Fix issue where VoiceOver reads every option as "selected" (21491). Fix angular#21491
|
main
branch (build: prepare for v16 inmain
branch angular/components#26667)stretchTabs
toMatTabsConfig
(feat: addstretchTabs
toMatTabsConfig
angular/components#26644)NG_UPDATE_BUFFER_V2
tests (ci: removeNG_UPDATE_BUFFER_V2
tests angular/components#26700)