Skip to content
New issue

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

[Dropdowns] FilterableComponent #3649

Closed
cheng93 opened this issue Apr 20, 2022 · 1 comment
Closed

[Dropdowns] FilterableComponent #3649

cheng93 opened this issue Apr 20, 2022 · 1 comment

Comments

@cheng93
Copy link

cheng93 commented Apr 20, 2022

Describe the bug
FilterableComponent has been removed from the public API

This gave us a common API for our directive to access the filterChange and data properties.

It was not listed in the changelog, nor was there any suggestions of a workaround

To Reproduce
Upgraded package from 6.0.2 to 7.0.0

@stnikolova
Copy link
Contributor

Hi @cheng93

The FilterableComponent has never been included or intended to be included as part of our public API for the DropDowns package. It seems that until v.7.0.0, the Angular and TypeScript versions wrongly allowed for importing the FilterableComponent without indication that no such member is exported.

v.7.0.0 of the DropDowns is shipped as an Ivy library compatible with Angular 12 and 13 and produces the correct import behavior.

For future public API usage, please refer to the Kendo Angular UI Documentation where all available members are listed and any changes are reflected in the changelog.

As this repository is for bug reports only, please open a support ticket if further assistance is needed regarding implementation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants