Releases: fabiocaccamo/django-colorfield
Releases · fabiocaccamo/django-colorfield
0.11.0
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)
0.7.1
- Fixed
ColorField
widget classes. #43 #78 (thanks to @N1K1TAS95)
0.7.0
- Added
ColorField
serializer. #77 (thanks to @hugofer93)
0.6.3
- Fixed django < 2.0 compatibility.