-
Notifications
You must be signed in to change notification settings - Fork 6.8k
docs: hammerjs using systemjs.config #10711
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
Conversation
sync fork with original
Fixes an error that is being thrown when opening a tooltip, closing it and updating its position.
…r#10661) Fixes the underlying `MatTabBodyPortal` not cleaning up correctly on destroy, because it overrides the `ngOnDestroy` method from the `CdkPortalOutlet`. Also does some general cleanup around the tab body component.
Moves a timeout, that only has some DOM-related logic, to run outside the `NgZone`.
Moves some duplicated logic for coercing CSS values under `cdk/coercion` and replaces the usages.
…osition with a viewport margin (angular#10650) Fixes the `bottom` value and the viewport margin not being calculated correctly when using the `FlexibleConnectedPositionStrategy` with a flexible height and a viewport margin.
…ngular#10644) Fixes the horizontal stepper cutting off the bottom part of its content due to it having `overflow: hidden`. These changes scope the `overflow` only to when the stepper is collapsed. Fixes angular#10634.
* Fixes all of the RTL selectors being scoped to the badge itself, rather than a parent, which means that consumers would have to set `dir="rtl"` on each individual badge. * Fixes none of the `left`/`right` values being inverted.
…gular#10629) Fixes the width of the autocomplete panel not being recalculated when the viewport size changes.
Fixes a few instances in the `table`, `sort` and `paginator` modules where the spacings weren't being inverted in RTL layouts.
Currently most of the timeouts inside the `FocusMonitor` are run outside the `NgZone`, because they're called from event listeners that are bound on the outside, however the one from `_setOriginForCurrentEventQueue` can still end up inside when it's called by `focusVia`.
…gular#10605) Fixes the button toggle setting the `aria-label` of its underlying input to a blank value by default.
Switches all of the slide toggle unit tests to run in the `fakeAsync` zone, rather than `async`, in order to make them cleaner and more reliable.
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
I confirm that I am ok with my commits being contributed to this project. |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
Verified signed CLA. |
@Longfld it looks like you still have some failing tests on CI, can you rebase and push again. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
@josephperrott "ci/angular: merge status — Missing required labels: "target: *", "cla: yes", forbidden lab" |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
You should not need to worry about the Verified signed CLA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Replace #10653