0.9.0 (2024-07-16)
- Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. (#26) (021664a)
- Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. (#26) (344960e)
- Support Django 5: Remove deprecation warning for format_html
- Update default Bootstrap Icons CDN to version 1.11.2
- Change from pylint to ruff
- Address vulnerability in xml.minidom by using defusedxml
- Increase test coverage
- Update default Bootstrap Icons CDN to version 1.11.1
- Update default Bootstrap Icons CDN to version 1.11.0
- Update requirements for sample app
- Update default Bootstrap Icons CDN to version 1.10.4
- Update default Material Icons CDN to 7.2.96
- Switch to pytest for testing
- Update default Bootstrap Icons CDN to version 1.10.2
- Update default Material Icons CDN to 7.0.96
- Vertical alignment couldn't be set by extra_classes
- Update default Bootstrap Icons CDN to version 1.9.0
- Update default Material Icons CDN to 6.9.96
- Set alignment to default if no class is provided for bi and mdi icons
- Update default Bootstrap Icons CDN to version 1.8.2
- Update default Material Icons CDN to 6.6.96
- Fix default alingment of icons from -0.125em to rem
- Update default bootstrap icons CDN to version 1.8.1
- Update default bootstrap icons CDN to version 1.8.0
- Include sample app in repository
- Added basic tests
- Moved release information to CHANGELOG.md
- Replace blanks in cache file names with underscores
- Update default bootstrap icons CDN to version 1.7.2
- Update default bootstrap icons CDN to version 1.7.1
- Update default bootstrap icons CDN to version 1.7.0, update default Material Icons CDN to 6.4.95
- Update default bootstrap icons CDN to bugfix version 1.6.1
- Update default bootstrap icons CDN to version 1.6.0
- Improve error handling for custom icons
- Add a configuration option what to display if icons are not found.
- Add icon cache to avoid multiple redering of same icon (#5)
- Fix path building on windows (#3)
- Update default bootstrap icons CDN to version 1.5.0
- Add support for Material Design Icons, no need to install as long as you don't want to use MDI.
- Fix some documentation issues, no need to install since it affects only documentation
- Add css to specify vertical alignment of sgv icons
- Handle error if custom icon svg does not exist
- Fix incorrect template tag names in documentation (#3494)
- Refactor to use bootstrap svg icons from CDN