Angular is a fast paced technology with a new major version every 6 months. PrimeNG release cycle is aligned with Angular and every 6 months a new major PrimeNG version is released as open source that is compatible with the latest Angular core. The maintenance releases of the latest PrimeNG version are provided as free and open source for the following 6 months until the new major Angular version is ready.
Majority of the existing applications prefer to remain at a previous version due to stability requirements instead of upgrading to the latest version immediately. PrimeNG LTS is a support service to provide a license for the finest compatible version suited to you. LTS covers the prior two versions from the latest release, this means up to 18 months of almost bi-weekly releases to bring the latest defect fixes and security updates to your project. As an example, when PrimeNG moves to Angular 18, v17 and v16 will move to LTS support whereas STS (short term support) versions of PrimeNG 18 will be open source under MIT license for at least 6 months until Angular/PrimeNG 19 is released.
STS means open source short term support whereas LTS stands for commercial long term support. Legacy versions are only supported by PrimeNG PRO.
Version | Status | End of STS | End of LTS |
---|---|---|---|
STS | After v18 release | After v20 release | |
LTS | After v17 release | After v19 release | |
LTS | After v16 release | After v18 release | |
Legacy | After v15 release | After v17 release | |
Legacy | After v14 release | After v16 release | |
Legacy | After v13 release | After v15 release |
PrimeNG comes with a commitment to provide long-term support, including regular security updates to keep your system protected against emerging threats.
We understand the importance of maintaining a stable and reliable software system. Our team will provide ongoing maintenance to ensure that the software continues to function seamlessly and efficiently.
We are dedicated to continuously improving PrimeNG to meet the evolving needs of our users. As part of our long-term support, we will provide regular updates and enhancements to add new features and functionality.
LTS versions require a license key and a pass key to be verified at your main app component or main.ts before bootstrap process. The keys would be available at PrimeStore under LTS Licenses section.
import { Component } from '@angular/core';
import { LicenseManager } from 'primeng/api';
@Component({
selector: 'app-root',
templateUrl: './app.component.html'
})
export class AppComponent {
LicenseManager.verify('LICENSE_KEY', 'PASS_KEY');
}
No, only the versions that have the -lts suffix required a paid license. Any other version is open source under MIT license.
No, LTS is totally optional if you cannot update to latest Angular immediately and still would like to receive updates for your version.
Duration is 1 year for Basic License, for Extended License there is no limit.
A message will be displayed at the application screen and license needs to be renewed at PrimeStore. This only applies to Basic License as Extended License has no time limit.
Yes, a license key is tied to the major version such as 15 and same license key cannot be used on another major version like 14.
At PrimeStore, there is an "Assign" feature that activates your license by selecting a version.
No, renewal should be done manually at PrimeStore.
LTS releases have -lts suffix such as 14.2.4-lts.
LTS license is per organization, there is no limit on the number of developers, projects or hardware.
No, license owner needs to be a separate entity as a result each company requires a separate license.
No, PrimeNG PRO is the service where response of PrimeTek engineers is secured within 1 business day.
No, this means violation of the license as keys cannot be shared.
Yes, PRO users are granted a basic license.
PrimeNG PRO is a premium support service delivered via an exclusive JIRA instance where support engineers of PrimeTek provide assistance within 1 business day to the raised tickets. LTS on the other hand provides a license to utilize the long term support versions.