rss-accordion: Picture Perfect
This release focuses on providing more control over item images and improving the overall user experience. I'm excited to introduce customizable image aspect ratios and fit modes!
New Features
- Image Aspect Ratio Control: You can now control the aspect ratio of item images using the new
image_ratiooption. This is perfect for creating a uniform look in your feed. You can use values like16/9or1.77. - Image Fit Mode: Paired with
image_ratio, the newimage_fit_modeoption lets you decide whether images shouldcover(fill and crop) the area orcontain(fit inside) it.
Improvements
- Enhanced Card Editor: The visual editor now includes fields for the new image ratio and fit mode options, making configuration easier.
- Simplified HACS Installation: The README now features a "My Home Assistant" button to add the repository to HACS with a single click.
- Smaller Footprint: The production build of the card is now minified, resulting in a smaller file size and faster loading times.
Documentation
- Updated
README.mdto include documentation and examples for the newimage_ratioandimage_fit_modeoptions. - Added a direct documentation link to the card's info in HACS for easier access.
Maintenance
- Upgraded development dependencies to their latest versions.