This is a migrated thread and some comments may be shown as answers.

How upgrade to last version

2 Answers 1539 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
tajiva
Top achievements
Rank 1
tajiva asked on 23 Apr 2021, 07:52 AM

Hi

This week i have started an eval Angular project

so i have made somes ng Add, which is process to upgrade ?

Regards

ng add @progress/kendo-angular-inputs
ng add @progress/kendo-angular-menu
ng add @progress/kendo-angular-grid
ng add @progress/kendo-angular-buttons
ng add @progress/kendo-angular-icons
ng add @progress/kendo-angular-dialog
ng add @progress/kendo-angular-listview
ng add @progress/kendo-angular-navigation
ng add @progress/kendo-angular-dropdowns
ng add @progress/kendo-angular-popup
ng add @progress/kendo-angular-toolbar
ng add @progress/kendo-angular-dateinputs
ng add @progress/kendo-angular-upload
ng add @progress/kendo-angular-charts
ng add @progress/kendo-angular-layout
ng add @progress/kendo-angular-label

 

2 Answers, 1 is accepted

Sort by
0
tajiva
Top achievements
Rank 1
answered on 23 Apr 2021, 09:01 AM

I have made an npm clean install and my package.json contains same version

Which is new version number ?

"dependencies": {
    "@angular/animations": "~11.2.10",
    "@angular/common": "~11.2.10",
    "@angular/compiler": "~11.2.10",
    "@angular/core": "~11.2.10",
    "@angular/forms": "~11.2.10",
    "@angular/localize": "~11.2.10",
    "@angular/platform-browser": "~11.2.10",
    "@angular/platform-browser-dynamic": "~11.2.10",
    "@angular/router": "~11.2.10",
    "@progress/kendo-angular-buttons": "^6.0.0",
    "@progress/kendo-angular-charts": "^5.1.0",
    "@progress/kendo-angular-common": "^2.0.0",
    "@progress/kendo-angular-dateinputs": "^5.0.0",
    "@progress/kendo-angular-dialog": "^5.0.0",
    "@progress/kendo-angular-dropdowns": "^5.0.0",
    "@progress/kendo-angular-excel-export": "^4.0.0",
    "@progress/kendo-angular-grid": "^5.0.3",
    "@progress/kendo-angular-icons": "^0.4.2",
    "@progress/kendo-angular-inputs": "^7.0.0",
    "@progress/kendo-angular-intl": "^3.0.0",
    "@progress/kendo-angular-l10n": "^3.0.0",
    "@progress/kendo-angular-label": "^3.0.0",
    "@progress/kendo-angular-layout": "^6.1.4",
    "@progress/kendo-angular-listview": "^2.0.0",
    "@progress/kendo-angular-menu": "^3.0.1",
    "@progress/kendo-angular-pager": "^2.0.0",
    "@progress/kendo-angular-pdf-export": "^3.0.0",
    "@progress/kendo-angular-popup": "^4.0.0",
    "@progress/kendo-angular-progressbar": "^2.0.0",
    "@progress/kendo-angular-toolbar": "^4.0.0",
    "@progress/kendo-angular-treeview": "^5.0.0",
    "@progress/kendo-angular-upload": "^7.1.0",
    "@progress/kendo-data-query": "^1.0.0",
    "@progress/kendo-drawing": "^1.1.2",
    "@progress/kendo-licensing": "^1.0.2",
    "@progress/kendo-svg-icons": "^0.1.2",
    "@progress/kendo-theme-default": "latest",

0
Yanmario
Telerik team
answered on 26 Apr 2021, 08:37 AM

Hi Tajiva,

To keep Kendo UI packages for Angular up to date you can check our documentation here:

https://www.telerik.com/kendo-angular-ui/components/installation/up-to-date/

In general,  our components have a develop change log page that contains all of the versions with the described changes.

For example https://www.telerik.com/kendo-angular-ui-develop/components/buttons/changelog/ the Button component latest release is 6.1.0 and 6.1.1 dev version.

 "@progress/kendo-angular-buttons": "^6.0.0",

Useful information about the tilde(~version) and caret(^version):

https://stackoverflow.com/a/22345808

Hope this helps.

Regards,
Yanmario Menev
Progress Telerik

Тhe web is about to get a bit better! 

The Progress Hack-For-Good Challenge has started. Learn how to enter and make the web a worthier place: https://progress-worthyweb.devpost.com.

Tags
General Discussions
Asked by
tajiva
Top achievements
Rank 1
Answers by
tajiva
Top achievements
Rank 1
Yanmario
Telerik team
Share this question
or