## What's Changed * feat: Support for Django 4.2 and django CMS 3.11 * Port github actions by @NarenderRajuB in #34 * IMPROVEMENT: Add note for JS and CSS Files by @crydotsnake in #37 * Create PULL_REQUEST_TEMPLATE.md by @Kaushal-Dhungel in #39 * FEATURE: adjust setup metadata by @crydotsnake in #41 * build: Update dependencies to modern versions by @marksweb in #43 * fix: Updated mention of fontawesome 4 being default [#38] by @marksweb in #44 * feat: Dark mode support for iconpicker by @fsbraun in #46
## New Contributors * @NarenderRajuB made their first contribution in #34 * @crydotsnake made their first contribution in #37 * @Kaushal-Dhungel made their first contribution in #39 * @marksweb made their first contribution in #43 * @fsbraun made their first contribution in #46
- Added support for Django 3.1
- Dropped support for Python 2.7 and Python 3.4
- Dropped support for Django < 2.2
- Added support for Django 3.0
- Added further tests to raise coverage
- Fixed smaller issues found during testing
- Fixes an issue with older installations
- Fixes double save issue, where icon is lost
- Fixes an issue where the icon widget throws a Javascript error
- Added support for Django 2.2 and django CMS 3.7
- Removed support for Django 2.0
- Extended test matrix
- Fixes an issue when using multiple icons on different models #20
- Added support for Font Awesome 5
- Added support for custom data iconset
- Added isort and adapted imports
- Fixed an issue where Font Awesome is not rendered on a clean install
- Extended test matrix
- Adapted code base to align with other supported addons
- Added documentation on how to configure web fonts, custom web fonts and custom SVG icons
- Updated icon picker library to latest version and include more icon sets
- Fixed test matrix
- Exclude
tests
folder from release build
- Added support for Django 1.11, 2.0 and 2.1
- Removed support for Django 1.8, 1.9, 1.10
- Adapted testing infrastructure (tox/travis) to incorporate django CMS 3.5 and 3.6
- Proper release on Divio Marketplace
- Updated translations
- Removed newline from
*icon.html
- Fixed bugs in the icon widget
- Added separate icon include
- Removed change_form template in favour of include
- Initial release