Ember-cli-carousel is an Ember CLI addon that provided a basic, block-based carousel component for Ember applications. Its last stable release, version 1.0.4, was published in 2016. The package has not received updates or active maintenance for many years, rendering it incompatible with modern Ember.js and Ember CLI versions (which are now in their 4.x and 5.x series). Due to its age and lack of maintenance, it is considered abandoned and should not be used in new projects. At the time of its release, it offered a straightforward way to embed image carousels directly into Ember Handlebars templates, configurable with basic properties like `timeInterval` and `reverse`. Developers seeking carousel functionality in contemporary Ember applications should explore actively maintained alternatives that support current Ember ecosystem standards and practices.
npm install ember-cli-carouselVerified import paths — ran on the pinned version, not inferred.
Demonstrates the basic usage of the `ember-cli-carousel` component in an Ember Handlebars template, showing how to define carousel items with images and custom content. It also includes the installation command.
Migrate to a modern, actively maintained carousel addon or library (e.g., `ember-cli-slick`, `ember-carousel`, or a framework-agnostic solution like Swiper.js, Embla Carousel) that supports your current Ember version.
Avoid using this addon. The cost of patching it for modern Ember is likely higher than migrating to a contemporary solution.
Do not use this addon in any production environment. Always prioritize actively maintained packages for critical functionalities.
Choose carousel solutions designed for modern web development, focusing on accessibility, performance, and maintainability.
This addon is incompatible with your Ember.js version. Upgrade to a modern carousel solution. There is no simple fix for this addon itself.
Ensure your `ember-cli` version is compatible with the addon (which for this package means `ember-cli <= 2.x`). More practically, consider using a different, maintained carousel addon or implement a custom solution.