Releases: fabiocaccamo/django-colorfield
Releases · fabiocaccamo/django-colorfield
0.3.2
- Used
load
event instead of window.onload
callback.
0.3.1
- Updated jscolor to 2.1.1 version. #57
- Fixed self invoking anonymous function expression.
0.3.0
- Fixed
default
, blank
and null
attrs support. #53 #54
- Fixed
jscolor
not working on inlines added dynamically (only when extra=0
)
0.2.2
- Fixed colopicker not working on inlines added dynamically (only when
jquery
is loaded by the browser after colorfield
). #52
0.2.1
- Fixed colopicker not working on inlines added dynamically.
- Fixed failed lookup for key [class]. #7
0.2.0
- Fixed whole inline model required. #7
- Fixed
README.md
missing in package. #46
- Refactored
ColorField
and ColorWidget
. #39, #43
- Updated
jscolor
version to 2.0.5
.
- Bumped min
django
version to 1.7
.
- Added test suite (not tests) with
tox
and travis
.
0.1.13: Fixed rendering issue when value is not set and required=False
- Use not minified jscolor when
DEBUG=true
- Fix rendering when
value is None
- Use
{required: false}
js color option when the form field is not required. This forces to stop using the {hash: true}
option for jscolor. To make this change retrocompatible, anchor is appended at the Widget
level.