Angular Semantic Versions
In Software Development, apps are versioned by following Semantic Versioning, which is simply a convention that everyone starts to follow.
Angular also follows semantic versioning which has a Major.Minor.Patch format. We increment a specific section when there is a major, minor or patch release:
Major Release The Major part is incremented by one if the new features break backwards compatibility, Minor Release The Minor part is incremented by one if the new features don’t break any existing features, Patch ReleaseThe Minor part is incremented by one 1 for releasing patch fixes.
The Angular team releases a new major version each six months and the last version, as of this time, is Angular 8:
You can follow with the latest versions from the CHANGELOG.
Most Popular Posts
Anguar 12 New Features 10+ Best Anguar 9/10 Templates for Developers 3+ Ways to Add Bootstrap 4 to Angular 10/9 With Example & Tutorial Angular 11 CRUD REST API Angular 11 Tutorial with HttpClient Routing and Navigation with Angular 11 Router Full Vue 3 Tutorial by Example CSS Centering CSS Grid Layout Tutorial Adding Comments to JSON How to Delete Local/Remote Git Branches Webpack Tutorial for Angular Developers GraphQL Tutorial for Angular Developers Git and GitHub for Angular Developers Bootstrap 5 with Sass and Gulp 4 Tutorial by ExampleAngular Newsletter
Get our Angular book for free!