You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After adding CI build checks for Vaadin 23 and 24 (588662e, 8678051, 676ed67) I found that 23 and 24 builds fail because of the removal of HtmlImport, which is used here
After adding CI build checks for Vaadin 23 and 24 (588662e, 8678051, 676ed67) I found that 23 and 24 builds fail because of the removal of
HtmlImport
, which is used hereCarouselAddon/src/main/java/com/flowingcode/vaadin/addons/carousel/Carousel.java
Line 36 in 588662e
The add-on, however, IS compatible with Vaadin 23 and 24 because missing annotations do not throw any exception (see https://stackoverflow.com/q/3567413/1297272). We have demos at https://addonsv23.flowingcode.com/carousel and https://addonsv24.flowingcode.com/carousel
I think we should revert the mentioned commits, and keep CI for Vaadin 14 only.
The text was updated successfully, but these errors were encountered: