-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 7.3.1
head repository: angular/components
compare: 7.3.2
Commits on Feb 11, 2019
-
fix(slide-toggle): input element should use switch role (#15073)
Based on the discussion in #14949 and the feedback from a Google a11y expert on what role the underlying input of the `slide-toggle` should use, we now explicitly specify the new `switch` role. This is should improve accessibility because practically the `slide-toggle` is neither always causing an immediately effective value change (like a `button`), nor does its value only become effective on form submission (like a `role="checkbox`) Read more here: https://www.w3.org/TR/wai-aria-1.1/#switch Fixes #14949.
Configuration menu - View commit details
-
Copy full SHA for 3af7748 - Browse repository at this point
Copy the full SHA 3af7748View commit details -
fix(checkbox): unable to click to select if text is marked (#15062)
Fixes not being able to select a checkbox button by clicking on it, if part of the text of the label is marked. Also fixes text inside the checkbox being marked if the user clicks on it quickly. Relates to #14967.
Configuration menu - View commit details
-
Copy full SHA for 4819c5b - Browse repository at this point
Copy the full SHA 4819c5bView commit details -
fix(menu): prevent removal of mat-elevation class (#15035)
Fixes a bug to prevent mat-elevation classes from being removed from menu panel after `MatMenu`'s `panelClass` input is updated
Configuration menu - View commit details
-
Copy full SHA for 8069641 - Browse repository at this point
Copy the full SHA 8069641View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1099c79 - Browse repository at this point
Copy the full SHA 1099c79View commit details -
build: publish script should not print error if tag does not exist (#…
…15080) Currently the publish script prints an error if the release tag does not exist locally yet. This is not expected since the function that calls `git` to check if a given tag exists, returns a boolean and should not additionally print the git `stderr`. Note we can also look into attaching the release notes automatically, but since the release notes are making the URL too large and Github denies too large URL's, this is something we can explore in a follow-ups.
Configuration menu - View commit details
-
Copy full SHA for 155a0cb - Browse repository at this point
Copy the full SHA 155a0cbView commit details -
build: shard component e2e tests with bazel (#15078)
Currently running the e2e tests with Bazel takes about ~6 minutes. This is pretty slow in comparison to how fast the tests ran with our gulp setup. In order to speed up the tests with Bazel by taking advantage of RBE's parallelism, we shard the e2e tests by creating a Bazel test target for each e2e spec file.
Configuration menu - View commit details
-
Copy full SHA for 42c4aa7 - Browse repository at this point
Copy the full SHA 42c4aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a537819 - Browse repository at this point
Copy the full SHA a537819View commit details -
build: fix dev app fullscreen styles (#15061)
Fixes not being able to debug fullscreen behavior properly in the dev app, because the fullscreen element uses a black background and isn't scrolling.
Configuration menu - View commit details
-
Copy full SHA for 6a310d4 - Browse repository at this point
Copy the full SHA 6a310d4View commit details -
build: branch manager should use "7.3.x" as patch branch (#15097)
Updates the branch manager to validate patch PRs against the `7.3.x` branch. This is necessary because currently some PRs are marked as failing because they no longer apply to the outdated `7.2.x` branch.
Configuration menu - View commit details
-
Copy full SHA for 8c9919e - Browse repository at this point
Copy the full SHA 8c9919eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 241dc94 - Browse repository at this point
Copy the full SHA 241dc94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cb278 - Browse repository at this point
Copy the full SHA 74cb278View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4775043 - Browse repository at this point
Copy the full SHA 4775043View commit details -
fix(icon): add notranslate class (#14889)
Prevents translation services (like Google Translate) from translating icon ligatures used in mat-icon.
Configuration menu - View commit details
-
Copy full SHA for 39fa928 - Browse repository at this point
Copy the full SHA 39fa928View commit details -
fix(autocomplete): set aria-haspopup (#15079)
Based on the [autocomplete example from the a11y guidelines](https://www.w3.org/TR/wai-aria-practices-1.1/examples/combobox/aria1.0pattern/combobox-autocomplete-both.html), adds `aria-haspopup` to the autocomplete trigger input.
Configuration menu - View commit details
-
Copy full SHA for 45bd5d4 - Browse repository at this point
Copy the full SHA 45bd5d4View commit details -
Don't recalculate rippleRadius when its 0 (#14875)
* Don't recalculate rippleRadius when its 0 * Update checkbox.ts * Delete _calculateRippleRadius instead. * Update golden * Update golden, again * Re-add AfterViewChecked to checkbox.ts * Update golden
Configuration menu - View commit details
-
Copy full SHA for d32f699 - Browse repository at this point
Copy the full SHA d32f699View commit details -
fix(tree): opposite direction padding not being reset on change (#14816)
Fixes the left padding on a tree not being reset when going from LTR to RTL which causes a padding on both sides.
Configuration menu - View commit details
-
Copy full SHA for ae4a5ae - Browse repository at this point
Copy the full SHA ae4a5aeView commit details -
refactor(paginator): remove extra exposed properties (#14809)
Makes the `_pageIndex` and `_length` properties private so they don't pollute the public API and because they already have public getters.
Configuration menu - View commit details
-
Copy full SHA for c7dad7a - Browse repository at this point
Copy the full SHA c7dad7aView commit details -
fix(drag-drop): set class when item or list is disabled (#14769)
Sets a class on disabled `CdkDrag` and `CdkDropList` to make it easier to style the elements while they're disabled. Fixes #14760.
Configuration menu - View commit details
-
Copy full SHA for c543cf6 - Browse repository at this point
Copy the full SHA c543cf6View commit details -
fix(drag-drop): standalone draggable drag class not being applied wit…
…h OnPush change detection (#14727) Fixes the styling that is applied while an item is dragged not being applied with `OnPush` change detection.
Configuration menu - View commit details
-
Copy full SHA for 2f63195 - Browse repository at this point
Copy the full SHA 2f63195View commit details -
docs(snack-bar): make custom component example more user-friendly (#1…
Configuration menu - View commit details
-
Copy full SHA for 6f04e65 - Browse repository at this point
Copy the full SHA 6f04e65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c832fd - Browse repository at this point
Copy the full SHA 7c832fdView commit details -
docs(radio): add aria labelling to examples (#15150)
Adds the missing labels to a couple of the radio button live examples. Fixes #15026.
Configuration menu - View commit details
-
Copy full SHA for 57a09bb - Browse repository at this point
Copy the full SHA 57a09bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b699ce - Browse repository at this point
Copy the full SHA 6b699ceView commit details
There are no files selected for viewing