-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add support for Angular v19 #1052
Conversation
📦 Bundle size (Angular v16)Git ref:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1052 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 97 97
Lines 537 537
Branches 64 64
=========================================
Hits 537 537 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
📦 Bundle size (Angular v18)Git ref:
|
📦 Bundle size (Angular v15)Git ref:
|
📦 Bundle size (Angular v17)Git ref:
|
02ad685
to
f81aa9b
Compare
🎉 This PR is included in version 1.0.0-beta.36 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue or need
Angular v19 is out 🎉 Let's ensure the library supports that version!
Proposed changes
Add Angular v19 to the list of example app Angular versions to test the library against. Configure renovate to just use
^19
for that example apps version.Add Angular v19 support claims around. Including most important one:
peerDependencies
.Add Angular v19 bundle size to docs.
Quick reminders