We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have noticed an almost 1MB increase in the output bundle size of my application after updating from version 16.3 of the components to version 17.0.
16.3
17.0
I put together a repo using several kendo angular dependencies such as the grid, buttons, dialog.
The exact same application is 2.38 MB using version 16.3 of the dependencies, but 3.35 MB using the latest 18.3 version of the dependencies.
2.38 MB
3.35 MB
Please see: https://github.com/conor-mac-aoidh/kendo-bundle-sizes-v18/tree/main
Update kendo for angular dependency versions from 16.3 to 17.x.
v16.3:
v18.3:
The bundle size is increased by almost 1MB
The bundle size should not be significantly increased. With the use of standalone components, there should be potential to reduce the bundle size.
Chrome
latest
MacOS
No response
16,3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
I have noticed an almost 1MB increase in the output bundle size of my application after updating from version
16.3
of the components to version17.0
.I put together a repo using several kendo angular dependencies such as the grid, buttons, dialog.
The exact same application is
2.38 MB
using version16.3
of the dependencies, but3.35 MB
using the latest 18.3 version of the dependencies.Please see:
https://github.com/conor-mac-aoidh/kendo-bundle-sizes-v18/tree/main
Steps To Reproduce
Update kendo for angular dependency versions from 16.3 to 17.x.
Screenshots or video
v16.3:
v18.3:
Actual Behavior
The bundle size is increased by almost 1MB
Expected Behavior
The bundle size should not be significantly increased. With the use of standalone components, there should be potential to reduce the bundle size.
Browser
Chrome
Browser version
latest
OS type
MacOS
OS version
No response
Last working version of the Kendo UI for Angular package (if regression).
16,3
The text was updated successfully, but these errors were encountered: