New to Kendo UI for Angular? Start a free 30-day trial
Obtaining Development Builds
Updated on Oct 31, 2025
The latest bug fixes and features are initially published in the so-called development channel.
Development builds are used to validate recent implementations and collect early feedback. They are unstable and often broken, and might ship with major bugs and regressions.
Use Cases
-
To preview the components on the website in their current development stage, open the
developbranch build. -
To obtain the latest development release once, use the
devNPM dist-tag duringnpm install.shnpm install --save @progress/kendo-angular-buttons@dev -
To obtain the latest development release every time, specify
devas a package version inpackage.jsonand runnpm update.json"dependencies": { "@progress/kendo-angular-buttons": "dev", ... } -
To revert to the stable channel, install the package without a tag specifier.
shnpm install --save @progress/kendo-angular-buttons