-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Comparing changes
Open a pull request
base repository: angular/components
base: 18.0.0
head repository: angular/components
compare: 18.0.1
- 15 commits
- 84 files changed
- 6 contributors
Commits on May 22, 2024
-
build: remove unused dependencies on platform-browser-dynamic (#29090)
A bunch of build targets were depending unnecessarily on `platform-browser-dynamic`. These changes clean them up. (cherry picked from commit ff4f9a0)
Configuration menu - View commit details
-
Copy full SHA for e1fc186 - Browse repository at this point
Copy the full SHA e1fc186View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2645cda - Browse repository at this point
Copy the full SHA 2645cdaView commit details -
test: move some CDK tests to zoneless (#29083) (#29100)
* test: move some CDK tests to zoneless * test: rewrite tests that test zone.js implementation details * Revert "test: rewrite tests that test zone.js implementation details" This reverts commit de01346. * ci: fix lint * test: share drag&drop test utils
Configuration menu - View commit details
-
Copy full SHA for 8ddb33a - Browse repository at this point
Copy the full SHA 8ddb33aView commit details
Commits on May 24, 2024
-
test: Make tests fail on errors and fix newly uncovered failures (#29110
) (cherry picked from commit 263dadf)
Configuration menu - View commit details
-
Copy full SHA for cec87e7 - Browse repository at this point
Copy the full SHA cec87e7View commit details
Commits on May 28, 2024
-
fix(youtube-player): error when interacting with the player before th…
…e API has been loaded (#29127) Fixes a couple of issues: 1. We were using the `PlayerState` enum before the API has been loaded which will cause a runtime error because the enum is usually read off the `window`. 2. Fixes that calling the `playVideo` method wasn't load the YouTube API. Fixes #29030. (cherry picked from commit 883466e)
Configuration menu - View commit details
-
Copy full SHA for 466e249 - Browse repository at this point
Copy the full SHA 466e249View commit details -
build: bootstrap app after theme is loaded
Usually themes are loaded as global styles which are blocking. This allows us to assume that by the time to app is bootstrapped, the theme should have loaded. Our own demo app doesn't work this way, because we're inserting the theme inside the main entrypoint, because we need to determine whether to insert an M2 or M3 theme. This prevented us from properly testing the theme loaded warning. These changes switch to bootstrapping the app after the theme has loaded. (cherry picked from commit 1214b4e)
Configuration menu - View commit details
-
Copy full SHA for e1a9f76 - Browse repository at this point
Copy the full SHA e1a9f76View commit details -
fix(material/core): M3 themes not inserting loaded marker
Fixes that all M3 themes were causing a "no theme has been loaded" warning to be logged, because they weren't inserting the loaded marker. Note: it's tempting to create the marker as a token, but we can't do it because tokens are output under a selector, whereas we want the marker to always be at the top level since we detect it by creating an element and inserting it into the `body`. Fixes #29115. (cherry picked from commit 233c8a3)
Configuration menu - View commit details
-
Copy full SHA for d96b5e3 - Browse repository at this point
Copy the full SHA d96b5e3View commit details -
fix(material/tabs): avoid pagination infinite loop in safari (#29121)
Fixes a bug reported internally where the tabs pagination was going into an infinite loop at some widths. The root cause is a bit unclear, but it looks like in some cases Safari rounds up the `scrollWidth` and in some it doesn't which we end up hitting when adding/removing the pagination. These changes work around it by adding a 5px threshold that needs to be crossed before we start showing the pagination. The threshold shouldn't be noticable for users since the tabs have a 24px padding on each side. (cherry picked from commit cc00a74)
Configuration menu - View commit details
-
Copy full SHA for 2110f2c - Browse repository at this point
Copy the full SHA 2110f2cView commit details -
fix(material/menu): prevent divider styles from bleeding out (#29111)
Configuration menu - View commit details
-
Copy full SHA for 24de3d4 - Browse repository at this point
Copy the full SHA 24de3d4View commit details -
build: fix deprecated husky install command (#29126)
(cherry picked from commit f5f61fa)
Configuration menu - View commit details
-
Copy full SHA for af6bbf5 - Browse repository at this point
Copy the full SHA af6bbf5View commit details -
fix(material/form-field): outline label position (#29123)
* fix(form-field): outline label position Fixes the outline label position when a prefix is present and the form field is not yet rendered. Fixes #29064 * fix(material/form-field): adjust text * fix(material/form-field): requested changes * fix(material/form-field): adjustments for shadow root * fix(material/form-field): adjust shadow node check * fix(material/form-field): adjust logic Simplify the method (cherry picked from commit eb22e2e)
Configuration menu - View commit details
-
Copy full SHA for b7c0a6e - Browse repository at this point
Copy the full SHA b7c0a6eView commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d13876 - Browse repository at this point
Copy the full SHA 3d13876View commit details -
test: fix overzealous calls to markForCheck from #29083 (#29131)
(cherry picked from commit 32c5308)
Configuration menu - View commit details
-
Copy full SHA for 6281fe6 - Browse repository at this point
Copy the full SHA 6281fe6View commit details -
test: move some CDK tests to zoneless (#29103)
* test: move some CDK tests to zoneless * test: Fix flakiness in virtual scroll tests * test: remove overzealous markForCheck calls (cherry picked from commit 205c0a4)
Configuration menu - View commit details
-
Copy full SHA for c1f3aa9 - Browse repository at this point
Copy the full SHA c1f3aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb67dff - Browse repository at this point
Copy the full SHA cb67dffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 18.0.0...18.0.1