-
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
docs: add migration document for meta element APIs #1048
docs: add migration document for meta element APIs #1048
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1048 +/- ##
=========================================
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 v16)Git ref:
|
📦 Bundle size (Angular v15)Git ref:
|
📦 Bundle size (Angular v18)Git ref:
|
📦 Bundle size (Angular v17)Git ref:
|
🎉 This PR is included in version 1.0.0-beta.36 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Issue or need
In #1013, a migration guide was added to aid usersmigrate from deprecated
const
manager providers to newfunction
manager providersSame could be done for other deprecations so users are informed about how to migrate. Here adding migration docs for the first deprecation: meta elements API
Proposed changes
Add migration docs for meta element APIs. Update deprecation notices to link to the new doc.
Also configures WebStorm to allow for
markdown
HTML attribute in doc contentsQuick reminders