-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: f3783b7b5fd8b7593502086e3cc827b46f45fe83
head repository: angular/components
compare: 13a8a2340b1aa6c3174c11c54c9c3d459956a4c2
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3e7bfc2 - Browse repository at this point
Copy the full SHA 3e7bfc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for af7cd70 - Browse repository at this point
Copy the full SHA af7cd70View commit details -
test: Ensure M3 theme is well behaved (#28555)
Specifically it should: 1. Only emit styles under the user specified selector 2. Only emit CSS variable definitions
Configuration menu - View commit details
-
Copy full SHA for 0499dc0 - Browse repository at this point
Copy the full SHA 0499dc0View commit details
Commits on Feb 8, 2024
-
fix(material/tabs): prevent page scroll on space press (#28532)
Configuration menu - View commit details
-
Copy full SHA for 556bcc3 - Browse repository at this point
Copy the full SHA 556bcc3View commit details -
fix(material/menu): prevent icon from collapsing when text is long (#…
Configuration menu - View commit details
-
Copy full SHA for a3b28df - Browse repository at this point
Copy the full SHA a3b28dfView commit details -
fix(material/list): indexOf usage incorreect for active focus reset (#…
…28531) The buggy logic was using a truthiness check for checking for presence in a list, but this check needed to compare against -1 instead. This corrects a mismanagement of tabIndex on the items in the selection list: if the list of items changed, the selection list could not be tab selected until the selection list was mouse-focused.
Configuration menu - View commit details
-
Copy full SHA for f1e82da - Browse repository at this point
Copy the full SHA f1e82daView commit details -
fix(cdk/table): error if outlets are assigned too early (#28551)
Fixes that the table was throwing an error if all outlets are assigned before `ngAfterContentInit`. Fixes #28538.
Configuration menu - View commit details
-
Copy full SHA for add3cd4 - Browse repository at this point
Copy the full SHA add3cd4View commit details -
feat(google-maps): add advanced marker (#28525)
* feat(google-maps): add advanced marker This commit introduces the advanced-marker feature to the map package, enabling users to add custom, interactive markers to their maps. Related #25897 * feat(google-maps): remove default value for mapId and correct z-index description property for advanced markers * feat(google-maps): generate api report file for google-maps
Configuration menu - View commit details
-
Copy full SHA for b4b91be - Browse repository at this point
Copy the full SHA b4b91beView commit details -
docs(material/list): add example of line scenarios with checkbox
Add example of line scenarios with checkbox.
Configuration menu - View commit details
-
Copy full SHA for f3e487d - Browse repository at this point
Copy the full SHA f3e487dView commit details -
fix(material/list): tokenize space around leading icon
List component: tokenize space on left and right of leading icon. Correct spacing around leading icon on M3. Currently, leading icon has 16px margin in front of icon and 32px behind. Give leading icon symmetrical margin for M3. Does not intend to make visual change to M2.
Configuration menu - View commit details
-
Copy full SHA for c88c598 - Browse repository at this point
Copy the full SHA c88c598View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca5d0f1 - Browse repository at this point
Copy the full SHA ca5d0f1View commit details
Commits on Feb 9, 2024
-
refactor(material/core): remove private APIs from root export (#28533)
Removes a bunch of private APIs that were re-exported from the root so that they can be reused in the legacy components. Fixes #28297.
Configuration menu - View commit details
-
Copy full SHA for 3f08925 - Browse repository at this point
Copy the full SHA 3f08925View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8bfb86 - Browse repository at this point
Copy the full SHA e8bfb86View commit details -
fix(material/form-field): container height in lower densities (#28546)
* The 12px padding being applied to the mat-icon was preventing the form-field container height from condensing in lower densities.
Configuration menu - View commit details
-
Copy full SHA for e5870e9 - Browse repository at this point
Copy the full SHA e5870e9View commit details -
fix(material-experimental/theming): Add more tests for M3 theme tokens (
#28561) Additional tests that help ensure our M3 theme conforms to the following rules: - Does not add any additional selector specificity - Emits only CSS variable definitions - Emits each token for one and only one theme dimension Also fixes several existing bugs that were discovered by the new tests.
Configuration menu - View commit details
-
Copy full SHA for acf72e1 - Browse repository at this point
Copy the full SHA acf72e1View commit details -
fix(material/datepicker): fix M3 styles (#28556)
* fix(material/datepicker): fix M3 styles * fix(material/datepicker): fix m2 text button color
Configuration menu - View commit details
-
Copy full SHA for 206f0fc - Browse repository at this point
Copy the full SHA 206f0fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a16aa1 - Browse repository at this point
Copy the full SHA 9a16aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a292b - Browse repository at this point
Copy the full SHA 78a292bView commit details
Commits on Feb 12, 2024
-
fix(material/progress-bar): incorrect alignment if direction is set o…
…n element Fixes an issue where the progress bar was looking for `dir="rtl"` only on parent elements, but on itself. We can avoid the problem altogether by using a directionality-agnostic property. Fixes #28572.
Configuration menu - View commit details
-
Copy full SHA for d0618bc - Browse repository at this point
Copy the full SHA d0618bcView commit details -
fix(material/datepicker): use direction-agnostic text-align
Avoids some extra styles by using `text-align: start` instead of having to flip it manually for RTL.
Configuration menu - View commit details
-
Copy full SHA for 27df9cf - Browse repository at this point
Copy the full SHA 27df9cfView commit details -
fix(material/list): use direction-agnostic text-align
Avoids some extra styles by using `text-align: start` instead of having to flip it manually for RTL.
Configuration menu - View commit details
-
Copy full SHA for 4f518f9 - Browse repository at this point
Copy the full SHA 4f518f9View commit details -
build: minor improvement to dev app density toggling (#28571)
Fixes a minor gripe where the density tooltip closes when the button is pressed so the user needs to re-focus to see which density is currently active.
Configuration menu - View commit details
-
Copy full SHA for 66d0f2d - Browse repository at this point
Copy the full SHA 66d0f2dView commit details -
build: ensure component owners are assigned to public API changes (#2…
…8573) Currently everything under `/tools` is set to be owned by dev infra which means that if a public API golden doesn't have an owner, it falls back to dev infra. These changes assign all directories in `tools` *except* the goldens to dev infra so that the owners linting can pick up any missing files. I've also redistributed the public API golden owners so they match the component owners, and I've added myself to the owners for the Tslint and Stylelint rules.
Configuration menu - View commit details
-
Copy full SHA for 7294c6e - Browse repository at this point
Copy the full SHA 7294c6eView commit details -
docs(material/list): fix m3 demo trailing icon color (#28580)
Fix trailing icon color in M3 List demo. Fix icon color by removing style override in List demo.
Configuration menu - View commit details
-
Copy full SHA for 83b6ebc - Browse repository at this point
Copy the full SHA 83b6ebcView commit details
Commits on Feb 13, 2024
-
fix(material/slide-toggle): m3 track outline and handle opacity (#28565)
* fix(material/slide-toggle): m3 track outline * fix(material/slide-toggle): m3 disabled handle color and opacity * fix(material/slide-toggle): wrap hardcoded custom tokens * fixup! fix(material/slide-toggle): m3 track outline
Configuration menu - View commit details
-
Copy full SHA for 0153667 - Browse repository at this point
Copy the full SHA 0153667View commit details -
fix(material/list): ensure leading icon scales with token
Correct the font size of leading icon in List component. Set font-size of leading icon to same value as its width and height. Ensure Ensure icon scales to "list-item-leading-icon-size" token. Fix icon with cut-off appearance when "list-item-leading-icon-size" is less than 24px.
Configuration menu - View commit details
-
Copy full SHA for 581e42f - Browse repository at this point
Copy the full SHA 581e42fView commit details -
fix(material/list): match leading icon size in M3 to spec
Increase size of the leading icon in M3 List to 24px. Match spec, which has list-item-leading-icon-size of 24px. Current version of tokens (0_161) has 18px. Does not affect M2 List.
Configuration menu - View commit details
-
Copy full SHA for fac45f3 - Browse repository at this point
Copy the full SHA fac45f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 296c948 - Browse repository at this point
Copy the full SHA 296c948View commit details -
fix(cdk/listbox): unable to tab in if active option is removed (#28583)
Fixes that the listbox didn't allow focus back in when its active option is removed. Fixes #28557.
Configuration menu - View commit details
-
Copy full SHA for d766b14 - Browse repository at this point
Copy the full SHA d766b14View commit details -
fix(material/datepicker): fix touchui shadow and border-radius (#28577)
* fix(material/datepicker): fix touchui shadow and border-radius * fix(material/datepicker): fix lint
Configuration menu - View commit details
-
Copy full SHA for 7524b89 - Browse repository at this point
Copy the full SHA 7524b89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17498f5 - Browse repository at this point
Copy the full SHA 17498f5View commit details
Commits on Feb 14, 2024
-
build: reduce implicit timeouts in webdriver test (#28589)
Attempt at deflaking the e2e tests by reducing the implicit timeout.
Configuration menu - View commit details
-
Copy full SHA for b26fe35 - Browse repository at this point
Copy the full SHA b26fe35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 208fab2 - Browse repository at this point
Copy the full SHA 208fab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb3192d - Browse repository at this point
Copy the full SHA cb3192dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a1929d - Browse repository at this point
Copy the full SHA 1a1929dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11694c3 - Browse repository at this point
Copy the full SHA 11694c3View commit details -
fix(material/list): tokenize active-indicator (#28586)
* fix(material/list): tokenize active-indicator Add active state for MatNavList. Implement active state by implementing 2 tokens under mat prefix. - mat-list-active-indicator-color - mat-list-active-indicator-shape Only affects list items that are anchor tags. Does not intend to make visual changes to M2. * !fixup fix(material/list): tokenize active-indicator
Configuration menu - View commit details
-
Copy full SHA for 09ee075 - Browse repository at this point
Copy the full SHA 09ee075View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba57666 - Browse repository at this point
Copy the full SHA ba57666View commit details
Commits on Feb 15, 2024
-
refactor(material/paginator): remove TypeScript mixin usages
Replaces the final usage of TypeScript mixins in the paginator.
3Configuration menu - View commit details
-
Copy full SHA for e13ece1 - Browse repository at this point
Copy the full SHA e13ece1View commit details -
refactor(material/sort): remove TypeScript mixin usages
Replaces the final usage of TypeScript mixins in the sort header.
Configuration menu - View commit details
-
Copy full SHA for facd027 - Browse repository at this point
Copy the full SHA facd027View commit details
Commits on Feb 21, 2024
-
fix(cdk/listbox): make typeahead label nullable (#28602)
Allows the `cdkOptionTypeaheadLabel` to be set to a nullable value. Fixes #28464.
Configuration menu - View commit details
-
Copy full SHA for d1d1d02 - Browse repository at this point
Copy the full SHA d1d1d02View commit details -
fix(google-maps): mapId not being set
Fixes that the `mapId` input wasn't being passed along to the map. Fixes #28608.
Configuration menu - View commit details
-
Copy full SHA for 5269e0f - Browse repository at this point
Copy the full SHA 5269e0fView commit details -
fix(google-maps): advanced marker not destroyed
Fixes that the advanced marker wasn't being removed from the map on destroy. Fixes #28609.
Configuration menu - View commit details
-
Copy full SHA for cc618b4 - Browse repository at this point
Copy the full SHA cc618b4View commit details -
fix(material/expansion): center indicator icon in M3 (#28603)
Currently the expansion panel arrow is drawn with borders which makes it difficult to center. It's also problematic in high contrast mode where it renders as a rectangle. We've wanted to fix this for a while, but it breaks a lot of internal screenshot tests (see #10503). These changes resolve the issue for apps using M3 by having two indicators that we toggle using tokens. Fixes #28037.
Configuration menu - View commit details
-
Copy full SHA for 31102d0 - Browse repository at this point
Copy the full SHA 31102d0View commit details -
refactor(material/tabs): remove mixin function (#28606)
Replaces a usage of a mixin function in the tabs with a base class.
Configuration menu - View commit details
-
Copy full SHA for f44c5aa - Browse repository at this point
Copy the full SHA f44c5aaView commit details -
fix(cdk/overlay): only emit positionChanges when position is different
Currently we emit the `positionChanges` event whenever a position is recalculcated which can be on each scroll event. These changes switch to doing so only if either the actual position or the scrolled state has changed.
Configuration menu - View commit details
-
Copy full SHA for 01cc6f3 - Browse repository at this point
Copy the full SHA 01cc6f3View commit details -
fix(cdk/overlay): run positionChange event inside the zone
Fixes that the `positionChange` event of the `CdkConnectedOverlay` directive was running outside the zone. Fixes #28568.
Configuration menu - View commit details
-
Copy full SHA for b513b50 - Browse repository at this point
Copy the full SHA b513b50View commit details
Commits on Feb 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b8b86f7 - Browse repository at this point
Copy the full SHA b8b86f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d361f79 - Browse repository at this point
Copy the full SHA d361f79View commit details -
refactor(cdk/table): remove mixin function usages
Removes the final usages of TypeScript mixins in the CDK table by adding the sticky functionality to the individual usages. Ideally we'd have a base class for this, but that won't be usable in `CdkHeaderRowDef` and `CdkFooterRowDef` because they already inherit from `BaseRowDef` and we can't put the sticky functionality there, because `CdkRowDef` shouldn't support `sticky`. The logic is pretty basic so I think it's fine to duplicate it.
Configuration menu - View commit details
-
Copy full SHA for f260aa0 - Browse repository at this point
Copy the full SHA f260aa0View commit details
There are no files selected for viewing