π οΈ Bug Fixes
We're pleased to announce the release of django-remix-icon v1.0.2! This version includes important bug fixes to improve the stability and reliability of the package.
π§ Fixed Issues
- Widget Inheritance Fix π―: Fixed the widget inheritance issue by properly extending Django's Select widget
- Template System Enhancement π¨: Added missing template file for RemixIconWidget
- Widget Initialization π οΈ: Resolved the "Widget.init() got an unexpected keyword argument 'choices'" error
- Template Loading π: Fixed the "TemplateDoesNotExist" error for the widget template
π Quick Update
pip install --upgrade django-remix-icon
π Technical Details
The main fixes in this release include:
- Changed
RemixIconWidget
to inherit fromSelect
instead ofWidget
- Added the missing template file at
django_remix_icon/templates/django_remix_icon/widgets/remix_icon_widget.html
- Fixed widget initialization to properly handle icon choices
- Improved template rendering for icon previews
π€ Contributing
We continue to welcome contributions! Please see our CONTRIBUTING.md for guidelines.
Feedback & Support
If you encounter any issues or have suggestions for improvements, please open an issue on GitHub. Your feedback helps make django-remix-icon better for everyone!
Thank you for using django-remix-icon! π
Repository: https://github.com/brktrlw/django-remix-icon
This release focuses on stability and bug fixes, ensuring a smoother experience for all users. We appreciate your continued support and feedback!