Releases: fabiocaccamo/django-colorfield
Releases · fabiocaccamo/django-colorfield
0.14.0
0.13.0
- Add
Django 5.2
support. - Bump
pre-commit
hooks. - Bump requirements.
0.12.0
0.11.0
- Add
Python 3.12
support. - Add
Django 5.0
support. - Speed-up test workflow.
- Bump requirements.
- Bump
pre-commit
hooks.
0.10.1
- Fix crash when using
image_field
option withRGB
/RGBA
formats. #153 (by @browniebroke in #154) - Fix field
max_length
(increased from18
to25
).
0.10.0
- Add support for
RGB
andRGBA
formats. (by @browniebroke in #151) - Fix typos in code snippets from
README
. (by @browniebroke in #152) - Fix warnings in browser console when using
ColorWidget
without specifying format. (by @fallen in #145) - Bump requirements.
0.9.0
- Add
Django 4.2
support. - Drop
Django 2.2
support. - Add
pyupgrade
anddjango-upgrade
topre-commit
hooks. - Upgrade syntax for
Python >= 3.8
. - Set max line length to
88
. - Switch from
setup.py
topyproject.toml
. - Replace
flake8
withRuff
. - Add locales (
en
andit
). - Add
metadata
module. - Set max line length to
88
. - Run
pre-commit
also withtox
. - Bump requirements.
- Pin test requirements.
- Rename default branch from
master
tomain
.
0.8.0
- Drop
Python < 3.8
andDjango < 2.2
support.
0.7.3
0.7.2
- Fixed options not working when not using
palette
(choices/samples). #80 (by @jan-szejko-steelseries in #81)