docs: add last updated date to roadmap (#42615)

PR Close #42615
This commit is contained in:
mgechev 2021-06-21 13:59:01 -07:00 committed by Jessica Janiuk
parent 9f5cc7c808
commit 0e20b05f7d
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# Angular Roadmap
<p class="roadmap-last-updated">Last updated: 2021-05-19</p>
Angular receives a large number of feature requests, both from inside Google and from the broader open-source community. At the same time, our list of projects contains plenty of maintenance tasks, code refactorings, and potential performance improvements. We bring together representatives from developer relations, product management, and engineering to prioritize this list. As new projects come into the queue, we regularly position them based on relative priority to other projects. As work gets done, projects will move up in the queue.
The projects below are not associated with a particular Angular version. We'll release them on completion, and they will be part of a specific version based on our release schedule, following semantic versioning. For example, features are released in the next minor after they are complete, or the next major if they include breaking changes.

View File

@ -13,4 +13,8 @@
padding: 0;
}
}
.roadmap-last-updated {
font-style: italic;
}
}