-
Notifications
You must be signed in to change notification settings - Fork 6.8k
feat(cdk/overlay): Add inline overlay support #32108
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
See associated pull request for more information.
See associated pull request for more information.
…ating away (angular#31958) Fixes that it was possible for the user to re-open a child menu if they quickly hover back to the parent meny while it's animating away. Fixes angular#31956.
….mts to support updated chalk (angular#31966)
The month view had a `detectChanges` call that was happening inside a `blur` event which ended up causing re-entrant change detection and hitting an assertion in the framework. These changes remove it since it doesn't appear to be necessary anymore. Fixes angular#31959.
…nals Converts some of the internal calendar state to signals to test the waters on how breaking it would be.
* build: create angular aria package * fixup! build: create angular aria package * fixup! build: create angular aria package * fixup! build: create angular aria package * fixup! build: create angular aria package * fixup! build: create angular aria package * fixup! build: create angular aria package
…angular#31915) - Updated service injection to use readonly fields. - Replaced manual subscription tracking with `takeUntilDestroyed`, removing the need for `OnDestroy` cleanup.
…portMargin (angular#29563) The overlay directive now accepts two additional (optional parameters) [viewportMarginX] and [viewportMarginY]. You can use these to pass separate margin values for the viewport.
The material/divider component sets its color using the `border-top-color` but the material/menu component attempts to override this by setting the `color` property which causes any overrides to not get applied.
The snapshots job was failing because we don't have a builds repo for Angular ARIA yet.
…lar#31974) See associated pull request for more information.
…vents (angular#31981) Fixes that we were emitting some events before the form control value was assigned. Fixes angular#31950.
Makes the date filter function nullable so users can reset it. Fixes angular#31976.
…lar#31982) See associated pull request for more information.
- Revert single selection example from angular#29348 close angular#31989
We don't need a `.gitignore` in the Stackblitz template.
The Stackblitz examples were hanging on the build step, because we had an import of `@angular/material` in the `styles.scss`. These changes switch to using a pre-built theme. Fixes angular#31823. Fixes angular#31973. Fixes angular#28934.
The path for the file that Stackblitz should open in the editor was wrong which meant that it would open any random file. These changes correct the path.
Fixes that opening the testing examples wasn't actually running the tests. It seems like our approach using the `.stackblitzrc` file stopped working at some point.
…lar#32091) See associated pull request for more information.
* fix(aria/ui-patterns): internal conformance fixes * fixup! fix(aria/ui-patterns): internal conformance fixes
We were several minor version behind on Luxon. These changes bump to the latest one.
Fixes that some styles from the Aria classes were leaking into the non-Aria components.
See associated pull request for more information.
See associated pull request for more information.
* fix(material/core): rename corner extra-small to xs * fix(material/core): update devapp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: build & ci
Related the build and CI infrastructure of the project
area: cdk/menu
area: cdk/overlay
area: cdk/testing
area: docs
Related to the documentation
area: material/autocomplete
area: material/bottom-sheet
area: material/checkbox
area: material/core
area: material/datepicker
area: material/list
area: material/menu
area: material/paginator
area: material/snack-bar
area: material/sort
area: material/table
area: material/timepicker
detected: breaking change
PR contains a commit with a breaking change
detected: feature
PR contains a feature commit
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.